├── .clang-format ├── .codacy.yml ├── .github ├── ISSUE_TEMPLATE │ ├── 1-bug-report.yml │ └── 2-feature-request.yml ├── dependabot.yml ├── release-drafter.yml └── workflows │ ├── asset.yml │ ├── build.yml │ ├── codacy.yml │ ├── debug.yml │ ├── draft_release.yml │ ├── format.yml │ ├── qt_update.yml │ └── release.yml ├── .gitignore ├── CMakeLists.txt ├── INSTALL.md ├── LICENSE.txt ├── README.md ├── cmake ├── CPackLinux.cmake └── FindZLIB.cmake ├── doc ├── BIOSBootSpecsV1.01.pdf ├── RELEASE.md ├── UEFI_PI_Spec_1_9_Dec24.pdf ├── UEFI_Spec_2_11_Dec24.pdf ├── efibooteditor.png ├── filepathdialog.png ├── hotkeysdialog.png └── screenshot.json ├── icons.qrc ├── icons └── Tango │ ├── 256 │ └── categories │ │ └── preferences-system.ico │ ├── index.theme │ └── scalable │ ├── actions │ ├── add.svg │ ├── address-book-new.svg │ ├── application-exit.svg │ ├── appointment-new.svg │ ├── appointment.svg │ ├── back.svg │ ├── bookmark-new.svg │ ├── bookmark_add.svg │ ├── bookmarks_list_add.svg │ ├── bottom.svg │ ├── centrejust.svg │ ├── contact-new.svg │ ├── document-export.svg │ ├── document-import.svg │ ├── document-new.svg │ ├── document-open.svg │ ├── document-print-preview.svg │ ├── document-print.svg │ ├── document-properties.svg │ ├── document-revert.svg │ ├── document-save-as.svg │ ├── document-save.svg │ ├── down.svg │ ├── edit-clear.svg │ ├── edit-copy.svg │ ├── edit-cut.svg │ ├── edit-delete.svg │ ├── edit-find-replace.svg │ ├── edit-find.svg │ ├── edit-paste.svg │ ├── edit-redo.svg │ ├── edit-select-all.svg │ ├── edit-undo.svg │ ├── edit.svg │ ├── editclear.svg │ ├── editcopy.svg │ ├── editcut.svg │ ├── editdelete.svg │ ├── editpaste.svg │ ├── filefind.svg │ ├── filenew.svg │ ├── fileopen.svg │ ├── fileprint.svg │ ├── filequickprint.svg │ ├── filesave.svg │ ├── filesaveas.svg │ ├── find.svg │ ├── finish.svg │ ├── folder-new.svg │ ├── folder_new.svg │ ├── format-indent-less.svg │ ├── format-indent-more.svg │ ├── format-justify-center.svg │ ├── format-justify-fill.svg │ ├── format-justify-left.svg │ ├── format-justify-right.svg │ ├── format-text-bold.svg │ ├── format-text-italic.svg │ ├── format-text-strikethrough.svg │ ├── format-text-underline.svg │ ├── forward.svg │ ├── gnome-lockscreen.svg │ ├── gnome-logout.svg │ ├── gnome-searchtool.svg │ ├── gnome-shutdown.svg │ ├── gnome-stock-mail-fwd.svg │ ├── gnome-stock-mail-new.svg │ ├── gnome-stock-mail-rpl.svg │ ├── gnome-stock-text-indent.svg │ ├── gnome-stock-text-unindent.svg │ ├── go-bottom.svg │ ├── go-down.svg │ ├── go-first.svg │ ├── go-home.svg │ ├── go-jump.svg │ ├── go-last.svg │ ├── go-next.svg │ ├── go-previous.svg │ ├── go-top.svg │ ├── go-up.svg │ ├── gohome.svg │ ├── gtk-add.svg │ ├── gtk-bold.svg │ ├── gtk-cancel.svg │ ├── gtk-clear.svg │ ├── gtk-copy.svg │ ├── gtk-cut.svg │ ├── gtk-delete.svg │ ├── gtk-find-and-replace.svg │ ├── gtk-find.svg │ ├── gtk-fullscreen.svg │ ├── gtk-go-back-ltr.svg │ ├── gtk-go-back-rtl.svg │ ├── gtk-go-down.svg │ ├── gtk-go-forward-ltr.svg │ ├── gtk-go-forward-rtl.svg │ ├── gtk-go-up.svg │ ├── gtk-goto-bottom.svg │ ├── gtk-goto-first-ltr.svg │ ├── gtk-goto-first-rtl.svg │ ├── gtk-goto-last-ltr.svg │ ├── gtk-goto-last-rtl.svg │ ├── gtk-goto-top.svg │ ├── gtk-home.svg │ ├── gtk-indent-ltr.svg │ ├── gtk-indent-rtl.svg │ ├── gtk-italic.svg │ ├── gtk-jump-to-ltr.svg │ ├── gtk-jump-to-rtl.svg │ ├── gtk-justify-center.svg │ ├── gtk-justify-fill.svg │ ├── gtk-justify-left.svg │ ├── gtk-justify-right.svg │ ├── gtk-media-forward-ltr.svg │ ├── gtk-media-forward-rtl.svg │ ├── gtk-media-next-ltr.svg │ ├── gtk-media-next-rtl.svg │ ├── gtk-media-pause.svg │ ├── gtk-media-play-ltr.svg │ ├── gtk-media-previous-ltr.svg │ ├── gtk-media-previous-rtl.svg │ ├── gtk-media-record.svg │ ├── gtk-media-rewind-ltr.svg │ ├── gtk-media-rewind-rtl.svg │ ├── gtk-media-stop.svg │ ├── gtk-new.svg │ ├── gtk-open.svg │ ├── gtk-paste.svg │ ├── gtk-print-preview.svg │ ├── gtk-print.svg │ ├── gtk-properties.svg │ ├── gtk-redo-ltr.svg │ ├── gtk-refresh.svg │ ├── gtk-remove.svg │ ├── gtk-save-as.svg │ ├── gtk-save.svg │ ├── gtk-select-all.svg │ ├── gtk-stop.svg │ ├── gtk-strikethrough.svg │ ├── gtk-underline.svg │ ├── gtk-undo-ltr.svg │ ├── gtk-unindent-ltr.svg │ ├── gtk-unindent-rtl.svg │ ├── kfind.svg │ ├── kfm_home.svg │ ├── leftjust.svg │ ├── list-add.svg │ ├── list-remove.svg │ ├── lock.svg │ ├── mail-forward.svg │ ├── mail-mark-junk.svg │ ├── mail-message-new.svg │ ├── mail-reply-all.svg │ ├── mail-reply-sender.svg │ ├── mail-send-receive.svg │ ├── mail_forward.svg │ ├── mail_new.svg │ ├── mail_reply.svg │ ├── mail_replyall.svg │ ├── mail_spam.svg │ ├── media-eject.svg │ ├── media-playback-pause.svg │ ├── media-playback-start.svg │ ├── media-playback-stop.svg │ ├── media-record.svg │ ├── media-seek-backward.svg │ ├── media-seek-forward.svg │ ├── media-skip-backward.svg │ ├── media-skip-forward.svg │ ├── next.svg │ ├── player_eject.svg │ ├── player_end.svg │ ├── player_fwd.svg │ ├── player_pause.svg │ ├── player_play.svg │ ├── player_record.svg │ ├── player_rew.svg │ ├── player_start.svg │ ├── player_stop.svg │ ├── previous.svg │ ├── process-stop.svg │ ├── redhat-home.svg │ ├── redo.svg │ ├── reload.svg │ ├── reload3.svg │ ├── reload_all_tabs.svg │ ├── reload_page.svg │ ├── remove.svg │ ├── rightjust.svg │ ├── search.svg │ ├── start.svg │ ├── stock_add-bookmark.svg │ ├── stock_bottom.svg │ ├── stock_copy.svg │ ├── stock_cut.svg │ ├── stock_delete.svg │ ├── stock_down.svg │ ├── stock_file-properites.svg │ ├── stock_first.svg │ ├── stock_fullscreen.svg │ ├── stock_help-add-bookmark.svg │ ├── stock_home.svg │ ├── stock_last.svg │ ├── stock_left.svg │ ├── stock_mail-compose.svg │ ├── stock_mail-forward.svg │ ├── stock_mail-reply-to-all.svg │ ├── stock_mail-reply.svg │ ├── stock_mail-send-receive.svg │ ├── stock_media-fwd.svg │ ├── stock_media-next.svg │ ├── stock_media-pause.svg │ ├── stock_media-play.svg │ ├── stock_media-prev.svg │ ├── stock_media-rec.svg │ ├── stock_media-rew.svg │ ├── stock_media-stop.svg │ ├── stock_new-address-book.svg │ ├── stock_new-appointment.svg │ ├── stock_new-bcard.svg │ ├── stock_new-dir.svg │ ├── stock_new-tab.svg │ ├── stock_new-text.svg │ ├── stock_new-window.svg │ ├── stock_paste.svg │ ├── stock_print-preview.svg │ ├── stock_print.svg │ ├── stock_properties.svg │ ├── stock_redo.svg │ ├── stock_refresh.svg │ ├── stock_right.svg │ ├── stock_save-as.svg │ ├── stock_save.svg │ ├── stock_search-and-replace.svg │ ├── stock_search.svg │ ├── stock_select-all.svg │ ├── stock_spam.svg │ ├── stock_stop.svg │ ├── stock_text-strikethrough.svg │ ├── stock_text_bold.svg │ ├── stock_text_center.svg │ ├── stock_text_indent.svg │ ├── stock_text_italic.svg │ ├── stock_text_justify.svg │ ├── stock_text_left.svg │ ├── stock_text_right.svg │ ├── stock_text_underlined.svg │ ├── stock_text_unindent.svg │ ├── stock_top.svg │ ├── stock_undo.svg │ ├── stock_up.svg │ ├── stop.svg │ ├── system-lock-screen.svg │ ├── system-log-out.svg │ ├── system-search.svg │ ├── system-shutdown.svg │ ├── tab-new.svg │ ├── tab_new.svg │ ├── text_bold.svg │ ├── text_italic.svg │ ├── text_strike.svg │ ├── text_under.svg │ ├── top.svg │ ├── undo.svg │ ├── up.svg │ ├── view-fullscreen.svg │ ├── view-refresh.svg │ ├── window-new.svg │ ├── window_fullscreen.svg │ ├── window_new.svg │ └── xfce-system-lock.svg │ ├── apps │ ├── access.svg │ ├── accessibility-directory.svg │ ├── accessories-calculator.svg │ ├── accessories-character-map.svg │ ├── accessories-text-editor.svg │ ├── background.svg │ ├── browser.svg │ ├── config-language.svg │ ├── config-users.svg │ ├── date.svg │ ├── email.svg │ ├── file-manager.svg │ ├── fonts.svg │ ├── gnome-character-map.svg │ ├── gnome-help.svg │ ├── gnome-monitor.svg │ ├── gnome-remote-desktop.svg │ ├── gnome-session.svg │ ├── gnome-settings-accessibility-technologies.svg │ ├── gnome-settings-background.svg │ ├── gnome-settings-font.svg │ ├── gnome-settings-keybindings.svg │ ├── gnome-settings-theme.svg │ ├── gnome-terminal.svg │ ├── gnome-window-manager.svg │ ├── gucharmap.svg │ ├── help-browser.svg │ ├── help.svg │ ├── internet-group-chat.svg │ ├── internet-mail.svg │ ├── internet-news-reader.svg │ ├── internet-web-browser.svg │ ├── kcharselect.svg │ ├── kcmkwm.svg │ ├── kedit.svg │ ├── key_bindings.svg │ ├── kfm.svg │ ├── khelpcenter.svg │ ├── konsole.svg │ ├── krfb.svg │ ├── kscreensaver.svg │ ├── ksysguard.svg │ ├── kuser.svg │ ├── kwin.svg │ ├── locale.svg │ ├── mail_generic.svg │ ├── office-calendar.svg │ ├── openterm.svg │ ├── preferences-desktop-accessibility.svg │ ├── preferences-desktop-assistive-technology.svg │ ├── preferences-desktop-font.svg │ ├── preferences-desktop-keyboard-shortcuts.svg │ ├── preferences-desktop-locale.svg │ ├── preferences-desktop-multimedia.svg │ ├── preferences-desktop-remote-desktop.svg │ ├── preferences-desktop-screensaver.svg │ ├── preferences-desktop-theme.svg │ ├── preferences-desktop-wallpaper.svg │ ├── preferences-system-network-proxy.svg │ ├── preferences-system-session.svg │ ├── preferences-system-windows.svg │ ├── proxy-config.svg │ ├── proxy.svg │ ├── redhat-email.svg │ ├── redhat-filemanager.svg │ ├── redhat-web-browser.svg │ ├── screensaver.svg │ ├── stock_proxy.svg │ ├── style.svg │ ├── susehelpcenter.svg │ ├── system-config-users.svg │ ├── system-file-manager.svg │ ├── system-installer.svg │ ├── system-software-update.svg │ ├── system-users.svg │ ├── terminal.svg │ ├── text-editor.svg │ ├── update-manager.svg │ ├── utilities-system-monitor.svg │ ├── utilities-terminal.svg │ ├── wallpaper.svg │ ├── web-browser.svg │ ├── xfcalendar.svg │ ├── xfce-filemanager.svg │ ├── xfce-mail.svg │ ├── xfce-terminal.svg │ ├── xfce4-backdrop.svg │ ├── xfce4-session.svg │ ├── xfwm4.svg │ ├── ximian-evolution-calendar.svg │ ├── xscreensaver.svg │ └── zen-icon.svg │ ├── categories │ ├── applications-accessories.svg │ ├── applications-development.svg │ ├── applications-games.svg │ ├── applications-graphics.svg │ ├── applications-internet.svg │ ├── applications-multimedia.svg │ ├── applications-office.svg │ ├── applications-other.svg │ ├── applications-science.svg │ ├── applications-system.svg │ ├── gnome-applications.svg │ ├── gnome-control-center.svg │ ├── gnome-devel.svg │ ├── gnome-globe.svg │ ├── gnome-graphics.svg │ ├── gnome-joystick.svg │ ├── gnome-multimedia.svg │ ├── gnome-other.svg │ ├── gnome-settings.svg │ ├── gnome-system.svg │ ├── gnome-util.svg │ ├── gtk-preferences.svg │ ├── input_devices_settings.svg │ ├── kcontrol.svg │ ├── package_development.svg │ ├── package_games.svg │ ├── package_graphics.svg │ ├── package_multimedia.svg │ ├── package_network.svg │ ├── package_office.svg │ ├── package_settings.svg │ ├── package_system.svg │ ├── package_utilities.svg │ ├── preferences-desktop-peripherals.svg │ ├── preferences-desktop.svg │ ├── preferences-system.svg │ ├── redhat-accessories.svg │ ├── redhat-games.svg │ ├── redhat-graphics.svg │ ├── redhat-internet.svg │ ├── redhat-office.svg │ ├── redhat-preferences.svg │ ├── redhat-programming.svg │ ├── redhat-sound_video.svg │ ├── redhat-system_settings.svg │ ├── redhat-system_tools.svg │ ├── stock_internet.svg │ ├── xfce-games.svg │ ├── xfce-graphics.svg │ ├── xfce-internet.svg │ ├── xfce-multimedia.svg │ ├── xfce-office.svg │ ├── xfce-system-settings.svg │ ├── xfce-utils.svg │ └── xfce4-settings.svg │ ├── devices │ ├── 3floppy_unmount.svg │ ├── audio-card.svg │ ├── audio-input-microphone.svg │ ├── battery.svg │ ├── camera-photo.svg │ ├── camera-video.svg │ ├── camera.svg │ ├── camera_unmount.svg │ ├── cdrom_unmount.svg │ ├── cdwriter_unmount.svg │ ├── chardevice.svg │ ├── computer.svg │ ├── display.svg │ ├── drive-cdrom.svg │ ├── drive-harddisk.svg │ ├── drive-optical.svg │ ├── drive-removable-media.svg │ ├── dvd_unmount.svg │ ├── gnome-dev-battery.svg │ ├── gnome-dev-cdrom-audio.svg │ ├── gnome-dev-cdrom.svg │ ├── gnome-dev-computer.svg │ ├── gnome-dev-disc-cdr.svg │ ├── gnome-dev-disc-cdrw.svg │ ├── gnome-dev-disc-dvdr-plus.svg │ ├── gnome-dev-disc-dvdr.svg │ ├── gnome-dev-disc-dvdram.svg │ ├── gnome-dev-disc-dvdrom.svg │ ├── gnome-dev-disc-dvdrw.svg │ ├── gnome-dev-dvd.svg │ ├── gnome-dev-ethernet.svg │ ├── gnome-dev-floppy.svg │ ├── gnome-dev-harddisk-1394.svg │ ├── gnome-dev-harddisk-usb.svg │ ├── gnome-dev-harddisk.svg │ ├── gnome-dev-ipod.svg │ ├── gnome-dev-keyboard.svg │ ├── gnome-dev-media-cf.svg │ ├── gnome-dev-media-ms.svg │ ├── gnome-dev-media-sdmmc.svg │ ├── gnome-dev-media-sm.svg │ ├── gnome-dev-mouse-ball.svg │ ├── gnome-dev-mouse-optical.svg │ ├── gnome-dev-printer.svg │ ├── gnome-dev-removable-1394.svg │ ├── gnome-dev-removable-usb.svg │ ├── gnome-dev-removable.svg │ ├── gnome-dev-wavelan.svg │ ├── gnome-fs-client.svg │ ├── gnome-stock-mic.svg │ ├── gtk-cdrom.svg │ ├── gtk-floppy.svg │ ├── gtk-harddisk.svg │ ├── harddrive.svg │ ├── hdd_unmount.svg │ ├── input-gaming.svg │ ├── input-keyboard.svg │ ├── input-mouse.svg │ ├── ipod_mount.svg │ ├── joystick.svg │ ├── keyboard.svg │ ├── kjobviewer.svg │ ├── kxkb.svg │ ├── media-cdrom.svg │ ├── media-flash.svg │ ├── media-floppy.svg │ ├── media-optical.svg │ ├── mouse.svg │ ├── multimedia-player.svg │ ├── network-wired.svg │ ├── network-wireless.svg │ ├── printer-remote.svg │ ├── printer.svg │ ├── printer1.svg │ ├── printmgr.svg │ ├── stock_mic.svg │ ├── stock_printers.svg │ ├── system-floppy.svg │ ├── system.svg │ ├── usbpendrive_unmount.svg │ ├── video-display.svg │ ├── xfce-printer.svg │ ├── xfce4-display.svg │ ├── xfce4-keyboard.svg │ ├── xfce4-mouse.svg │ ├── yast_HD.svg │ ├── yast_idetude.svg │ ├── yast_joystick.svg │ ├── yast_mouse.svg │ ├── yast_printer.svg │ └── yast_soundcard.svg │ ├── emblems │ ├── emblem-favorite.svg │ ├── emblem-important.svg │ ├── emblem-noread.svg │ ├── emblem-nowrite.svg │ ├── emblem-photos.svg │ ├── emblem-readonly.svg │ ├── emblem-symbolic-link.svg │ ├── emblem-system.svg │ └── emblem-unreadable.svg │ ├── emotes │ ├── face-angel.svg │ ├── face-crying.svg │ ├── face-devilish.svg │ ├── face-glasses.svg │ ├── face-grin.svg │ ├── face-kiss.svg │ ├── face-monkey.svg │ ├── face-plain.svg │ ├── face-sad.svg │ ├── face-smile-big.svg │ ├── face-smile.svg │ ├── face-surprise.svg │ ├── face-wink.svg │ ├── stock_smiley-1.svg │ ├── stock_smiley-11.svg │ ├── stock_smiley-13.svg │ ├── stock_smiley-18.svg │ ├── stock_smiley-2.svg │ ├── stock_smiley-22.svg │ ├── stock_smiley-3.svg │ ├── stock_smiley-4.svg │ ├── stock_smiley-5.svg │ ├── stock_smiley-6.svg │ ├── stock_smiley-7.svg │ └── stock_smiley-8.svg │ ├── mimetypes │ ├── application-certificate.svg │ ├── application-vnd.ms-excel.sheet.macroEnabled.12.svg │ ├── application-vnd.ms-powerpoint.presentation.macroEnabled.12.svg │ ├── application-vnd.ms-word.document.macroEnabled.12.svg │ ├── application-vnd.openxmlformats-officedocument.presentationml.presentation.svg │ ├── application-vnd.openxmlformats-officedocument.presentationml.template.svg │ ├── application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.svg │ ├── application-vnd.openxmlformats-officedocument.spreadsheetml.template.svg │ ├── application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg │ ├── application-vnd.openxmlformats-officedocument.wordprocessingml.template.svg │ ├── application-x-executable.svg │ ├── ascii.svg │ ├── audio-x-generic.svg │ ├── binary.svg │ ├── contents2.svg │ ├── deb.svg │ ├── document.svg │ ├── empty.svg │ ├── exec.svg │ ├── folder_tar.svg │ ├── font-x-generic.svg │ ├── font.svg │ ├── font_bitmap.svg │ ├── font_truetype.svg │ ├── font_type1.svg │ ├── gnome-fs-executable.svg │ ├── gnome-mime-application-magicpoint.svg │ ├── gnome-mime-application-msword.svg │ ├── gnome-mime-application-ogg.svg │ ├── gnome-mime-application-pdf.svg │ ├── gnome-mime-application-postscript.svg │ ├── gnome-mime-application-rtf.svg │ ├── gnome-mime-application-vnd.lotus-1-2-3.svg │ ├── gnome-mime-application-vnd.ms-excel.svg │ ├── gnome-mime-application-vnd.ms-powerpoint.svg │ ├── gnome-mime-application-vnd.oasis.opendocument.graphics-template.svg │ ├── gnome-mime-application-vnd.oasis.opendocument.graphics.svg │ ├── gnome-mime-application-vnd.oasis.opendocument.image.svg │ ├── gnome-mime-application-vnd.oasis.opendocument.presentation-template.svg │ ├── gnome-mime-application-vnd.oasis.opendocument.presentation.svg │ ├── gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.svg │ ├── gnome-mime-application-vnd.oasis.opendocument.spreadsheet.svg │ ├── gnome-mime-application-vnd.oasis.opendocument.text-template.svg │ ├── gnome-mime-application-vnd.oasis.opendocument.text-web.svg │ ├── gnome-mime-application-vnd.oasis.opendocument.text.svg │ ├── gnome-mime-application-vnd.rn-realmedia-secure.svg │ ├── gnome-mime-application-vnd.rn-realmedia-vbr.svg │ ├── gnome-mime-application-vnd.rn-realmedia.svg │ ├── gnome-mime-application-vnd.stardivision.calc.svg │ ├── gnome-mime-application-vnd.stardivision.impress.svg │ ├── gnome-mime-application-vnd.stardivision.writer.svg │ ├── gnome-mime-application-vnd.sun.xml.calc.svg │ ├── gnome-mime-application-vnd.sun.xml.calc.template.svg │ ├── gnome-mime-application-vnd.sun.xml.draw.svg │ ├── gnome-mime-application-vnd.sun.xml.draw.template.svg │ ├── gnome-mime-application-vnd.sun.xml.impress.svg │ ├── gnome-mime-application-vnd.sun.xml.impress.template.svg │ ├── gnome-mime-application-vnd.sun.xml.writer.svg │ ├── gnome-mime-application-vnd.sun.xml.writer.template.svg │ ├── gnome-mime-application-wordperfect.svg │ ├── gnome-mime-application-x-7z-compressed.svg │ ├── gnome-mime-application-x-abiword.svg │ ├── gnome-mime-application-x-applix-spreadsheet.svg │ ├── gnome-mime-application-x-applix-word.svg │ ├── gnome-mime-application-x-archive.svg │ ├── gnome-mime-application-x-arj.svg │ ├── gnome-mime-application-x-bzip-compressed-tar.svg │ ├── gnome-mime-application-x-bzip.svg │ ├── gnome-mime-application-x-compress.svg │ ├── gnome-mime-application-x-compressed-tar.svg │ ├── gnome-mime-application-x-cpio-compressed.svg │ ├── gnome-mime-application-x-cpio.svg │ ├── gnome-mime-application-x-deb.svg │ ├── gnome-mime-application-x-dvi.svg │ ├── gnome-mime-application-x-executable.svg │ ├── gnome-mime-application-x-font-afm.svg │ ├── gnome-mime-application-x-font-bdf.svg │ ├── gnome-mime-application-x-font-linux-psf.svg │ ├── gnome-mime-application-x-font-pcf.svg │ ├── gnome-mime-application-x-font-sunos-news.svg │ ├── gnome-mime-application-x-font-ttf.svg │ ├── gnome-mime-application-x-gnumeric.svg │ ├── gnome-mime-application-x-gzip.svg │ ├── gnome-mime-application-x-gzpostscript.svg │ ├── gnome-mime-application-x-jar.svg │ ├── gnome-mime-application-x-killustrator.svg │ ├── gnome-mime-application-x-kpresenter.svg │ ├── gnome-mime-application-x-kspread.svg │ ├── gnome-mime-application-x-kword.svg │ ├── gnome-mime-application-x-lha.svg │ ├── gnome-mime-application-x-lhz.svg │ ├── gnome-mime-application-x-lzma-compressed-tar.svg │ ├── gnome-mime-application-x-lzma.svg │ ├── gnome-mime-application-x-ms-dos-executable.svg │ ├── gnome-mime-application-x-perl.svg │ ├── gnome-mime-application-x-php.svg │ ├── gnome-mime-application-x-python-bytecode.svg │ ├── gnome-mime-application-x-rar.svg │ ├── gnome-mime-application-x-rpm.svg │ ├── gnome-mime-application-x-scribus.svg │ ├── gnome-mime-application-x-shellscript.svg │ ├── gnome-mime-application-x-shockwave-flash.svg │ ├── gnome-mime-application-x-stuffit.svg │ ├── gnome-mime-application-x-tar.svg │ ├── gnome-mime-application-x-tarz.svg │ ├── gnome-mime-application-x-tex.svg │ ├── gnome-mime-application-xhtml+xml.svg │ ├── gnome-mime-application-zip.svg │ ├── gnome-mime-audio.svg │ ├── gnome-mime-image.svg │ ├── gnome-mime-text-html.svg │ ├── gnome-mime-text-vnd.wap.wml.svg │ ├── gnome-mime-text-x-csh.svg │ ├── gnome-mime-text-x-python.svg │ ├── gnome-mime-text-x-sh.svg │ ├── gnome-mime-text-x-vcalendar.svg │ ├── gnome-mime-text-x-vcard.svg │ ├── gnome-mime-text-x-zsh.svg │ ├── gnome-mime-text.svg │ ├── gnome-mime-video.svg │ ├── gnome-mime-x-font-afm.svg │ ├── gnome-package.svg │ ├── html.svg │ ├── image-x-generic.svg │ ├── image.svg │ ├── kpresenter_kpr.svg │ ├── mime_ascii.svg │ ├── misc.svg │ ├── package-x-generic.svg │ ├── package.svg │ ├── package_editors.svg │ ├── package_wordprocessing.svg │ ├── plan.svg │ ├── rpm.svg │ ├── shellscript.svg │ ├── sound.svg │ ├── spreadsheet.svg │ ├── stock_addressbook.svg │ ├── stock_calendar.svg │ ├── stock_certificate.svg │ ├── stock_script.svg │ ├── tar.svg │ ├── template_source.svg │ ├── text-html.svg │ ├── text-x-generic-template.svg │ ├── text-x-generic.svg │ ├── text-x-script.svg │ ├── tgz.svg │ ├── txt.svg │ ├── txt2.svg │ ├── unknown.svg │ ├── vcalendar.svg │ ├── vcard.svg │ ├── video-x-generic.svg │ ├── video.svg │ ├── wordprocessing.svg │ ├── www.svg │ ├── x-office-address-book.svg │ ├── x-office-calendar.svg │ ├── x-office-document-template.svg │ ├── x-office-document.svg │ ├── x-office-drawing-template.svg │ ├── x-office-drawing.svg │ ├── x-office-presentation-template.svg │ ├── x-office-presentation.svg │ ├── x-office-spreadsheet-template.svg │ ├── x-office-spreadsheet.svg │ └── zip.svg │ ├── places │ ├── application-x-gnome-saved-search.svg │ ├── desktop.svg │ ├── distributor-logo.svg │ ├── emptytrash.svg │ ├── folder-remote.svg │ ├── folder-saved-search.svg │ ├── folder.icon │ ├── folder.svg │ ├── folder_home.svg │ ├── gnome-fs-desktop.svg │ ├── gnome-fs-directory.icon │ ├── gnome-fs-directory.svg │ ├── gnome-fs-ftp.svg │ ├── gnome-fs-home.svg │ ├── gnome-fs-network.svg │ ├── gnome-fs-nfs.svg │ ├── gnome-fs-server.svg │ ├── gnome-fs-share.svg │ ├── gnome-fs-smb.svg │ ├── gnome-fs-ssh.svg │ ├── gnome-fs-trash-empty.svg │ ├── gnome-main-menu.svg │ ├── gnome-mime-x-directory-nfs-server.svg │ ├── gnome-mime-x-directory-smb-server.svg │ ├── gnome-mime-x-directory-smb-share.svg │ ├── gnome-mime-x-directory-smb-workgroup.svg │ ├── gnome-stock-trash.svg │ ├── gtk-directory.icon │ ├── gtk-directory.svg │ ├── gtk-network.svg │ ├── inode-directory.icon │ ├── inode-directory.svg │ ├── network-server.svg │ ├── network-workgroup.svg │ ├── network.svg │ ├── network_local.svg │ ├── novell-button.svg │ ├── redhat-network-server.svg │ ├── server.svg │ ├── start-here.svg │ ├── stock_folder.icon │ ├── stock_folder.svg │ ├── trashcan_empty.svg │ ├── user-desktop.svg │ ├── user-home.svg │ ├── user-trash.svg │ └── xfce-trash_empty.svg │ └── status │ ├── audio-volume-high.svg │ ├── audio-volume-low.svg │ ├── audio-volume-medium.svg │ ├── audio-volume-muted.svg │ ├── battery-caution.svg │ ├── connect_creating.svg │ ├── connect_established.svg │ ├── connect_no.svg │ ├── dialog-error.svg │ ├── dialog-information.svg │ ├── dialog-warning.svg │ ├── edittrash.svg │ ├── error.svg │ ├── folder-drag-accept.icon │ ├── folder-drag-accept.svg │ ├── folder-open.svg │ ├── folder-visiting.icon │ ├── folder-visiting.svg │ ├── folder_open.svg │ ├── gnome-dev-wavelan-encrypted.svg │ ├── gnome-fs-directory-accept.icon │ ├── gnome-fs-directory-accept.svg │ ├── gnome-fs-directory-visiting.icon │ ├── gnome-fs-directory-visiting.svg │ ├── gnome-fs-loading-icon.svg │ ├── gnome-fs-trash-full.svg │ ├── gnome-netstatus-disconn.svg │ ├── gnome-netstatus-error.svg │ ├── gnome-netstatus-idle.svg │ ├── gnome-netstatus-rx.svg │ ├── gnome-netstatus-tx.svg │ ├── gnome-netstatus-txrx.svg │ ├── gnome-stock-trash-full.svg │ ├── gtk-dialog-error.svg │ ├── gtk-dialog-info.svg │ ├── gtk-dialog-warning.svg │ ├── gtk-missing-image.svg │ ├── image-loading.svg │ ├── image-missing.svg │ ├── important.svg │ ├── info.svg │ ├── mail-attachment.svg │ ├── messagebox_critical.svg │ ├── messagebox_info.svg │ ├── messagebox_warning.svg │ ├── network-error.svg │ ├── network-idle.svg │ ├── network-offline.svg │ ├── network-receive.svg │ ├── network-transmit-receive.svg │ ├── network-transmit.svg │ ├── network-wireless-encrypted.svg │ ├── nm-adhoc.svg │ ├── nm-device-wired.svg │ ├── nm-device-wireless.svg │ ├── nm-no-connection.svg │ ├── printer-error.svg │ ├── software-update-available.svg │ ├── software-update-urgent.svg │ ├── stock_attach.svg │ ├── stock_dialog-error.svg │ ├── stock_dialog-info.svg │ ├── stock_dialog-warning.svg │ ├── stock_open.svg │ ├── stock_trash_full.svg │ ├── stock_volume-0.svg │ ├── stock_volume-max.svg │ ├── stock_volume-med.svg │ ├── stock_volume-min.svg │ ├── stock_volume-mute.svg │ ├── stock_volume.svg │ ├── stock_weather-cloudy.svg │ ├── stock_weather-few-clouds.svg │ ├── stock_weather-night-clear.svg │ ├── stock_weather-night-few-clouds.svg │ ├── stock_weather-showers.svg │ ├── stock_weather-snow.svg │ ├── stock_weather-storm.svg │ ├── stock_weather-sunny.svg │ ├── sunny.svg │ ├── trashcan_full.svg │ ├── user-trash-full.svg │ ├── weather-clear-night.svg │ ├── weather-clear.svg │ ├── weather-few-clouds-night.svg │ ├── weather-few-clouds.svg │ ├── weather-overcast.svg │ ├── weather-severe-alert.svg │ ├── weather-showers-scattered.svg │ ├── weather-showers.svg │ ├── weather-snow.svg │ ├── weather-storm.svg │ └── xfce-trash_full.svg ├── include ├── bootentry.h ├── bootentry.h.j2 ├── bootentrydelegate.h ├── bootentryform.h ├── bootentrylistmodel.h ├── bootentrylistview.h ├── bootentrywidget.h ├── commands.h ├── compat.h ├── devicepathproxymodel.h ├── devicepathview.h ├── disableundoredo.h ├── driveinfo.h ├── efiboot.h ├── efiboot.h.j2 ├── efibootdata.h ├── efibooteditor.h ├── efibooteditorcli.h ├── efikeysequence.h ├── efikeysequenceedit.h ├── efivar-lite │ ├── device-paths.h │ ├── device-paths.h.j2 │ ├── device-paths.yml │ ├── efivar-lite.h │ ├── key-option.h │ └── load-option.h ├── filepathdelegate.h ├── filepathdialog.h ├── filepathdialog.h.j2 ├── hotkey.h ├── hotkeydelegate.h ├── hotkeylistmodel.h ├── hotkeysdialog.h ├── hotkeysview.h ├── qindicatorwidget.h ├── qlabelwrapped.h ├── qresizabletabwidget.h └── qwidgetitemdelegate.h ├── misc ├── .gitignore ├── EFIBootEditor.desktop ├── EFIBootEditor.metainfo.xml ├── WIX.template.in ├── codegen │ ├── gen_efidp.py │ ├── pyproject.toml │ ├── spec_parse.py │ └── uv.lock ├── efibooteditor.spec ├── org.x.efibooteditor.policy ├── qt-updater │ ├── main.py │ ├── pyproject.toml │ └── uv.lock ├── wix_banner.png └── wix_dialog.png ├── src ├── bootentry.cpp ├── bootentry.cpp.j2 ├── bootentrydelegate.cpp ├── bootentryform.cpp ├── bootentrylistmodel.cpp ├── bootentrylistview.cpp ├── bootentrywidget.cpp ├── commands.cpp ├── devicepathproxymodel.cpp ├── devicepathview.cpp ├── driveinfo.cpp ├── driveinfo.darwin.cpp ├── driveinfo.linux.cpp ├── driveinfo.win32.cpp ├── efibootdata.cpp ├── efibooteditor.cpp ├── efibooteditorcli.cpp ├── efikeysequence.cpp ├── efikeysequenceedit.cpp ├── efivar-lite.c ├── efivar-lite.common.h ├── efivar-lite.darwin.c ├── efivar-lite.linux.c ├── efivar-lite.win32.c ├── filepathdelegate.cpp ├── filepathdialog.cpp ├── filepathdialog.cpp.j2 ├── form │ ├── bootentryform.ui │ ├── bootentrywidget.ui │ ├── efibooteditor.ui │ ├── filepathdialog.ui │ ├── filepathdialog.ui.j2 │ └── hotkeysdialog.ui ├── hotkey.cpp ├── hotkeydelegate.cpp ├── hotkeylistmodel.cpp ├── hotkeysdialog.cpp ├── hotkeysview.cpp └── main.cpp ├── tests ├── CMakeLists.txt └── testefibootdata.cpp ├── translations ├── efibooteditor_ar.ts ├── efibooteditor_cs.ts ├── efibooteditor_de.ts ├── efibooteditor_en.ts ├── efibooteditor_es.ts ├── efibooteditor_fr.ts ├── efibooteditor_hu.ts ├── efibooteditor_it.ts ├── efibooteditor_ja.ts ├── efibooteditor_ko.ts ├── efibooteditor_nb_NO.ts ├── efibooteditor_pl.ts ├── efibooteditor_pt_BR.ts ├── efibooteditor_ru.ts ├── efibooteditor_sk.ts ├── efibooteditor_sl.ts ├── efibooteditor_sv.ts ├── efibooteditor_ta.ts ├── efibooteditor_tr.ts ├── efibooteditor_uk.ts ├── efibooteditor_vi.ts ├── efibooteditor_zh_Hans.ts └── efibooteditor_zh_Hant.ts └── windows.rc /.clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/.clang-format -------------------------------------------------------------------------------- /.codacy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/.codacy.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/1-bug-report.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/.github/ISSUE_TEMPLATE/1-bug-report.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/2-feature-request.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/.github/ISSUE_TEMPLATE/2-feature-request.yml -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/release-drafter.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/.github/release-drafter.yml -------------------------------------------------------------------------------- /.github/workflows/asset.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/.github/workflows/asset.yml -------------------------------------------------------------------------------- /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.github/workflows/codacy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/.github/workflows/codacy.yml -------------------------------------------------------------------------------- /.github/workflows/debug.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/.github/workflows/debug.yml -------------------------------------------------------------------------------- /.github/workflows/draft_release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/.github/workflows/draft_release.yml -------------------------------------------------------------------------------- /.github/workflows/format.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/.github/workflows/format.yml -------------------------------------------------------------------------------- /.github/workflows/qt_update.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/.github/workflows/qt_update.yml -------------------------------------------------------------------------------- /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/.gitignore -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /INSTALL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/INSTALL.md -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/README.md -------------------------------------------------------------------------------- /cmake/CPackLinux.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/cmake/CPackLinux.cmake -------------------------------------------------------------------------------- /cmake/FindZLIB.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/cmake/FindZLIB.cmake -------------------------------------------------------------------------------- /doc/BIOSBootSpecsV1.01.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/doc/BIOSBootSpecsV1.01.pdf -------------------------------------------------------------------------------- /doc/RELEASE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/doc/RELEASE.md -------------------------------------------------------------------------------- /doc/UEFI_PI_Spec_1_9_Dec24.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/doc/UEFI_PI_Spec_1_9_Dec24.pdf -------------------------------------------------------------------------------- /doc/UEFI_Spec_2_11_Dec24.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/doc/UEFI_Spec_2_11_Dec24.pdf -------------------------------------------------------------------------------- /doc/efibooteditor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/doc/efibooteditor.png -------------------------------------------------------------------------------- /doc/filepathdialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/doc/filepathdialog.png -------------------------------------------------------------------------------- /doc/hotkeysdialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/doc/hotkeysdialog.png -------------------------------------------------------------------------------- /doc/screenshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/doc/screenshot.json -------------------------------------------------------------------------------- /icons.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons.qrc -------------------------------------------------------------------------------- /icons/Tango/256/categories/preferences-system.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/256/categories/preferences-system.ico -------------------------------------------------------------------------------- /icons/Tango/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/index.theme -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/add.svg: -------------------------------------------------------------------------------- 1 | list-add.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/address-book-new.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/address-book-new.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/application-exit.svg: -------------------------------------------------------------------------------- 1 | system-log-out.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/appointment-new.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/appointment-new.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/appointment.svg: -------------------------------------------------------------------------------- 1 | appointment-new.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/back.svg: -------------------------------------------------------------------------------- 1 | go-previous.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/bookmark-new.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/bookmark-new.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/bookmark_add.svg: -------------------------------------------------------------------------------- 1 | bookmark-new.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/bookmarks_list_add.svg: -------------------------------------------------------------------------------- 1 | bookmark-new.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/bottom.svg: -------------------------------------------------------------------------------- 1 | go-bottom.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/centrejust.svg: -------------------------------------------------------------------------------- 1 | format-justify-center.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/contact-new.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/contact-new.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/document-export.svg: -------------------------------------------------------------------------------- 1 | document-save-as.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/document-import.svg: -------------------------------------------------------------------------------- 1 | document-open.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/document-new.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/document-new.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/document-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/document-open.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/document-print.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/document-print.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/document-properties.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/document-properties.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/document-revert.svg: -------------------------------------------------------------------------------- 1 | view-refresh.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/document-save-as.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/document-save-as.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/document-save.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/document-save.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/down.svg: -------------------------------------------------------------------------------- 1 | go-down.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/edit-clear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/edit-clear.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/edit-copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/edit-copy.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/edit-cut.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/edit-cut.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/edit-delete.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/edit-delete.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/edit-find-replace.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/edit-find-replace.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/edit-find.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/edit-find.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/edit-paste.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/edit-paste.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/edit-redo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/edit-redo.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/edit-select-all.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/edit-select-all.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/edit-undo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/edit-undo.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/edit.svg: -------------------------------------------------------------------------------- 1 | ../categories/preferences-system.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/editclear.svg: -------------------------------------------------------------------------------- 1 | edit-clear.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/editcopy.svg: -------------------------------------------------------------------------------- 1 | edit-copy.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/editcut.svg: -------------------------------------------------------------------------------- 1 | edit-cut.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/editdelete.svg: -------------------------------------------------------------------------------- 1 | edit-delete.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/editpaste.svg: -------------------------------------------------------------------------------- 1 | edit-paste.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/filefind.svg: -------------------------------------------------------------------------------- 1 | edit-find.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/filenew.svg: -------------------------------------------------------------------------------- 1 | document-new.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/fileopen.svg: -------------------------------------------------------------------------------- 1 | document-open.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/fileprint.svg: -------------------------------------------------------------------------------- 1 | document-print.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/filequickprint.svg: -------------------------------------------------------------------------------- 1 | document-print-preview.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/filesave.svg: -------------------------------------------------------------------------------- 1 | document-save.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/filesaveas.svg: -------------------------------------------------------------------------------- 1 | document-save-as.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/find.svg: -------------------------------------------------------------------------------- 1 | edit-find.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/finish.svg: -------------------------------------------------------------------------------- 1 | go-last.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/folder-new.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/folder-new.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/folder_new.svg: -------------------------------------------------------------------------------- 1 | folder-new.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/format-indent-less.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/format-indent-less.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/format-indent-more.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/format-indent-more.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/format-justify-fill.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/format-justify-fill.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/format-justify-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/format-justify-left.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/format-text-bold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/format-text-bold.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/format-text-italic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/format-text-italic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/forward.svg: -------------------------------------------------------------------------------- 1 | go-next.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gnome-lockscreen.svg: -------------------------------------------------------------------------------- 1 | system-lock-screen.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gnome-logout.svg: -------------------------------------------------------------------------------- 1 | system-log-out.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gnome-searchtool.svg: -------------------------------------------------------------------------------- 1 | system-search.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gnome-shutdown.svg: -------------------------------------------------------------------------------- 1 | system-shutdown.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gnome-stock-mail-fwd.svg: -------------------------------------------------------------------------------- 1 | mail-forward.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gnome-stock-mail-new.svg: -------------------------------------------------------------------------------- 1 | mail-message-new.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gnome-stock-mail-rpl.svg: -------------------------------------------------------------------------------- 1 | mail-reply-sender.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gnome-stock-text-indent.svg: -------------------------------------------------------------------------------- 1 | format-indent-more.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gnome-stock-text-unindent.svg: -------------------------------------------------------------------------------- 1 | format-indent-less.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/go-bottom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/go-bottom.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/go-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/go-down.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/go-first.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/go-first.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/go-home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/go-home.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/go-jump.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/go-jump.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/go-last.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/go-last.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/go-next.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/go-next.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/go-previous.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/go-previous.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/go-top.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/go-top.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/go-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/go-up.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gohome.svg: -------------------------------------------------------------------------------- 1 | go-home.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-add.svg: -------------------------------------------------------------------------------- 1 | list-add.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-bold.svg: -------------------------------------------------------------------------------- 1 | format-text-bold.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-cancel.svg: -------------------------------------------------------------------------------- 1 | process-stop.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-clear.svg: -------------------------------------------------------------------------------- 1 | edit-clear.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-copy.svg: -------------------------------------------------------------------------------- 1 | edit-copy.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-cut.svg: -------------------------------------------------------------------------------- 1 | edit-cut.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-delete.svg: -------------------------------------------------------------------------------- 1 | edit-delete.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-find-and-replace.svg: -------------------------------------------------------------------------------- 1 | edit-find-replace.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-find.svg: -------------------------------------------------------------------------------- 1 | edit-find.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-fullscreen.svg: -------------------------------------------------------------------------------- 1 | view-fullscreen.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-go-back-ltr.svg: -------------------------------------------------------------------------------- 1 | go-previous.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-go-back-rtl.svg: -------------------------------------------------------------------------------- 1 | go-next.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-go-down.svg: -------------------------------------------------------------------------------- 1 | go-down.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-go-forward-ltr.svg: -------------------------------------------------------------------------------- 1 | go-next.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-go-forward-rtl.svg: -------------------------------------------------------------------------------- 1 | go-previous.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-go-up.svg: -------------------------------------------------------------------------------- 1 | go-up.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-goto-bottom.svg: -------------------------------------------------------------------------------- 1 | go-bottom.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-goto-first-ltr.svg: -------------------------------------------------------------------------------- 1 | go-first.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-goto-first-rtl.svg: -------------------------------------------------------------------------------- 1 | go-last.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-goto-last-ltr.svg: -------------------------------------------------------------------------------- 1 | go-last.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-goto-last-rtl.svg: -------------------------------------------------------------------------------- 1 | go-first.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-goto-top.svg: -------------------------------------------------------------------------------- 1 | go-top.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-home.svg: -------------------------------------------------------------------------------- 1 | go-home.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-indent-ltr.svg: -------------------------------------------------------------------------------- 1 | format-indent-more.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-indent-rtl.svg: -------------------------------------------------------------------------------- 1 | format-indent-less.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-italic.svg: -------------------------------------------------------------------------------- 1 | format-text-italic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-jump-to-ltr.svg: -------------------------------------------------------------------------------- 1 | go-jump.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-jump-to-rtl.svg: -------------------------------------------------------------------------------- 1 | go-jump.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-justify-center.svg: -------------------------------------------------------------------------------- 1 | format-justify-center.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-justify-fill.svg: -------------------------------------------------------------------------------- 1 | format-justify-fill.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-justify-left.svg: -------------------------------------------------------------------------------- 1 | format-justify-left.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-justify-right.svg: -------------------------------------------------------------------------------- 1 | format-justify-right.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-media-forward-ltr.svg: -------------------------------------------------------------------------------- 1 | media-seek-forward.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-media-forward-rtl.svg: -------------------------------------------------------------------------------- 1 | media-seek-backward.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-media-next-ltr.svg: -------------------------------------------------------------------------------- 1 | media-skip-forward.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-media-next-rtl.svg: -------------------------------------------------------------------------------- 1 | media-skip-backward.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-media-pause.svg: -------------------------------------------------------------------------------- 1 | media-playback-pause.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-media-play-ltr.svg: -------------------------------------------------------------------------------- 1 | media-playback-start.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-media-previous-ltr.svg: -------------------------------------------------------------------------------- 1 | media-skip-backward.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-media-previous-rtl.svg: -------------------------------------------------------------------------------- 1 | media-skip-forward.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-media-record.svg: -------------------------------------------------------------------------------- 1 | media-record.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-media-rewind-ltr.svg: -------------------------------------------------------------------------------- 1 | media-seek-backward.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-media-rewind-rtl.svg: -------------------------------------------------------------------------------- 1 | media-seek-forward.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-media-stop.svg: -------------------------------------------------------------------------------- 1 | media-playback-stop.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-new.svg: -------------------------------------------------------------------------------- 1 | document-new.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-open.svg: -------------------------------------------------------------------------------- 1 | document-open.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-paste.svg: -------------------------------------------------------------------------------- 1 | edit-paste.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-print-preview.svg: -------------------------------------------------------------------------------- 1 | document-print-preview.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-print.svg: -------------------------------------------------------------------------------- 1 | document-print.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-properties.svg: -------------------------------------------------------------------------------- 1 | document-properties.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-redo-ltr.svg: -------------------------------------------------------------------------------- 1 | edit-redo.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-refresh.svg: -------------------------------------------------------------------------------- 1 | view-refresh.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-remove.svg: -------------------------------------------------------------------------------- 1 | list-remove.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-save-as.svg: -------------------------------------------------------------------------------- 1 | document-save-as.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-save.svg: -------------------------------------------------------------------------------- 1 | document-save.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-select-all.svg: -------------------------------------------------------------------------------- 1 | edit-select-all.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-stop.svg: -------------------------------------------------------------------------------- 1 | process-stop.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-strikethrough.svg: -------------------------------------------------------------------------------- 1 | format-text-strikethrough.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-underline.svg: -------------------------------------------------------------------------------- 1 | format-text-underline.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-undo-ltr.svg: -------------------------------------------------------------------------------- 1 | edit-undo.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-unindent-ltr.svg: -------------------------------------------------------------------------------- 1 | format-indent-less.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/gtk-unindent-rtl.svg: -------------------------------------------------------------------------------- 1 | format-indent-more.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/kfind.svg: -------------------------------------------------------------------------------- 1 | system-search.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/kfm_home.svg: -------------------------------------------------------------------------------- 1 | go-home.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/leftjust.svg: -------------------------------------------------------------------------------- 1 | format-justify-left.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/list-add.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/list-add.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/list-remove.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/list-remove.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/lock.svg: -------------------------------------------------------------------------------- 1 | system-lock-screen.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/mail-forward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/mail-forward.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/mail-mark-junk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/mail-mark-junk.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/mail-message-new.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/mail-message-new.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/mail-reply-all.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/mail-reply-all.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/mail-reply-sender.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/mail-reply-sender.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/mail-send-receive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/mail-send-receive.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/mail_forward.svg: -------------------------------------------------------------------------------- 1 | mail-forward.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/mail_new.svg: -------------------------------------------------------------------------------- 1 | mail-message-new.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/mail_reply.svg: -------------------------------------------------------------------------------- 1 | mail-reply-sender.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/mail_replyall.svg: -------------------------------------------------------------------------------- 1 | mail-reply-all.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/mail_spam.svg: -------------------------------------------------------------------------------- 1 | mail-mark-junk.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/media-eject.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/media-eject.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/media-playback-stop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/media-playback-stop.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/media-record.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/media-record.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/media-seek-backward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/media-seek-backward.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/media-seek-forward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/media-seek-forward.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/media-skip-backward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/media-skip-backward.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/media-skip-forward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/media-skip-forward.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/next.svg: -------------------------------------------------------------------------------- 1 | go-next.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/player_eject.svg: -------------------------------------------------------------------------------- 1 | media-eject.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/player_end.svg: -------------------------------------------------------------------------------- 1 | media-skip-forward.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/player_fwd.svg: -------------------------------------------------------------------------------- 1 | media-seek-forward.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/player_pause.svg: -------------------------------------------------------------------------------- 1 | media-playback-pause.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/player_play.svg: -------------------------------------------------------------------------------- 1 | media-playback-start.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/player_record.svg: -------------------------------------------------------------------------------- 1 | media-record.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/player_rew.svg: -------------------------------------------------------------------------------- 1 | media-seek-backward.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/player_start.svg: -------------------------------------------------------------------------------- 1 | media-skip-backward.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/player_stop.svg: -------------------------------------------------------------------------------- 1 | media-playback-stop.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/previous.svg: -------------------------------------------------------------------------------- 1 | go-previous.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/process-stop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/process-stop.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/redhat-home.svg: -------------------------------------------------------------------------------- 1 | go-home.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/redo.svg: -------------------------------------------------------------------------------- 1 | edit-redo.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/reload.svg: -------------------------------------------------------------------------------- 1 | view-refresh.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/reload3.svg: -------------------------------------------------------------------------------- 1 | view-refresh.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/reload_all_tabs.svg: -------------------------------------------------------------------------------- 1 | view-refresh.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/reload_page.svg: -------------------------------------------------------------------------------- 1 | view-refresh.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/remove.svg: -------------------------------------------------------------------------------- 1 | list-remove.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/rightjust.svg: -------------------------------------------------------------------------------- 1 | format-justify-right.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/search.svg: -------------------------------------------------------------------------------- 1 | system-search.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/start.svg: -------------------------------------------------------------------------------- 1 | go-first.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_add-bookmark.svg: -------------------------------------------------------------------------------- 1 | bookmark-new.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_bottom.svg: -------------------------------------------------------------------------------- 1 | go-bottom.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_copy.svg: -------------------------------------------------------------------------------- 1 | edit-copy.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_cut.svg: -------------------------------------------------------------------------------- 1 | edit-cut.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_delete.svg: -------------------------------------------------------------------------------- 1 | edit-delete.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_down.svg: -------------------------------------------------------------------------------- 1 | go-down.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_file-properites.svg: -------------------------------------------------------------------------------- 1 | document-properties.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_first.svg: -------------------------------------------------------------------------------- 1 | go-first.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_fullscreen.svg: -------------------------------------------------------------------------------- 1 | view-fullscreen.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_help-add-bookmark.svg: -------------------------------------------------------------------------------- 1 | bookmark-new.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_home.svg: -------------------------------------------------------------------------------- 1 | go-home.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_last.svg: -------------------------------------------------------------------------------- 1 | go-last.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_left.svg: -------------------------------------------------------------------------------- 1 | go-previous.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_mail-compose.svg: -------------------------------------------------------------------------------- 1 | mail-message-new.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_mail-forward.svg: -------------------------------------------------------------------------------- 1 | mail-forward.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_mail-reply-to-all.svg: -------------------------------------------------------------------------------- 1 | mail-reply-all.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_mail-reply.svg: -------------------------------------------------------------------------------- 1 | mail-reply-sender.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_mail-send-receive.svg: -------------------------------------------------------------------------------- 1 | mail-send-receive.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_media-fwd.svg: -------------------------------------------------------------------------------- 1 | media-seek-forward.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_media-next.svg: -------------------------------------------------------------------------------- 1 | media-skip-forward.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_media-pause.svg: -------------------------------------------------------------------------------- 1 | media-playback-pause.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_media-play.svg: -------------------------------------------------------------------------------- 1 | media-playback-start.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_media-prev.svg: -------------------------------------------------------------------------------- 1 | media-skip-backward.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_media-rec.svg: -------------------------------------------------------------------------------- 1 | media-record.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_media-rew.svg: -------------------------------------------------------------------------------- 1 | media-seek-backward.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_media-stop.svg: -------------------------------------------------------------------------------- 1 | media-playback-stop.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_new-address-book.svg: -------------------------------------------------------------------------------- 1 | address-book-new.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_new-appointment.svg: -------------------------------------------------------------------------------- 1 | appointment-new.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_new-bcard.svg: -------------------------------------------------------------------------------- 1 | contact-new.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_new-dir.svg: -------------------------------------------------------------------------------- 1 | folder-new.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_new-tab.svg: -------------------------------------------------------------------------------- 1 | tab-new.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_new-text.svg: -------------------------------------------------------------------------------- 1 | document-new.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_new-window.svg: -------------------------------------------------------------------------------- 1 | window-new.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_paste.svg: -------------------------------------------------------------------------------- 1 | edit-paste.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_print-preview.svg: -------------------------------------------------------------------------------- 1 | document-print-preview.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_print.svg: -------------------------------------------------------------------------------- 1 | document-print.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_properties.svg: -------------------------------------------------------------------------------- 1 | document-properties.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_redo.svg: -------------------------------------------------------------------------------- 1 | edit-redo.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_refresh.svg: -------------------------------------------------------------------------------- 1 | view-refresh.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_right.svg: -------------------------------------------------------------------------------- 1 | go-next.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_save-as.svg: -------------------------------------------------------------------------------- 1 | document-save-as.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_save.svg: -------------------------------------------------------------------------------- 1 | document-save.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_search-and-replace.svg: -------------------------------------------------------------------------------- 1 | edit-find-replace.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_search.svg: -------------------------------------------------------------------------------- 1 | edit-find.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_select-all.svg: -------------------------------------------------------------------------------- 1 | edit-select-all.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_spam.svg: -------------------------------------------------------------------------------- 1 | mail-mark-junk.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_stop.svg: -------------------------------------------------------------------------------- 1 | process-stop.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_text-strikethrough.svg: -------------------------------------------------------------------------------- 1 | format-text-strikethrough.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_text_bold.svg: -------------------------------------------------------------------------------- 1 | format-text-bold.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_text_center.svg: -------------------------------------------------------------------------------- 1 | format-justify-center.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_text_indent.svg: -------------------------------------------------------------------------------- 1 | format-indent-more.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_text_italic.svg: -------------------------------------------------------------------------------- 1 | format-text-italic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_text_justify.svg: -------------------------------------------------------------------------------- 1 | format-justify-fill.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_text_left.svg: -------------------------------------------------------------------------------- 1 | format-justify-left.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_text_right.svg: -------------------------------------------------------------------------------- 1 | format-justify-right.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_text_underlined.svg: -------------------------------------------------------------------------------- 1 | format-text-underline.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_text_unindent.svg: -------------------------------------------------------------------------------- 1 | format-indent-less.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_top.svg: -------------------------------------------------------------------------------- 1 | go-top.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_undo.svg: -------------------------------------------------------------------------------- 1 | edit-undo.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stock_up.svg: -------------------------------------------------------------------------------- 1 | go-up.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/stop.svg: -------------------------------------------------------------------------------- 1 | process-stop.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/system-lock-screen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/system-lock-screen.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/system-log-out.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/system-log-out.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/system-search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/system-search.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/system-shutdown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/system-shutdown.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/tab-new.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/tab-new.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/tab_new.svg: -------------------------------------------------------------------------------- 1 | tab-new.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/text_bold.svg: -------------------------------------------------------------------------------- 1 | format-text-bold.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/text_italic.svg: -------------------------------------------------------------------------------- 1 | format-text-italic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/text_strike.svg: -------------------------------------------------------------------------------- 1 | format-text-strikethrough.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/text_under.svg: -------------------------------------------------------------------------------- 1 | format-text-underline.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/top.svg: -------------------------------------------------------------------------------- 1 | go-top.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/undo.svg: -------------------------------------------------------------------------------- 1 | edit-undo.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/up.svg: -------------------------------------------------------------------------------- 1 | go-up.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/view-fullscreen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/view-fullscreen.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/view-refresh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/view-refresh.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/window-new.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/actions/window-new.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/window_fullscreen.svg: -------------------------------------------------------------------------------- 1 | view-fullscreen.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/window_new.svg: -------------------------------------------------------------------------------- 1 | window-new.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/actions/xfce-system-lock.svg: -------------------------------------------------------------------------------- 1 | system-lock-screen.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/access.svg: -------------------------------------------------------------------------------- 1 | preferences-desktop-accessibility.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/accessibility-directory.svg: -------------------------------------------------------------------------------- 1 | preferences-desktop-accessibility.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/accessories-calculator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/apps/accessories-calculator.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/background.svg: -------------------------------------------------------------------------------- 1 | preferences-desktop-wallpaper.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/browser.svg: -------------------------------------------------------------------------------- 1 | internet-web-browser.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/config-language.svg: -------------------------------------------------------------------------------- 1 | preferences-desktop-locale.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/config-users.svg: -------------------------------------------------------------------------------- 1 | system-users.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/date.svg: -------------------------------------------------------------------------------- 1 | office-calendar.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/email.svg: -------------------------------------------------------------------------------- 1 | internet-mail.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/file-manager.svg: -------------------------------------------------------------------------------- 1 | system-file-manager.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/fonts.svg: -------------------------------------------------------------------------------- 1 | preferences-desktop-font.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/gnome-character-map.svg: -------------------------------------------------------------------------------- 1 | accessories-character-map.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/gnome-help.svg: -------------------------------------------------------------------------------- 1 | help-browser.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/gnome-monitor.svg: -------------------------------------------------------------------------------- 1 | utilities-system-monitor.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/gnome-remote-desktop.svg: -------------------------------------------------------------------------------- 1 | preferences-desktop-remote-desktop.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/gnome-session.svg: -------------------------------------------------------------------------------- 1 | preferences-system-session.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/gnome-settings-accessibility-technologies.svg: -------------------------------------------------------------------------------- 1 | preferences-desktop-accessibility.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/gnome-settings-background.svg: -------------------------------------------------------------------------------- 1 | preferences-desktop-wallpaper.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/gnome-settings-font.svg: -------------------------------------------------------------------------------- 1 | preferences-desktop-font.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/gnome-settings-keybindings.svg: -------------------------------------------------------------------------------- 1 | preferences-desktop-keyboard-shortcuts.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/gnome-settings-theme.svg: -------------------------------------------------------------------------------- 1 | preferences-desktop-theme.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/gnome-terminal.svg: -------------------------------------------------------------------------------- 1 | utilities-terminal.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/gnome-window-manager.svg: -------------------------------------------------------------------------------- 1 | preferences-system-windows.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/gucharmap.svg: -------------------------------------------------------------------------------- 1 | accessories-character-map.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/help-browser.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/apps/help-browser.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/help.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/apps/help.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/internet-group-chat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/apps/internet-group-chat.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/internet-mail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/apps/internet-mail.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/internet-news-reader.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/apps/internet-news-reader.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/internet-web-browser.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/apps/internet-web-browser.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/kcharselect.svg: -------------------------------------------------------------------------------- 1 | accessories-character-map.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/kcmkwm.svg: -------------------------------------------------------------------------------- 1 | preferences-system-windows.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/kedit.svg: -------------------------------------------------------------------------------- 1 | accessories-text-editor.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/key_bindings.svg: -------------------------------------------------------------------------------- 1 | preferences-desktop-keyboard-shortcuts.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/kfm.svg: -------------------------------------------------------------------------------- 1 | system-file-manager.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/khelpcenter.svg: -------------------------------------------------------------------------------- 1 | help-browser.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/konsole.svg: -------------------------------------------------------------------------------- 1 | utilities-terminal.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/krfb.svg: -------------------------------------------------------------------------------- 1 | preferences-desktop-remote-desktop.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/kscreensaver.svg: -------------------------------------------------------------------------------- 1 | preferences-desktop-screensaver.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/ksysguard.svg: -------------------------------------------------------------------------------- 1 | utilities-system-monitor.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/kuser.svg: -------------------------------------------------------------------------------- 1 | system-users.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/kwin.svg: -------------------------------------------------------------------------------- 1 | preferences-system-windows.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/locale.svg: -------------------------------------------------------------------------------- 1 | preferences-desktop-locale.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/mail_generic.svg: -------------------------------------------------------------------------------- 1 | internet-mail.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/office-calendar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/apps/office-calendar.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/openterm.svg: -------------------------------------------------------------------------------- 1 | utilities-terminal.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/proxy-config.svg: -------------------------------------------------------------------------------- 1 | preferences-system-network-proxy.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/proxy.svg: -------------------------------------------------------------------------------- 1 | preferences-system-network-proxy.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/redhat-email.svg: -------------------------------------------------------------------------------- 1 | internet-mail.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/redhat-filemanager.svg: -------------------------------------------------------------------------------- 1 | system-file-manager.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/redhat-web-browser.svg: -------------------------------------------------------------------------------- 1 | internet-web-browser.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/screensaver.svg: -------------------------------------------------------------------------------- 1 | preferences-desktop-screensaver.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/stock_proxy.svg: -------------------------------------------------------------------------------- 1 | preferences-system-network-proxy.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/style.svg: -------------------------------------------------------------------------------- 1 | preferences-desktop-theme.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/susehelpcenter.svg: -------------------------------------------------------------------------------- 1 | help-browser.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/system-config-users.svg: -------------------------------------------------------------------------------- 1 | system-users.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/system-file-manager.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/apps/system-file-manager.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/system-installer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/apps/system-installer.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/system-software-update.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/apps/system-software-update.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/system-users.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/apps/system-users.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/terminal.svg: -------------------------------------------------------------------------------- 1 | utilities-terminal.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/text-editor.svg: -------------------------------------------------------------------------------- 1 | accessories-text-editor.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/update-manager.svg: -------------------------------------------------------------------------------- 1 | system-software-update.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/utilities-terminal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/apps/utilities-terminal.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/wallpaper.svg: -------------------------------------------------------------------------------- 1 | preferences-desktop-wallpaper.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/web-browser.svg: -------------------------------------------------------------------------------- 1 | internet-web-browser.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/xfcalendar.svg: -------------------------------------------------------------------------------- 1 | office-calendar.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/xfce-filemanager.svg: -------------------------------------------------------------------------------- 1 | system-file-manager.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/xfce-mail.svg: -------------------------------------------------------------------------------- 1 | internet-mail.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/xfce-terminal.svg: -------------------------------------------------------------------------------- 1 | utilities-terminal.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/xfce4-backdrop.svg: -------------------------------------------------------------------------------- 1 | preferences-desktop-wallpaper.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/xfce4-session.svg: -------------------------------------------------------------------------------- 1 | preferences-system-session.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/xfwm4.svg: -------------------------------------------------------------------------------- 1 | preferences-system-windows.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/ximian-evolution-calendar.svg: -------------------------------------------------------------------------------- 1 | office-calendar.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/xscreensaver.svg: -------------------------------------------------------------------------------- 1 | preferences-desktop-screensaver.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/apps/zen-icon.svg: -------------------------------------------------------------------------------- 1 | system-software-update.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/applications-science.svg: -------------------------------------------------------------------------------- 1 | ../status/dialog-information.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/gnome-applications.svg: -------------------------------------------------------------------------------- 1 | applications-office.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/gnome-control-center.svg: -------------------------------------------------------------------------------- 1 | preferences-desktop.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/gnome-devel.svg: -------------------------------------------------------------------------------- 1 | applications-development.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/gnome-globe.svg: -------------------------------------------------------------------------------- 1 | applications-internet.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/gnome-graphics.svg: -------------------------------------------------------------------------------- 1 | applications-graphics.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/gnome-joystick.svg: -------------------------------------------------------------------------------- 1 | applications-games.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/gnome-multimedia.svg: -------------------------------------------------------------------------------- 1 | applications-multimedia.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/gnome-other.svg: -------------------------------------------------------------------------------- 1 | applications-other.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/gnome-settings.svg: -------------------------------------------------------------------------------- 1 | preferences-desktop.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/gnome-system.svg: -------------------------------------------------------------------------------- 1 | applications-system.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/gnome-util.svg: -------------------------------------------------------------------------------- 1 | applications-accessories.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/gtk-preferences.svg: -------------------------------------------------------------------------------- 1 | preferences-desktop.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/input_devices_settings.svg: -------------------------------------------------------------------------------- 1 | preferences-desktop-peripherals.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/kcontrol.svg: -------------------------------------------------------------------------------- 1 | preferences-desktop.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/package_development.svg: -------------------------------------------------------------------------------- 1 | applications-development.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/package_games.svg: -------------------------------------------------------------------------------- 1 | applications-games.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/package_graphics.svg: -------------------------------------------------------------------------------- 1 | applications-graphics.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/package_multimedia.svg: -------------------------------------------------------------------------------- 1 | applications-multimedia.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/package_network.svg: -------------------------------------------------------------------------------- 1 | applications-internet.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/package_office.svg: -------------------------------------------------------------------------------- 1 | applications-office.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/package_settings.svg: -------------------------------------------------------------------------------- 1 | preferences-system.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/package_system.svg: -------------------------------------------------------------------------------- 1 | applications-system.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/package_utilities.svg: -------------------------------------------------------------------------------- 1 | applications-accessories.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/redhat-accessories.svg: -------------------------------------------------------------------------------- 1 | applications-accessories.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/redhat-games.svg: -------------------------------------------------------------------------------- 1 | applications-games.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/redhat-graphics.svg: -------------------------------------------------------------------------------- 1 | applications-graphics.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/redhat-internet.svg: -------------------------------------------------------------------------------- 1 | applications-internet.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/redhat-office.svg: -------------------------------------------------------------------------------- 1 | applications-office.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/redhat-preferences.svg: -------------------------------------------------------------------------------- 1 | preferences-desktop.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/redhat-programming.svg: -------------------------------------------------------------------------------- 1 | applications-development.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/redhat-sound_video.svg: -------------------------------------------------------------------------------- 1 | applications-multimedia.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/redhat-system_settings.svg: -------------------------------------------------------------------------------- 1 | preferences-system.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/redhat-system_tools.svg: -------------------------------------------------------------------------------- 1 | applications-system.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/stock_internet.svg: -------------------------------------------------------------------------------- 1 | applications-internet.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/xfce-games.svg: -------------------------------------------------------------------------------- 1 | applications-games.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/xfce-graphics.svg: -------------------------------------------------------------------------------- 1 | applications-graphics.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/xfce-internet.svg: -------------------------------------------------------------------------------- 1 | applications-internet.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/xfce-multimedia.svg: -------------------------------------------------------------------------------- 1 | applications-multimedia.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/xfce-office.svg: -------------------------------------------------------------------------------- 1 | applications-office.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/xfce-system-settings.svg: -------------------------------------------------------------------------------- 1 | preferences-system.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/xfce-utils.svg: -------------------------------------------------------------------------------- 1 | applications-accessories.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/categories/xfce4-settings.svg: -------------------------------------------------------------------------------- 1 | preferences-desktop.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/3floppy_unmount.svg: -------------------------------------------------------------------------------- 1 | media-floppy.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/audio-card.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/devices/audio-card.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/battery.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/devices/battery.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/camera-photo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/devices/camera-photo.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/camera-video.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/devices/camera-video.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/camera.svg: -------------------------------------------------------------------------------- 1 | camera-photo.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/camera_unmount.svg: -------------------------------------------------------------------------------- 1 | camera-photo.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/cdrom_unmount.svg: -------------------------------------------------------------------------------- 1 | media-optical.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/cdwriter_unmount.svg: -------------------------------------------------------------------------------- 1 | media-optical.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/chardevice.svg: -------------------------------------------------------------------------------- 1 | video-display.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/computer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/devices/computer.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/display.svg: -------------------------------------------------------------------------------- 1 | video-display.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/drive-cdrom.svg: -------------------------------------------------------------------------------- 1 | drive-optical.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/drive-harddisk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/devices/drive-harddisk.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/drive-optical.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/devices/drive-optical.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/dvd_unmount.svg: -------------------------------------------------------------------------------- 1 | media-optical.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/gnome-dev-battery.svg: -------------------------------------------------------------------------------- 1 | battery.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/gnome-dev-cdrom-audio.svg: -------------------------------------------------------------------------------- 1 | media-optical.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/gnome-dev-cdrom.svg: -------------------------------------------------------------------------------- 1 | drive-optical.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/gnome-dev-computer.svg: -------------------------------------------------------------------------------- 1 | computer.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/gnome-dev-disc-cdr.svg: -------------------------------------------------------------------------------- 1 | media-optical.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/gnome-dev-disc-cdrw.svg: -------------------------------------------------------------------------------- 1 | media-optical.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/gnome-dev-disc-dvdr-plus.svg: -------------------------------------------------------------------------------- 1 | media-optical.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/gnome-dev-disc-dvdr.svg: -------------------------------------------------------------------------------- 1 | media-optical.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/gnome-dev-disc-dvdram.svg: -------------------------------------------------------------------------------- 1 | media-optical.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/gnome-dev-disc-dvdrom.svg: -------------------------------------------------------------------------------- 1 | media-optical.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/gnome-dev-disc-dvdrw.svg: -------------------------------------------------------------------------------- 1 | media-optical.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/gnome-dev-dvd.svg: -------------------------------------------------------------------------------- 1 | drive-optical.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/gnome-dev-ethernet.svg: -------------------------------------------------------------------------------- 1 | network-wired.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/gnome-dev-floppy.svg: -------------------------------------------------------------------------------- 1 | media-floppy.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/gnome-dev-harddisk-1394.svg: -------------------------------------------------------------------------------- 1 | drive-harddisk.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/gnome-dev-harddisk-usb.svg: -------------------------------------------------------------------------------- 1 | drive-harddisk.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/gnome-dev-harddisk.svg: -------------------------------------------------------------------------------- 1 | drive-harddisk.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/gnome-dev-ipod.svg: -------------------------------------------------------------------------------- 1 | multimedia-player.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/gnome-dev-keyboard.svg: -------------------------------------------------------------------------------- 1 | input-keyboard.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/gnome-dev-media-cf.svg: -------------------------------------------------------------------------------- 1 | media-flash.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/gnome-dev-media-ms.svg: -------------------------------------------------------------------------------- 1 | media-flash.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/gnome-dev-media-sdmmc.svg: -------------------------------------------------------------------------------- 1 | media-flash.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/gnome-dev-media-sm.svg: -------------------------------------------------------------------------------- 1 | media-flash.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/gnome-dev-mouse-ball.svg: -------------------------------------------------------------------------------- 1 | input-mouse.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/gnome-dev-mouse-optical.svg: -------------------------------------------------------------------------------- 1 | input-mouse.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/gnome-dev-printer.svg: -------------------------------------------------------------------------------- 1 | printer.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/gnome-dev-removable-1394.svg: -------------------------------------------------------------------------------- 1 | drive-removable-media.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/gnome-dev-removable-usb.svg: -------------------------------------------------------------------------------- 1 | drive-removable-media.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/gnome-dev-removable.svg: -------------------------------------------------------------------------------- 1 | drive-removable-media.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/gnome-dev-wavelan.svg: -------------------------------------------------------------------------------- 1 | network-wireless.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/gnome-fs-client.svg: -------------------------------------------------------------------------------- 1 | computer.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/gnome-stock-mic.svg: -------------------------------------------------------------------------------- 1 | audio-input-microphone.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/gtk-cdrom.svg: -------------------------------------------------------------------------------- 1 | media-optical.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/gtk-floppy.svg: -------------------------------------------------------------------------------- 1 | media-floppy.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/gtk-harddisk.svg: -------------------------------------------------------------------------------- 1 | drive-harddisk.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/harddrive.svg: -------------------------------------------------------------------------------- 1 | drive-harddisk.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/hdd_unmount.svg: -------------------------------------------------------------------------------- 1 | drive-harddisk.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/input-gaming.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/devices/input-gaming.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/input-keyboard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/devices/input-keyboard.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/input-mouse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/devices/input-mouse.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/ipod_mount.svg: -------------------------------------------------------------------------------- 1 | multimedia-player.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/joystick.svg: -------------------------------------------------------------------------------- 1 | input-gaming.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/keyboard.svg: -------------------------------------------------------------------------------- 1 | input-keyboard.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/kjobviewer.svg: -------------------------------------------------------------------------------- 1 | printer.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/kxkb.svg: -------------------------------------------------------------------------------- 1 | input-keyboard.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/media-cdrom.svg: -------------------------------------------------------------------------------- 1 | media-optical.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/media-flash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/devices/media-flash.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/media-floppy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/devices/media-floppy.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/media-optical.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/devices/media-optical.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/mouse.svg: -------------------------------------------------------------------------------- 1 | input-mouse.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/multimedia-player.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/devices/multimedia-player.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/network-wired.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/devices/network-wired.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/network-wireless.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/devices/network-wireless.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/printer-remote.svg: -------------------------------------------------------------------------------- 1 | printer.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/printer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/devices/printer.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/printer1.svg: -------------------------------------------------------------------------------- 1 | printer.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/printmgr.svg: -------------------------------------------------------------------------------- 1 | printer.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/stock_mic.svg: -------------------------------------------------------------------------------- 1 | audio-input-microphone.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/stock_printers.svg: -------------------------------------------------------------------------------- 1 | printer.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/system-floppy.svg: -------------------------------------------------------------------------------- 1 | media-floppy.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/system.svg: -------------------------------------------------------------------------------- 1 | computer.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/usbpendrive_unmount.svg: -------------------------------------------------------------------------------- 1 | drive-removable-media.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/video-display.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/devices/video-display.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/xfce-printer.svg: -------------------------------------------------------------------------------- 1 | printer.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/xfce4-display.svg: -------------------------------------------------------------------------------- 1 | video-display.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/xfce4-keyboard.svg: -------------------------------------------------------------------------------- 1 | input-keyboard.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/xfce4-mouse.svg: -------------------------------------------------------------------------------- 1 | input-mouse.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/yast_HD.svg: -------------------------------------------------------------------------------- 1 | drive-harddisk.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/yast_idetude.svg: -------------------------------------------------------------------------------- 1 | drive-harddisk.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/yast_joystick.svg: -------------------------------------------------------------------------------- 1 | input-gaming.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/yast_mouse.svg: -------------------------------------------------------------------------------- 1 | input-mouse.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/yast_printer.svg: -------------------------------------------------------------------------------- 1 | printer.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/devices/yast_soundcard.svg: -------------------------------------------------------------------------------- 1 | audio-card.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/emblems/emblem-favorite.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/emblems/emblem-favorite.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/emblems/emblem-important.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/emblems/emblem-important.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/emblems/emblem-noread.svg: -------------------------------------------------------------------------------- 1 | emblem-unreadable.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/emblems/emblem-nowrite.svg: -------------------------------------------------------------------------------- 1 | emblem-readonly.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/emblems/emblem-photos.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/emblems/emblem-photos.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/emblems/emblem-readonly.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/emblems/emblem-readonly.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/emblems/emblem-system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/emblems/emblem-system.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/emblems/emblem-unreadable.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/emblems/emblem-unreadable.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/emotes/face-angel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/emotes/face-angel.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/emotes/face-crying.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/emotes/face-crying.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/emotes/face-devilish.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/emotes/face-devilish.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/emotes/face-glasses.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/emotes/face-glasses.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/emotes/face-grin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/emotes/face-grin.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/emotes/face-kiss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/emotes/face-kiss.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/emotes/face-monkey.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/emotes/face-monkey.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/emotes/face-plain.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/emotes/face-plain.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/emotes/face-sad.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/emotes/face-sad.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/emotes/face-smile-big.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/emotes/face-smile-big.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/emotes/face-smile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/emotes/face-smile.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/emotes/face-surprise.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/emotes/face-surprise.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/emotes/face-wink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/emotes/face-wink.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/emotes/stock_smiley-1.svg: -------------------------------------------------------------------------------- 1 | face-smile.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/emotes/stock_smiley-11.svg: -------------------------------------------------------------------------------- 1 | face-crying.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/emotes/stock_smiley-13.svg: -------------------------------------------------------------------------------- 1 | face-kiss.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/emotes/stock_smiley-18.svg: -------------------------------------------------------------------------------- 1 | face-angel.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/emotes/stock_smiley-2.svg: -------------------------------------------------------------------------------- 1 | face-smile.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/emotes/stock_smiley-22.svg: -------------------------------------------------------------------------------- 1 | face-monkey.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/emotes/stock_smiley-3.svg: -------------------------------------------------------------------------------- 1 | face-wink.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/emotes/stock_smiley-4.svg: -------------------------------------------------------------------------------- 1 | face-sad.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/emotes/stock_smiley-5.svg: -------------------------------------------------------------------------------- 1 | face-surprise.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/emotes/stock_smiley-6.svg: -------------------------------------------------------------------------------- 1 | face-smile-big.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/emotes/stock_smiley-7.svg: -------------------------------------------------------------------------------- 1 | face-smile.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/emotes/stock_smiley-8.svg: -------------------------------------------------------------------------------- 1 | face-plain.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.svg: -------------------------------------------------------------------------------- 1 | x-office-spreadsheet.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.svg: -------------------------------------------------------------------------------- 1 | x-office-presentation.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/application-vnd.ms-word.document.macroEnabled.12.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.svg: -------------------------------------------------------------------------------- 1 | x-office-presentation.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.svg: -------------------------------------------------------------------------------- 1 | x-office-presentation-template.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.svg: -------------------------------------------------------------------------------- 1 | x-office-spreadsheet.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.svg: -------------------------------------------------------------------------------- 1 | x-office-spreadsheet-template.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.svg: -------------------------------------------------------------------------------- 1 | x-office-document-template.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/ascii.svg: -------------------------------------------------------------------------------- 1 | text-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/audio-x-generic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/mimetypes/audio-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/binary.svg: -------------------------------------------------------------------------------- 1 | application-x-executable.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/contents2.svg: -------------------------------------------------------------------------------- 1 | x-office-address-book.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/deb.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/document.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/empty.svg: -------------------------------------------------------------------------------- 1 | text-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/exec.svg: -------------------------------------------------------------------------------- 1 | application-x-executable.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/folder_tar.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/font-x-generic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/mimetypes/font-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/font.svg: -------------------------------------------------------------------------------- 1 | font-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/font_bitmap.svg: -------------------------------------------------------------------------------- 1 | font-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/font_truetype.svg: -------------------------------------------------------------------------------- 1 | font-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/font_type1.svg: -------------------------------------------------------------------------------- 1 | font-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-fs-executable.svg: -------------------------------------------------------------------------------- 1 | application-x-executable.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-magicpoint.svg: -------------------------------------------------------------------------------- 1 | x-office-presentation.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-msword.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-ogg.svg: -------------------------------------------------------------------------------- 1 | audio-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-pdf.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-postscript.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-rtf.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.svg: -------------------------------------------------------------------------------- 1 | x-office-spreadsheet.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.ms-excel.svg: -------------------------------------------------------------------------------- 1 | x-office-spreadsheet.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.ms-powerpoint.svg: -------------------------------------------------------------------------------- 1 | x-office-presentation.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.svg: -------------------------------------------------------------------------------- 1 | x-office-drawing-template.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.svg: -------------------------------------------------------------------------------- 1 | x-office-drawing.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.svg: -------------------------------------------------------------------------------- 1 | x-office-drawing.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.svg: -------------------------------------------------------------------------------- 1 | x-office-presentation-template.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.svg: -------------------------------------------------------------------------------- 1 | x-office-presentation.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.svg: -------------------------------------------------------------------------------- 1 | x-office-spreadsheet-template.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.svg: -------------------------------------------------------------------------------- 1 | x-office-spreadsheet.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.svg: -------------------------------------------------------------------------------- 1 | x-office-document-template.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.svg: -------------------------------------------------------------------------------- 1 | text-html.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.rn-realmedia.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.stardivision.calc.svg: -------------------------------------------------------------------------------- 1 | x-office-spreadsheet.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.stardivision.impress.svg: -------------------------------------------------------------------------------- 1 | x-office-presentation.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.stardivision.writer.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.sun.xml.calc.svg: -------------------------------------------------------------------------------- 1 | x-office-spreadsheet.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.svg: -------------------------------------------------------------------------------- 1 | x-office-spreadsheet-template.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.sun.xml.draw.svg: -------------------------------------------------------------------------------- 1 | x-office-drawing.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.svg: -------------------------------------------------------------------------------- 1 | x-office-drawing-template.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.sun.xml.impress.svg: -------------------------------------------------------------------------------- 1 | x-office-presentation.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.svg: -------------------------------------------------------------------------------- 1 | x-office-presentation-template.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.sun.xml.writer.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.svg: -------------------------------------------------------------------------------- 1 | x-office-document-template.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-wordperfect.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-7z-compressed.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-abiword.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-applix-spreadsheet.svg: -------------------------------------------------------------------------------- 1 | x-office-spreadsheet.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-applix-word.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-archive.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-arj.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-bzip-compressed-tar.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-bzip.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-compress.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-compressed-tar.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-cpio-compressed.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-cpio.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-deb.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-dvi.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-executable.svg: -------------------------------------------------------------------------------- 1 | application-x-executable.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-font-afm.svg: -------------------------------------------------------------------------------- 1 | font-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-font-bdf.svg: -------------------------------------------------------------------------------- 1 | font-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-font-linux-psf.svg: -------------------------------------------------------------------------------- 1 | font-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-font-pcf.svg: -------------------------------------------------------------------------------- 1 | font-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-font-sunos-news.svg: -------------------------------------------------------------------------------- 1 | font-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-font-ttf.svg: -------------------------------------------------------------------------------- 1 | font-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-gnumeric.svg: -------------------------------------------------------------------------------- 1 | x-office-spreadsheet.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-gzip.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-gzpostscript.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-jar.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-killustrator.svg: -------------------------------------------------------------------------------- 1 | image-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-kpresenter.svg: -------------------------------------------------------------------------------- 1 | x-office-presentation.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-kspread.svg: -------------------------------------------------------------------------------- 1 | x-office-spreadsheet.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-kword.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-lha.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-lhz.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-lzma-compressed-tar.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-lzma.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-ms-dos-executable.svg: -------------------------------------------------------------------------------- 1 | application-x-executable.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-perl.svg: -------------------------------------------------------------------------------- 1 | text-x-script.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-php.svg: -------------------------------------------------------------------------------- 1 | text-html.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-python-bytecode.svg: -------------------------------------------------------------------------------- 1 | text-x-script.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-rar.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-rpm.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-scribus.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-shellscript.svg: -------------------------------------------------------------------------------- 1 | text-x-script.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-shockwave-flash.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-stuffit.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-tar.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-tarz.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-x-tex.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-xhtml+xml.svg: -------------------------------------------------------------------------------- 1 | text-html.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-application-zip.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-audio.svg: -------------------------------------------------------------------------------- 1 | audio-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-image.svg: -------------------------------------------------------------------------------- 1 | image-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-text-html.svg: -------------------------------------------------------------------------------- 1 | text-html.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-text-vnd.wap.wml.svg: -------------------------------------------------------------------------------- 1 | text-html.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-text-x-csh.svg: -------------------------------------------------------------------------------- 1 | text-x-script.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-text-x-python.svg: -------------------------------------------------------------------------------- 1 | text-x-script.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-text-x-sh.svg: -------------------------------------------------------------------------------- 1 | text-x-script.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-text-x-vcalendar.svg: -------------------------------------------------------------------------------- 1 | x-office-calendar.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-text-x-vcard.svg: -------------------------------------------------------------------------------- 1 | x-office-address-book.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-text-x-zsh.svg: -------------------------------------------------------------------------------- 1 | text-x-script.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-text.svg: -------------------------------------------------------------------------------- 1 | text-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-video.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-mime-x-font-afm.svg: -------------------------------------------------------------------------------- 1 | font-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/gnome-package.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/html.svg: -------------------------------------------------------------------------------- 1 | text-html.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/image-x-generic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/mimetypes/image-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/image.svg: -------------------------------------------------------------------------------- 1 | image-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/kpresenter_kpr.svg: -------------------------------------------------------------------------------- 1 | x-office-presentation.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/mime_ascii.svg: -------------------------------------------------------------------------------- 1 | text-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/misc.svg: -------------------------------------------------------------------------------- 1 | text-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/package-x-generic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/mimetypes/package-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/package.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/package_editors.svg: -------------------------------------------------------------------------------- 1 | text-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/package_wordprocessing.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/plan.svg: -------------------------------------------------------------------------------- 1 | x-office-calendar.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/rpm.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/shellscript.svg: -------------------------------------------------------------------------------- 1 | text-x-script.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/sound.svg: -------------------------------------------------------------------------------- 1 | audio-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/spreadsheet.svg: -------------------------------------------------------------------------------- 1 | x-office-spreadsheet.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/stock_addressbook.svg: -------------------------------------------------------------------------------- 1 | x-office-address-book.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/stock_calendar.svg: -------------------------------------------------------------------------------- 1 | x-office-calendar.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/stock_certificate.svg: -------------------------------------------------------------------------------- 1 | application-certificate.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/stock_script.svg: -------------------------------------------------------------------------------- 1 | text-x-script.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/tar.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/template_source.svg: -------------------------------------------------------------------------------- 1 | text-x-generic-template.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/text-html.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/mimetypes/text-html.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/text-x-generic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/mimetypes/text-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/text-x-script.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/mimetypes/text-x-script.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/tgz.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/txt.svg: -------------------------------------------------------------------------------- 1 | text-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/txt2.svg: -------------------------------------------------------------------------------- 1 | text-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/unknown.svg: -------------------------------------------------------------------------------- 1 | text-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/vcalendar.svg: -------------------------------------------------------------------------------- 1 | x-office-calendar.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/vcard.svg: -------------------------------------------------------------------------------- 1 | x-office-address-book.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/video-x-generic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/mimetypes/video-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/video.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/wordprocessing.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/www.svg: -------------------------------------------------------------------------------- 1 | text-html.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/x-office-calendar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/mimetypes/x-office-calendar.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/x-office-document.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/mimetypes/x-office-document.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/x-office-drawing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/mimetypes/x-office-drawing.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/mimetypes/zip.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/application-x-gnome-saved-search.svg: -------------------------------------------------------------------------------- 1 | folder-saved-search.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/desktop.svg: -------------------------------------------------------------------------------- 1 | user-desktop.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/distributor-logo.svg: -------------------------------------------------------------------------------- 1 | start-here.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/emptytrash.svg: -------------------------------------------------------------------------------- 1 | user-trash.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/folder-remote.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/places/folder-remote.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/folder-saved-search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/places/folder-saved-search.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/folder.icon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/places/folder.icon -------------------------------------------------------------------------------- /icons/Tango/scalable/places/folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/places/folder.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/folder_home.svg: -------------------------------------------------------------------------------- 1 | user-home.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/gnome-fs-desktop.svg: -------------------------------------------------------------------------------- 1 | user-desktop.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/gnome-fs-directory.icon: -------------------------------------------------------------------------------- 1 | folder.icon -------------------------------------------------------------------------------- /icons/Tango/scalable/places/gnome-fs-directory.svg: -------------------------------------------------------------------------------- 1 | folder.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/gnome-fs-ftp.svg: -------------------------------------------------------------------------------- 1 | folder-remote.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/gnome-fs-home.svg: -------------------------------------------------------------------------------- 1 | user-home.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/gnome-fs-network.svg: -------------------------------------------------------------------------------- 1 | network-workgroup.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/gnome-fs-nfs.svg: -------------------------------------------------------------------------------- 1 | folder-remote.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/gnome-fs-server.svg: -------------------------------------------------------------------------------- 1 | network-server.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/gnome-fs-share.svg: -------------------------------------------------------------------------------- 1 | folder-remote.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/gnome-fs-smb.svg: -------------------------------------------------------------------------------- 1 | folder-remote.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/gnome-fs-ssh.svg: -------------------------------------------------------------------------------- 1 | folder-remote.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/gnome-fs-trash-empty.svg: -------------------------------------------------------------------------------- 1 | user-trash.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/gnome-main-menu.svg: -------------------------------------------------------------------------------- 1 | start-here.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/gnome-mime-x-directory-nfs-server.svg: -------------------------------------------------------------------------------- 1 | network-server.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/gnome-mime-x-directory-smb-server.svg: -------------------------------------------------------------------------------- 1 | network-server.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/gnome-mime-x-directory-smb-share.svg: -------------------------------------------------------------------------------- 1 | folder-remote.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/gnome-mime-x-directory-smb-workgroup.svg: -------------------------------------------------------------------------------- 1 | network-workgroup.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/gnome-stock-trash.svg: -------------------------------------------------------------------------------- 1 | user-trash.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/gtk-directory.icon: -------------------------------------------------------------------------------- 1 | folder.icon -------------------------------------------------------------------------------- /icons/Tango/scalable/places/gtk-directory.svg: -------------------------------------------------------------------------------- 1 | folder.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/gtk-network.svg: -------------------------------------------------------------------------------- 1 | network-workgroup.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/inode-directory.icon: -------------------------------------------------------------------------------- 1 | folder.icon -------------------------------------------------------------------------------- /icons/Tango/scalable/places/inode-directory.svg: -------------------------------------------------------------------------------- 1 | folder.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/network-server.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/places/network-server.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/network-workgroup.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/places/network-workgroup.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/network.svg: -------------------------------------------------------------------------------- 1 | folder-remote.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/network_local.svg: -------------------------------------------------------------------------------- 1 | network-workgroup.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/novell-button.svg: -------------------------------------------------------------------------------- 1 | start-here.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/redhat-network-server.svg: -------------------------------------------------------------------------------- 1 | network-server.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/server.svg: -------------------------------------------------------------------------------- 1 | network-server.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/start-here.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/places/start-here.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/stock_folder.icon: -------------------------------------------------------------------------------- 1 | folder.icon -------------------------------------------------------------------------------- /icons/Tango/scalable/places/stock_folder.svg: -------------------------------------------------------------------------------- 1 | folder.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/trashcan_empty.svg: -------------------------------------------------------------------------------- 1 | user-trash.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/user-desktop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/places/user-desktop.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/user-home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/places/user-home.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/user-trash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/places/user-trash.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/places/xfce-trash_empty.svg: -------------------------------------------------------------------------------- 1 | user-trash.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/audio-volume-high.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/status/audio-volume-high.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/audio-volume-low.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/status/audio-volume-low.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/audio-volume-medium.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/status/audio-volume-medium.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/audio-volume-muted.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/status/audio-volume-muted.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/battery-caution.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/status/battery-caution.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/connect_creating.svg: -------------------------------------------------------------------------------- 1 | network-transmit-receive.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/connect_established.svg: -------------------------------------------------------------------------------- 1 | network-idle.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/connect_no.svg: -------------------------------------------------------------------------------- 1 | network-offline.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/dialog-error.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/status/dialog-error.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/dialog-information.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/status/dialog-information.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/dialog-warning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/status/dialog-warning.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/edittrash.svg: -------------------------------------------------------------------------------- 1 | user-trash-full.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/error.svg: -------------------------------------------------------------------------------- 1 | dialog-error.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/folder-drag-accept.icon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/status/folder-drag-accept.icon -------------------------------------------------------------------------------- /icons/Tango/scalable/status/folder-drag-accept.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/status/folder-drag-accept.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/folder-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/status/folder-open.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/folder-visiting.icon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/status/folder-visiting.icon -------------------------------------------------------------------------------- /icons/Tango/scalable/status/folder-visiting.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/status/folder-visiting.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/folder_open.svg: -------------------------------------------------------------------------------- 1 | folder-open.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/gnome-dev-wavelan-encrypted.svg: -------------------------------------------------------------------------------- 1 | network-wireless-encrypted.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/gnome-fs-directory-accept.icon: -------------------------------------------------------------------------------- 1 | folder-drag-accept.icon -------------------------------------------------------------------------------- /icons/Tango/scalable/status/gnome-fs-directory-accept.svg: -------------------------------------------------------------------------------- 1 | folder-drag-accept.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/gnome-fs-directory-visiting.icon: -------------------------------------------------------------------------------- 1 | folder-visiting.icon -------------------------------------------------------------------------------- /icons/Tango/scalable/status/gnome-fs-directory-visiting.svg: -------------------------------------------------------------------------------- 1 | folder-visiting.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/gnome-fs-loading-icon.svg: -------------------------------------------------------------------------------- 1 | image-loading.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/gnome-fs-trash-full.svg: -------------------------------------------------------------------------------- 1 | user-trash-full.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/gnome-netstatus-disconn.svg: -------------------------------------------------------------------------------- 1 | network-offline.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/gnome-netstatus-error.svg: -------------------------------------------------------------------------------- 1 | network-error.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/gnome-netstatus-idle.svg: -------------------------------------------------------------------------------- 1 | network-idle.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/gnome-netstatus-rx.svg: -------------------------------------------------------------------------------- 1 | network-receive.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/gnome-netstatus-tx.svg: -------------------------------------------------------------------------------- 1 | network-transmit.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/gnome-netstatus-txrx.svg: -------------------------------------------------------------------------------- 1 | network-transmit-receive.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/gnome-stock-trash-full.svg: -------------------------------------------------------------------------------- 1 | user-trash-full.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/gtk-dialog-error.svg: -------------------------------------------------------------------------------- 1 | dialog-error.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/gtk-dialog-info.svg: -------------------------------------------------------------------------------- 1 | dialog-information.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/gtk-dialog-warning.svg: -------------------------------------------------------------------------------- 1 | dialog-warning.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/gtk-missing-image.svg: -------------------------------------------------------------------------------- 1 | image-missing.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/image-loading.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/status/image-loading.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/image-missing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/status/image-missing.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/important.svg: -------------------------------------------------------------------------------- 1 | dialog-warning.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/info.svg: -------------------------------------------------------------------------------- 1 | dialog-information.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/mail-attachment.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/status/mail-attachment.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/messagebox_critical.svg: -------------------------------------------------------------------------------- 1 | dialog-error.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/messagebox_info.svg: -------------------------------------------------------------------------------- 1 | dialog-information.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/messagebox_warning.svg: -------------------------------------------------------------------------------- 1 | dialog-warning.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/network-error.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/status/network-error.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/network-idle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/status/network-idle.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/network-offline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/status/network-offline.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/network-receive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/status/network-receive.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/network-transmit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/status/network-transmit.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/nm-adhoc.svg: -------------------------------------------------------------------------------- 1 | network-idle.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/nm-device-wired.svg: -------------------------------------------------------------------------------- 1 | network-idle.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/nm-device-wireless.svg: -------------------------------------------------------------------------------- 1 | network-idle.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/nm-no-connection.svg: -------------------------------------------------------------------------------- 1 | network-offline.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/printer-error.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/status/printer-error.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/stock_attach.svg: -------------------------------------------------------------------------------- 1 | mail-attachment.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/stock_dialog-error.svg: -------------------------------------------------------------------------------- 1 | dialog-error.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/stock_dialog-info.svg: -------------------------------------------------------------------------------- 1 | dialog-information.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/stock_dialog-warning.svg: -------------------------------------------------------------------------------- 1 | dialog-warning.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/stock_open.svg: -------------------------------------------------------------------------------- 1 | folder-open.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/stock_trash_full.svg: -------------------------------------------------------------------------------- 1 | user-trash-full.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/stock_volume-0.svg: -------------------------------------------------------------------------------- 1 | audio-volume-low.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/stock_volume-max.svg: -------------------------------------------------------------------------------- 1 | audio-volume-high.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/stock_volume-med.svg: -------------------------------------------------------------------------------- 1 | audio-volume-medium.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/stock_volume-min.svg: -------------------------------------------------------------------------------- 1 | audio-volume-low.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/stock_volume-mute.svg: -------------------------------------------------------------------------------- 1 | audio-volume-muted.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/stock_volume.svg: -------------------------------------------------------------------------------- 1 | audio-volume-high.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/stock_weather-cloudy.svg: -------------------------------------------------------------------------------- 1 | weather-overcast.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/stock_weather-few-clouds.svg: -------------------------------------------------------------------------------- 1 | weather-few-clouds.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/stock_weather-night-clear.svg: -------------------------------------------------------------------------------- 1 | weather-clear-night.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/stock_weather-night-few-clouds.svg: -------------------------------------------------------------------------------- 1 | weather-few-clouds-night.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/stock_weather-showers.svg: -------------------------------------------------------------------------------- 1 | weather-showers.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/stock_weather-snow.svg: -------------------------------------------------------------------------------- 1 | weather-snow.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/stock_weather-storm.svg: -------------------------------------------------------------------------------- 1 | weather-storm.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/stock_weather-sunny.svg: -------------------------------------------------------------------------------- 1 | weather-clear.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/sunny.svg: -------------------------------------------------------------------------------- 1 | weather-clear.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/trashcan_full.svg: -------------------------------------------------------------------------------- 1 | user-trash-full.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/user-trash-full.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/status/user-trash-full.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/weather-clear-night.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/status/weather-clear-night.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/weather-clear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/status/weather-clear.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/weather-few-clouds.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/status/weather-few-clouds.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/weather-overcast.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/status/weather-overcast.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/weather-showers.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/status/weather-showers.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/weather-snow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/status/weather-snow.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/weather-storm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/icons/Tango/scalable/status/weather-storm.svg -------------------------------------------------------------------------------- /icons/Tango/scalable/status/xfce-trash_full.svg: -------------------------------------------------------------------------------- 1 | user-trash-full.svg -------------------------------------------------------------------------------- /include/bootentry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/bootentry.h -------------------------------------------------------------------------------- /include/bootentry.h.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/bootentry.h.j2 -------------------------------------------------------------------------------- /include/bootentrydelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/bootentrydelegate.h -------------------------------------------------------------------------------- /include/bootentryform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/bootentryform.h -------------------------------------------------------------------------------- /include/bootentrylistmodel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/bootentrylistmodel.h -------------------------------------------------------------------------------- /include/bootentrylistview.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/bootentrylistview.h -------------------------------------------------------------------------------- /include/bootentrywidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/bootentrywidget.h -------------------------------------------------------------------------------- /include/commands.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/commands.h -------------------------------------------------------------------------------- /include/compat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/compat.h -------------------------------------------------------------------------------- /include/devicepathproxymodel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/devicepathproxymodel.h -------------------------------------------------------------------------------- /include/devicepathview.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/devicepathview.h -------------------------------------------------------------------------------- /include/disableundoredo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/disableundoredo.h -------------------------------------------------------------------------------- /include/driveinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/driveinfo.h -------------------------------------------------------------------------------- /include/efiboot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/efiboot.h -------------------------------------------------------------------------------- /include/efiboot.h.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/efiboot.h.j2 -------------------------------------------------------------------------------- /include/efibootdata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/efibootdata.h -------------------------------------------------------------------------------- /include/efibooteditor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/efibooteditor.h -------------------------------------------------------------------------------- /include/efibooteditorcli.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/efibooteditorcli.h -------------------------------------------------------------------------------- /include/efikeysequence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/efikeysequence.h -------------------------------------------------------------------------------- /include/efikeysequenceedit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/efikeysequenceedit.h -------------------------------------------------------------------------------- /include/efivar-lite/device-paths.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/efivar-lite/device-paths.h -------------------------------------------------------------------------------- /include/efivar-lite/device-paths.h.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/efivar-lite/device-paths.h.j2 -------------------------------------------------------------------------------- /include/efivar-lite/device-paths.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/efivar-lite/device-paths.yml -------------------------------------------------------------------------------- /include/efivar-lite/efivar-lite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/efivar-lite/efivar-lite.h -------------------------------------------------------------------------------- /include/efivar-lite/key-option.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/efivar-lite/key-option.h -------------------------------------------------------------------------------- /include/efivar-lite/load-option.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/efivar-lite/load-option.h -------------------------------------------------------------------------------- /include/filepathdelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/filepathdelegate.h -------------------------------------------------------------------------------- /include/filepathdialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/filepathdialog.h -------------------------------------------------------------------------------- /include/filepathdialog.h.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/filepathdialog.h.j2 -------------------------------------------------------------------------------- /include/hotkey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/hotkey.h -------------------------------------------------------------------------------- /include/hotkeydelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/hotkeydelegate.h -------------------------------------------------------------------------------- /include/hotkeylistmodel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/hotkeylistmodel.h -------------------------------------------------------------------------------- /include/hotkeysdialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/hotkeysdialog.h -------------------------------------------------------------------------------- /include/hotkeysview.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/hotkeysview.h -------------------------------------------------------------------------------- /include/qindicatorwidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/qindicatorwidget.h -------------------------------------------------------------------------------- /include/qlabelwrapped.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/qlabelwrapped.h -------------------------------------------------------------------------------- /include/qresizabletabwidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/qresizabletabwidget.h -------------------------------------------------------------------------------- /include/qwidgetitemdelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/include/qwidgetitemdelegate.h -------------------------------------------------------------------------------- /misc/.gitignore: -------------------------------------------------------------------------------- 1 | *.egg-info 2 | Pipfile* 3 | -------------------------------------------------------------------------------- /misc/EFIBootEditor.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/misc/EFIBootEditor.desktop -------------------------------------------------------------------------------- /misc/EFIBootEditor.metainfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/misc/EFIBootEditor.metainfo.xml -------------------------------------------------------------------------------- /misc/WIX.template.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/misc/WIX.template.in -------------------------------------------------------------------------------- /misc/codegen/gen_efidp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/misc/codegen/gen_efidp.py -------------------------------------------------------------------------------- /misc/codegen/pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/misc/codegen/pyproject.toml -------------------------------------------------------------------------------- /misc/codegen/spec_parse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/misc/codegen/spec_parse.py -------------------------------------------------------------------------------- /misc/codegen/uv.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/misc/codegen/uv.lock -------------------------------------------------------------------------------- /misc/efibooteditor.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/misc/efibooteditor.spec -------------------------------------------------------------------------------- /misc/org.x.efibooteditor.policy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/misc/org.x.efibooteditor.policy -------------------------------------------------------------------------------- /misc/qt-updater/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/misc/qt-updater/main.py -------------------------------------------------------------------------------- /misc/qt-updater/pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/misc/qt-updater/pyproject.toml -------------------------------------------------------------------------------- /misc/qt-updater/uv.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/misc/qt-updater/uv.lock -------------------------------------------------------------------------------- /misc/wix_banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/misc/wix_banner.png -------------------------------------------------------------------------------- /misc/wix_dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/misc/wix_dialog.png -------------------------------------------------------------------------------- /src/bootentry.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/bootentry.cpp -------------------------------------------------------------------------------- /src/bootentry.cpp.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/bootentry.cpp.j2 -------------------------------------------------------------------------------- /src/bootentrydelegate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/bootentrydelegate.cpp -------------------------------------------------------------------------------- /src/bootentryform.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/bootentryform.cpp -------------------------------------------------------------------------------- /src/bootentrylistmodel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/bootentrylistmodel.cpp -------------------------------------------------------------------------------- /src/bootentrylistview.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/bootentrylistview.cpp -------------------------------------------------------------------------------- /src/bootentrywidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/bootentrywidget.cpp -------------------------------------------------------------------------------- /src/commands.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/commands.cpp -------------------------------------------------------------------------------- /src/devicepathproxymodel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/devicepathproxymodel.cpp -------------------------------------------------------------------------------- /src/devicepathview.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/devicepathview.cpp -------------------------------------------------------------------------------- /src/driveinfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/driveinfo.cpp -------------------------------------------------------------------------------- /src/driveinfo.darwin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/driveinfo.darwin.cpp -------------------------------------------------------------------------------- /src/driveinfo.linux.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/driveinfo.linux.cpp -------------------------------------------------------------------------------- /src/driveinfo.win32.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/driveinfo.win32.cpp -------------------------------------------------------------------------------- /src/efibootdata.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/efibootdata.cpp -------------------------------------------------------------------------------- /src/efibooteditor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/efibooteditor.cpp -------------------------------------------------------------------------------- /src/efibooteditorcli.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/efibooteditorcli.cpp -------------------------------------------------------------------------------- /src/efikeysequence.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/efikeysequence.cpp -------------------------------------------------------------------------------- /src/efikeysequenceedit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/efikeysequenceedit.cpp -------------------------------------------------------------------------------- /src/efivar-lite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/efivar-lite.c -------------------------------------------------------------------------------- /src/efivar-lite.common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/efivar-lite.common.h -------------------------------------------------------------------------------- /src/efivar-lite.darwin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/efivar-lite.darwin.c -------------------------------------------------------------------------------- /src/efivar-lite.linux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/efivar-lite.linux.c -------------------------------------------------------------------------------- /src/efivar-lite.win32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/efivar-lite.win32.c -------------------------------------------------------------------------------- /src/filepathdelegate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/filepathdelegate.cpp -------------------------------------------------------------------------------- /src/filepathdialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/filepathdialog.cpp -------------------------------------------------------------------------------- /src/filepathdialog.cpp.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/filepathdialog.cpp.j2 -------------------------------------------------------------------------------- /src/form/bootentryform.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/form/bootentryform.ui -------------------------------------------------------------------------------- /src/form/bootentrywidget.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/form/bootentrywidget.ui -------------------------------------------------------------------------------- /src/form/efibooteditor.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/form/efibooteditor.ui -------------------------------------------------------------------------------- /src/form/filepathdialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/form/filepathdialog.ui -------------------------------------------------------------------------------- /src/form/filepathdialog.ui.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/form/filepathdialog.ui.j2 -------------------------------------------------------------------------------- /src/form/hotkeysdialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/form/hotkeysdialog.ui -------------------------------------------------------------------------------- /src/hotkey.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/hotkey.cpp -------------------------------------------------------------------------------- /src/hotkeydelegate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/hotkeydelegate.cpp -------------------------------------------------------------------------------- /src/hotkeylistmodel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/hotkeylistmodel.cpp -------------------------------------------------------------------------------- /src/hotkeysdialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/hotkeysdialog.cpp -------------------------------------------------------------------------------- /src/hotkeysview.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/hotkeysview.cpp -------------------------------------------------------------------------------- /src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/src/main.cpp -------------------------------------------------------------------------------- /tests/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/tests/CMakeLists.txt -------------------------------------------------------------------------------- /tests/testefibootdata.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/tests/testefibootdata.cpp -------------------------------------------------------------------------------- /translations/efibooteditor_ar.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/translations/efibooteditor_ar.ts -------------------------------------------------------------------------------- /translations/efibooteditor_cs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/translations/efibooteditor_cs.ts -------------------------------------------------------------------------------- /translations/efibooteditor_de.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/translations/efibooteditor_de.ts -------------------------------------------------------------------------------- /translations/efibooteditor_en.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/translations/efibooteditor_en.ts -------------------------------------------------------------------------------- /translations/efibooteditor_es.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/translations/efibooteditor_es.ts -------------------------------------------------------------------------------- /translations/efibooteditor_fr.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/translations/efibooteditor_fr.ts -------------------------------------------------------------------------------- /translations/efibooteditor_hu.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/translations/efibooteditor_hu.ts -------------------------------------------------------------------------------- /translations/efibooteditor_it.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/translations/efibooteditor_it.ts -------------------------------------------------------------------------------- /translations/efibooteditor_ja.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/translations/efibooteditor_ja.ts -------------------------------------------------------------------------------- /translations/efibooteditor_ko.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/translations/efibooteditor_ko.ts -------------------------------------------------------------------------------- /translations/efibooteditor_nb_NO.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/translations/efibooteditor_nb_NO.ts -------------------------------------------------------------------------------- /translations/efibooteditor_pl.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/translations/efibooteditor_pl.ts -------------------------------------------------------------------------------- /translations/efibooteditor_pt_BR.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/translations/efibooteditor_pt_BR.ts -------------------------------------------------------------------------------- /translations/efibooteditor_ru.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/translations/efibooteditor_ru.ts -------------------------------------------------------------------------------- /translations/efibooteditor_sk.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/translations/efibooteditor_sk.ts -------------------------------------------------------------------------------- /translations/efibooteditor_sl.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/translations/efibooteditor_sl.ts -------------------------------------------------------------------------------- /translations/efibooteditor_sv.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/translations/efibooteditor_sv.ts -------------------------------------------------------------------------------- /translations/efibooteditor_ta.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/translations/efibooteditor_ta.ts -------------------------------------------------------------------------------- /translations/efibooteditor_tr.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/translations/efibooteditor_tr.ts -------------------------------------------------------------------------------- /translations/efibooteditor_uk.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/translations/efibooteditor_uk.ts -------------------------------------------------------------------------------- /translations/efibooteditor_vi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/translations/efibooteditor_vi.ts -------------------------------------------------------------------------------- /translations/efibooteditor_zh_Hans.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/translations/efibooteditor_zh_Hans.ts -------------------------------------------------------------------------------- /translations/efibooteditor_zh_Hant.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/translations/efibooteditor_zh_Hant.ts -------------------------------------------------------------------------------- /windows.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neverous/efibooteditor/HEAD/windows.rc --------------------------------------------------------------------------------