├── .gitignore ├── LICENSE.code ├── LICENSE.text ├── Makefile ├── README.md ├── _extensions ├── __init__.py ├── issues.py ├── issues.pyc ├── youtube.py └── youtube.pyc ├── _images ├── storecontent.png └── yourapplication.png ├── _templates ├── chaptertoc.html ├── layout.html ├── qt5search.html └── sidebar.html ├── ch01 ├── helloworld.rst ├── index.rst ├── installing.rst └── qtcreator.rst ├── conf.py ├── index.rst ├── make.bat ├── src ├── filecommander │ ├── Actions.qml │ ├── AppContent.qml │ ├── DirectoryPanel.qml │ ├── DirectorySplitScreen.qml │ ├── EditorPanel.qml │ ├── ImageCellDelegate.qml │ ├── LabelCellDelegate.qml │ ├── common.cpp │ ├── common.h │ ├── common │ │ ├── Object.qml │ │ ├── UI.qml │ │ └── qmldir │ ├── core.cpp │ ├── core.h │ ├── deployment.pri │ ├── filecommander.pro │ ├── filemanager.cpp │ ├── filemanager.h │ ├── filesystem.cpp │ ├── filesystem.h │ ├── icons │ │ └── folder.svg │ ├── main.cpp │ ├── main.qml │ ├── qml.qrc │ ├── qmlicon.cpp │ └── qmlicon.h ├── helloworld │ ├── helloworld.pro │ ├── helloworld.qrc │ ├── main.cpp │ └── main.qml ├── layout │ ├── FindDialog.qml │ ├── FindDialogForm.ui.qml │ ├── FindDialogV2.qml │ ├── GotoCellDialog.qml │ ├── SortDialog.qml │ ├── SortDialogLauncher.qml │ └── main.qml ├── photokiosk │ ├── CONCEPT.md │ ├── PContentStack.qml │ ├── PMainMenu.qml │ ├── PMainStatusBar.qml │ ├── PMainToolBar.qml │ ├── PPhotoGrid.qml │ ├── PPhotoList.qml │ ├── PPhotoModel.qml │ ├── PPhotoView.qml │ ├── README.md │ ├── icons │ │ ├── chevron-left.svg │ │ ├── chevron-right.svg │ │ └── menu.svg │ ├── imports │ │ ├── controls │ │ │ ├── PButton.qml │ │ │ ├── PLabel.qml │ │ │ ├── PTool.qml │ │ │ ├── PToolBar.qml │ │ │ └── qmldir │ │ ├── engine │ │ │ ├── PCore.qml │ │ │ └── qmldir │ │ └── utils │ │ │ ├── PMarker.qml │ │ │ ├── PStyle.qml │ │ │ ├── PTracer.qml │ │ │ └── qmldir │ ├── main.qml │ └── photos │ │ ├── Empty_Space_by_Glenn_Rayat.jpg │ │ ├── Golden_leaves_by_Mauro_Campanelli.jpg │ │ ├── Horses_on_sand_dunes_by_Matthias_Siewert.jpg │ │ ├── Kronach_leuchtet_2014_by_Brian_Fox.jpg │ │ ├── Music_by_tomasino.cz.jpg │ │ ├── Night_Seascape_by_Davor_Dopar.jpg │ │ ├── Redes_de_hilo_by_Juan_Pablo_Lauriente.jpg │ │ ├── Sunny_Autumn_by_Joel_Heaps.jpg │ │ ├── Utopic_Unicorn__by_Bedis_ElAchКche.jpg │ │ ├── Warm_grasses_by_dcsearle.t21.jpg │ │ ├── salcantayperu_by_Life_Nomadic.jpg │ │ └── xgu472hf2_by_lariliikala.jpg ├── qrc_icons │ ├── icons.qrc │ ├── icons.rcc │ ├── icons │ │ ├── actions │ │ │ ├── toolbar-gtk │ │ │ │ ├── gtk-add.svg │ │ │ │ ├── gtk-apply.svg │ │ │ │ ├── gtk-authentication.svg │ │ │ │ ├── gtk-bold.svg │ │ │ │ ├── gtk-cancel.svg │ │ │ │ ├── gtk-cdrom.svg │ │ │ │ ├── gtk-clear.svg │ │ │ │ ├── gtk-close.svg │ │ │ │ ├── gtk-color-picker.svg │ │ │ │ ├── gtk-connect.svg │ │ │ │ ├── gtk-convert.svg │ │ │ │ ├── gtk-disconnect.svg │ │ │ │ ├── gtk-edit.svg │ │ │ │ ├── gtk-execute.svg │ │ │ │ ├── gtk-floppy.svg │ │ │ │ ├── gtk-index.svg │ │ │ │ ├── gtk-no.svg │ │ │ │ ├── gtk-ok.svg │ │ │ │ ├── gtk-preferences.svg │ │ │ │ ├── gtk-properties.svg │ │ │ │ ├── gtk-quit.svg │ │ │ │ ├── gtk-select-color.svg │ │ │ │ ├── gtk-stop.svg │ │ │ │ ├── gtk-undelete-ltr.svg │ │ │ │ ├── gtk-undelete-rtl.svg │ │ │ │ └── gtk-yes.svg │ │ │ ├── toolbar-kde │ │ │ │ ├── kdenlive-add-clip.svg │ │ │ │ ├── kdenlive-add-color-clip.svg │ │ │ │ ├── kdenlive-add-slide-clip.svg │ │ │ │ ├── kdenlive-add-text-clip.svg │ │ │ │ ├── kdenlive-align-bottom.svg │ │ │ │ ├── kdenlive-align-hor.svg │ │ │ │ ├── kdenlive-align-left.svg │ │ │ │ ├── kdenlive-align-none.svg │ │ │ │ ├── kdenlive-align-right.svg │ │ │ │ ├── kdenlive-align-top.svg │ │ │ │ ├── kdenlive-align-vert.svg │ │ │ │ ├── kdenlive-custom-effect.svg │ │ │ │ ├── kdenlive-deleffect.svg │ │ │ │ ├── kdenlive-down.svg │ │ │ │ ├── kdenlive-hide-audio.svg │ │ │ │ ├── kdenlive-hide-video.svg │ │ │ │ ├── kdenlive-insert-edit.svg │ │ │ │ ├── kdenlive-insert-rect.svg │ │ │ │ ├── kdenlive-insert-unicode.svg │ │ │ │ ├── kdenlive-lock.svg │ │ │ │ ├── kdenlive-menu.svg │ │ │ │ ├── kdenlive-normal-edit.svg │ │ │ │ ├── kdenlive-object-height.svg │ │ │ │ ├── kdenlive-object-width.svg │ │ │ │ ├── kdenlive-overwrite-edit.svg │ │ │ │ ├── kdenlive-select-all.svg │ │ │ │ ├── kdenlive-select-images.svg │ │ │ │ ├── kdenlive-select-rects.svg │ │ │ │ ├── kdenlive-select-texts.svg │ │ │ │ ├── kdenlive-select-tool.svg │ │ │ │ ├── kdenlive-show-audio.svg │ │ │ │ ├── kdenlive-show-audiothumb.svg │ │ │ │ ├── kdenlive-show-markers.svg │ │ │ │ ├── kdenlive-show-video.svg │ │ │ │ ├── kdenlive-show-videothumb.svg │ │ │ │ ├── kdenlive-snap.svg │ │ │ │ ├── kdenlive-spacer-tool.svg │ │ │ │ ├── kdenlive-split-audio.svg │ │ │ │ ├── kdenlive-track_has_effect.svg │ │ │ │ ├── kdenlive-unlock.svg │ │ │ │ ├── kdenlive-unselect-all.svg │ │ │ │ ├── kdenlive-up.svg │ │ │ │ ├── kdenlive-zindex-bottom.svg │ │ │ │ ├── kdenlive-zindex-down.svg │ │ │ │ ├── kdenlive-zindex-top.svg │ │ │ │ ├── kdenlive-zindex-up.svg │ │ │ │ ├── kdenlive-zone-end.svg │ │ │ │ ├── kdenlive-zone-start.svg │ │ │ │ ├── kdenlive-zoom-large.svg │ │ │ │ ├── kdenlive-zoom-small.svg │ │ │ │ ├── kmouth-phrase-new.svg │ │ │ │ ├── kmouth-phrase.svg │ │ │ │ ├── kmouth-phrasebook.svg │ │ │ │ ├── kmouth-phresebook-new.svg │ │ │ │ ├── kt-add-feeds.svg │ │ │ │ ├── kt-add-filters.svg │ │ │ │ ├── kt-bandwidth-scheduler.svg │ │ │ │ ├── kt-change-tracker.svg │ │ │ │ ├── kt-check-data.svg │ │ │ │ ├── kt-chunks.svg │ │ │ │ ├── kt-encrypted.svg │ │ │ │ ├── kt-info-widget.svg │ │ │ │ ├── kt-pause.svg │ │ │ │ ├── kt-plugins.svg │ │ │ │ ├── kt-queue-manager.svg │ │ │ │ ├── kt-remove-feeds.svg │ │ │ │ ├── kt-remove-filters.svg │ │ │ │ ├── kt-remove.svg │ │ │ │ ├── kt-restore-defaults.svg │ │ │ │ ├── kt-set-max-download-speed.svg │ │ │ │ ├── kt-set-max-upload-speed.svg │ │ │ │ ├── kt-show-statusbar.svg │ │ │ │ ├── kt-speed-limits.svg │ │ │ │ ├── kt-start-all.svg │ │ │ │ ├── kt-start.svg │ │ │ │ ├── kt-stop-all.svg │ │ │ │ └── kt-stop.svg │ │ │ ├── toolbar-small-gtk │ │ │ │ ├── gtk-add.svg │ │ │ │ ├── gtk-apply.svg │ │ │ │ ├── gtk-bold.svg │ │ │ │ ├── gtk-cancel.svg │ │ │ │ ├── gtk-clear.svg │ │ │ │ ├── gtk-close.svg │ │ │ │ ├── gtk-color-picker.svg │ │ │ │ ├── gtk-edit.svg │ │ │ │ ├── gtk-floppy.svg │ │ │ │ ├── gtk-no.svg │ │ │ │ ├── gtk-ok.svg │ │ │ │ ├── gtk-preferences.svg │ │ │ │ ├── gtk-properties.svg │ │ │ │ ├── gtk-quit.svg │ │ │ │ ├── gtk-stop.svg │ │ │ │ ├── gtk-undelete-ltr.svg │ │ │ │ ├── gtk-undelete-rtl.svg │ │ │ │ └── gtk-yes.svg │ │ │ ├── toolbar-small │ │ │ │ ├── acrobat.svg │ │ │ │ ├── align-horizontal-center.svg │ │ │ │ ├── align-horizontal-left.svg │ │ │ │ ├── align-horizontal-right.svg │ │ │ │ ├── align-vertical-bottom.svg │ │ │ │ ├── align-vertical-top.svg │ │ │ │ ├── application-exit.svg │ │ │ │ ├── applications-system.svg │ │ │ │ ├── appointment-new.svg │ │ │ │ ├── arrow-down.svg │ │ │ │ ├── audio-off.svg │ │ │ │ ├── audio-on.svg │ │ │ │ ├── audio-ready.svg │ │ │ │ ├── bookmark-new-list.svg │ │ │ │ ├── bookmark-new.svg │ │ │ │ ├── bookmark-toolbar.svg │ │ │ │ ├── bookmarks-organize.svg │ │ │ │ ├── camera-off.svg │ │ │ │ ├── camera-on.svg │ │ │ │ ├── camera-ready.svg │ │ │ │ ├── checkbox.svg │ │ │ │ ├── color-picker.svg │ │ │ │ ├── configure-shortcuts.svg │ │ │ │ ├── configure-toolbars.svg │ │ │ │ ├── configure.svg │ │ │ │ ├── contact-new.svg │ │ │ │ ├── cursor-arrow.svg │ │ │ │ ├── dialog-cancel.svg │ │ │ │ ├── dialog-close.svg │ │ │ │ ├── dialog-ok-apply.svg │ │ │ │ ├── dialog-ok.svg │ │ │ │ ├── distribute-horizontal-center.svg │ │ │ │ ├── distribute-horizontal-equal.svg │ │ │ │ ├── distribute-horizontal-left.svg │ │ │ │ ├── document-close.svg │ │ │ │ ├── document-edit.svg │ │ │ │ ├── document-encrypt.svg │ │ │ │ ├── document-encrypted.svg │ │ │ │ ├── document-export-table.svg │ │ │ │ ├── document-export.svg │ │ │ │ ├── document-import.svg │ │ │ │ ├── document-open-folder.svg │ │ │ │ ├── document-open.svg │ │ │ │ ├── document-preview-archive.svg │ │ │ │ ├── document-preview.svg │ │ │ │ ├── document-print-frame.svg │ │ │ │ ├── document-print.svg │ │ │ │ ├── document-properties.svg │ │ │ │ ├── document-save-as.svg │ │ │ │ ├── document-save.svg │ │ │ │ ├── document-sign.svg │ │ │ │ ├── download.svg │ │ │ │ ├── draw-arrow-down.svg │ │ │ │ ├── edit-clear-history.svg │ │ │ │ ├── edit-clear-list.svg │ │ │ │ ├── edit-clear-locationbar-ltr.svg │ │ │ │ ├── edit-clear-locationbar-rtl.svg │ │ │ │ ├── edit-clear.svg │ │ │ │ ├── edit-cut.svg │ │ │ │ ├── edit-delete-shred.svg │ │ │ │ ├── edit-delete.svg │ │ │ │ ├── edit-find-mail.svg │ │ │ │ ├── edit-find-project.svg │ │ │ │ ├── edit-find-replace.svg │ │ │ │ ├── edit-find-user.svg │ │ │ │ ├── edit-find.svg │ │ │ │ ├── edit-node.svg │ │ │ │ ├── edit-paste.svg │ │ │ │ ├── edit-redo.svg │ │ │ │ ├── edit-rename.svg │ │ │ │ ├── edit-select-all.svg │ │ │ │ ├── edit-select.svg │ │ │ │ ├── edit-undo.svg │ │ │ │ ├── fill-color.svg │ │ │ │ ├── format-text-bold.svg │ │ │ │ ├── go-down.svg │ │ │ │ ├── list-add.svg │ │ │ │ ├── mic-off.svg │ │ │ │ ├── mic-on.svg │ │ │ │ ├── mic-ready.svg │ │ │ │ ├── project-open.svg │ │ │ │ ├── view-choose.svg │ │ │ │ ├── view-group.svg │ │ │ │ ├── view-readermode-active.svg │ │ │ │ ├── view-readermode.svg │ │ │ │ └── window-close.svg │ │ │ └── toolbar │ │ │ │ ├── TeX_logo.svg │ │ │ │ ├── acrobat.svg │ │ │ │ ├── address-book-new.svg │ │ │ │ ├── align-horizontal-bottom-out.svg │ │ │ │ ├── align-horizontal-center.svg │ │ │ │ ├── align-horizontal-left-out.svg │ │ │ │ ├── align-horizontal-left.svg │ │ │ │ ├── align-horizontal-right-out.svg │ │ │ │ ├── align-horizontal-right.svg │ │ │ │ ├── align-horizontal-top-out.svg │ │ │ │ ├── align-vertical-bottom-out.svg │ │ │ │ ├── align-vertical-bottom.svg │ │ │ │ ├── align-vertical-center.svg │ │ │ │ ├── align-vertical-top-out.svg │ │ │ │ ├── align-vertical-top.svg │ │ │ │ ├── application-exit.svg │ │ │ │ ├── application-menu.svg │ │ │ │ ├── appointment-new.svg │ │ │ │ ├── archive-extract.svg │ │ │ │ ├── archive-insert-directory.svg │ │ │ │ ├── archive-insert.svg │ │ │ │ ├── archive-remove.svg │ │ │ │ ├── arrow-down-double.svg │ │ │ │ ├── arrow-down.svg │ │ │ │ ├── arrow-left-double.svg │ │ │ │ ├── arrow-left.svg │ │ │ │ ├── arrow-right-double.svg │ │ │ │ ├── arrow-right.svg │ │ │ │ ├── arrow-up-double.svg │ │ │ │ ├── arrow-up.svg │ │ │ │ ├── auto-scale-all.svg │ │ │ │ ├── auto-scale-x.svg │ │ │ │ ├── auto-scale-y.svg │ │ │ │ ├── axis-horizontal.svg │ │ │ │ ├── axis-vertical.svg │ │ │ │ ├── bookmark-new-list.svg │ │ │ │ ├── bookmark-new.svg │ │ │ │ ├── bookmark-toolbar.svg │ │ │ │ ├── bookmarks-organize.svg │ │ │ │ ├── call-start.svg │ │ │ │ ├── call-stop.svg │ │ │ │ ├── cartesian-plot-four-axes.svg │ │ │ │ ├── cartesian-plot-two-axes-centered-origin.svg │ │ │ │ ├── cartesian-plot-two-axes-centered.svg │ │ │ │ ├── cartesian-plot-two-axes.svg │ │ │ │ ├── character-set.svg │ │ │ │ ├── checkbox.svg │ │ │ │ ├── chronometer-lap.svg │ │ │ │ ├── chronometer-pause.svg │ │ │ │ ├── chronometer-reset.svg │ │ │ │ ├── chronometer-start.svg │ │ │ │ ├── chronometer.svg │ │ │ │ ├── code-block.svg │ │ │ │ ├── code-class.svg │ │ │ │ ├── code-context.svg │ │ │ │ ├── code-function.svg │ │ │ │ ├── code-typedef.svg │ │ │ │ ├── code-variable.svg │ │ │ │ ├── color-picker-black.svg │ │ │ │ ├── color-picker-grey.svg │ │ │ │ ├── color-picker-white.svg │ │ │ │ ├── color-picker.svg │ │ │ │ ├── configure-shortcuts.svg │ │ │ │ ├── configure-toolbars.svg │ │ │ │ ├── configure.svg │ │ │ │ ├── contact-new.svg │ │ │ │ ├── cursor-arrow.svg │ │ │ │ ├── dashboard-show.svg │ │ │ │ ├── database-index.svg │ │ │ │ ├── debug-execute-from-cursor.svg │ │ │ │ ├── debug-execute-to-cursor.svg │ │ │ │ ├── debug-run-cursor.svg │ │ │ │ ├── debug-run.svg │ │ │ │ ├── debug-step-instruction.svg │ │ │ │ ├── debug-step-into-instruction.svg │ │ │ │ ├── debug-step-into.svg │ │ │ │ ├── debug-step-out.svg │ │ │ │ ├── debug-step-over.svg │ │ │ │ ├── dialog-cancel.svg │ │ │ │ ├── dialog-close.svg │ │ │ │ ├── dialog-ok-apply.svg │ │ │ │ ├── dialog-ok.svg │ │ │ │ ├── distribute-horizontal-center.svg │ │ │ │ ├── distribute-horizontal-equal.svg │ │ │ │ ├── distribute-horizontal-left.svg │ │ │ │ ├── distribute-horizontal-margin.svg │ │ │ │ ├── distribute-horizontal-page.svg │ │ │ │ ├── distribute-horizontal-right.svg │ │ │ │ ├── distribute-horizontal-x.svg │ │ │ │ ├── distribute-vertical-bottom.svg │ │ │ │ ├── distribute-vertical-center.svg │ │ │ │ ├── distribute-vertical-equal.svg │ │ │ │ ├── distribute-vertical-margin.svg │ │ │ │ ├── distribute-vertical-page.svg │ │ │ │ ├── distribute-vertical-top.svg │ │ │ │ ├── distribute-vertical-y.svg │ │ │ │ ├── document-close.svg │ │ │ │ ├── document-decrypt.svg │ │ │ │ ├── document-edit-decrypt-verify.svg │ │ │ │ ├── document-edit-decrypt.svg │ │ │ │ ├── document-edit-encrypt.svg │ │ │ │ ├── document-edit-sign-encrypt.svg │ │ │ │ ├── document-edit-sign.svg │ │ │ │ ├── document-edit-verify.svg │ │ │ │ ├── document-edit.svg │ │ │ │ ├── document-encrypt.svg │ │ │ │ ├── document-encrypted.svg │ │ │ │ ├── document-export-table.svg │ │ │ │ ├── document-export.svg │ │ │ │ ├── document-import.svg │ │ │ │ ├── document-new.svg │ │ │ │ ├── document-open-folder.svg │ │ │ │ ├── document-open-recent.svg │ │ │ │ ├── document-open-remote.svg │ │ │ │ ├── document-open.svg │ │ │ │ ├── document-preview-archive.svg │ │ │ │ ├── document-preview.svg │ │ │ │ ├── document-print-direct.svg │ │ │ │ ├── document-print-frame.svg │ │ │ │ ├── document-print-preview.svg │ │ │ │ ├── document-print.svg │ │ │ │ ├── document-properties.svg │ │ │ │ ├── document-revert.svg │ │ │ │ ├── document-save-all.svg │ │ │ │ ├── document-save-as.svg │ │ │ │ ├── document-save.svg │ │ │ │ ├── document-share.svg │ │ │ │ ├── document-sign.svg │ │ │ │ ├── documentation.svg │ │ │ │ ├── documentinfo.svg │ │ │ │ ├── download-later.svg │ │ │ │ ├── download.svg │ │ │ │ ├── draw-arrow-back.svg │ │ │ │ ├── draw-arrow-down.svg │ │ │ │ ├── draw-arrow-forward.svg │ │ │ │ ├── draw-arrow-up.svg │ │ │ │ ├── draw-bezier-curves.svg │ │ │ │ ├── draw-brush.svg │ │ │ │ ├── draw-circle.svg │ │ │ │ ├── draw-cross.svg │ │ │ │ ├── draw-donut.svg │ │ │ │ ├── draw-ellipse.svg │ │ │ │ ├── draw-eraser.svg │ │ │ │ ├── draw-freehand.svg │ │ │ │ ├── draw-halfcircle1.svg │ │ │ │ ├── draw-halfcircle2.svg │ │ │ │ ├── draw-halfcircle3.svg │ │ │ │ ├── draw-halfcircle4.svg │ │ │ │ ├── draw-line.svg │ │ │ │ ├── draw-path.svg │ │ │ │ ├── draw-polygon.svg │ │ │ │ ├── draw-polyline.svg │ │ │ │ ├── draw-rectangle.svg │ │ │ │ ├── draw-spiral.svg │ │ │ │ ├── draw-square-inverted-corners.svg │ │ │ │ ├── draw-star.svg │ │ │ │ ├── draw-text.svg │ │ │ │ ├── draw-triangle.svg │ │ │ │ ├── draw-triangle1.svg │ │ │ │ ├── draw-triangle2.svg │ │ │ │ ├── draw-triangle3.svg │ │ │ │ ├── draw-triangle4.svg │ │ │ │ ├── draw-watercolor.svg │ │ │ │ ├── edit-bomb.svg │ │ │ │ ├── edit-clear-history.svg │ │ │ │ ├── edit-clear-list.svg │ │ │ │ ├── edit-clear-locationbar-ltr.svg │ │ │ │ ├── edit-clear-locationbar-rtl.svg │ │ │ │ ├── edit-clear.svg │ │ │ │ ├── edit-copy.svg │ │ │ │ ├── edit-cut.svg │ │ │ │ ├── edit-delete-shred.svg │ │ │ │ ├── edit-delete.svg │ │ │ │ ├── edit-find-mail.svg │ │ │ │ ├── edit-find-project.svg │ │ │ │ ├── edit-find-replace.svg │ │ │ │ ├── edit-find-user.svg │ │ │ │ ├── edit-find.svg │ │ │ │ ├── edit-guides.svg │ │ │ │ ├── edit-image-face-add.svg │ │ │ │ ├── edit-image-face-detect.svg │ │ │ │ ├── edit-image-face-recognize.svg │ │ │ │ ├── edit-image-face-show.svg │ │ │ │ ├── edit-link.svg │ │ │ │ ├── edit-node.svg │ │ │ │ ├── edit-paste.svg │ │ │ │ ├── edit-redo.svg │ │ │ │ ├── edit-rename.svg │ │ │ │ ├── edit-select-all.svg │ │ │ │ ├── edit-select-lasso.svg │ │ │ │ ├── edit-select.svg │ │ │ │ ├── edit-table-cell-merge.svg │ │ │ │ ├── edit-table-cell-split.svg │ │ │ │ ├── edit-table-delete-column.svg │ │ │ │ ├── edit-table-delete-row.svg │ │ │ │ ├── edit-table-insert-column-left.svg │ │ │ │ ├── edit-table-insert-column-right.svg │ │ │ │ ├── edit-table-insert-row-above.svg │ │ │ │ ├── edit-table-insert-row-below.svg │ │ │ │ ├── edit-text-frame-update.svg │ │ │ │ ├── edit-undo.svg │ │ │ │ ├── feed-subscribe.svg │ │ │ │ ├── file-zoom-in.svg │ │ │ │ ├── file-zoom-out.svg │ │ │ │ ├── fileview-preview.svg │ │ │ │ ├── fill-color.svg │ │ │ │ ├── flag-black.svg │ │ │ │ ├── flag-blue.svg │ │ │ │ ├── flag-green.svg │ │ │ │ ├── flag-red.svg │ │ │ │ ├── flag-yellow.svg │ │ │ │ ├── flag.svg │ │ │ │ ├── folder-new.svg │ │ │ │ ├── folder-sync.svg │ │ │ │ ├── fork.svg │ │ │ │ ├── format-add-node.svg │ │ │ │ ├── format-break-node.svg │ │ │ │ ├── format-connect-node.svg │ │ │ │ ├── format-disconnect-node.svg │ │ │ │ ├── format-fill-color.svg │ │ │ │ ├── format-font-size-less.svg │ │ │ │ ├── format-font-size-more.svg │ │ │ │ ├── format-indent-less.svg │ │ │ │ ├── format-indent-more.svg │ │ │ │ ├── format-join-node.svg │ │ │ │ ├── format-justify-center.svg │ │ │ │ ├── format-justify-fill.svg │ │ │ │ ├── format-justify-left.svg │ │ │ │ ├── format-justify-right.svg │ │ │ │ ├── format-line-spacing-double.svg │ │ │ │ ├── format-line-spacing-normal.svg │ │ │ │ ├── format-line-spacing-triple.svg │ │ │ │ ├── format-list-ordered.svg │ │ │ │ ├── format-list-unordered.svg │ │ │ │ ├── format-remove-node.svg │ │ │ │ ├── format-stroke-color.svg │ │ │ │ ├── format-text-bold.svg │ │ │ │ ├── format-text-color.svg │ │ │ │ ├── format-text-direction-ltr.svg │ │ │ │ ├── format-text-direction-rtl.svg │ │ │ │ ├── format-text-italic.svg │ │ │ │ ├── format-text-strikethrough.svg │ │ │ │ ├── format-text-subscript.svg │ │ │ │ ├── format-text-superscript.svg │ │ │ │ ├── format-text-symbol.svg │ │ │ │ ├── format-text-underline.svg │ │ │ │ ├── formula.svg │ │ │ │ ├── games-achievements.svg │ │ │ │ ├── games-config-background.svg │ │ │ │ ├── games-config-board.svg │ │ │ │ ├── games-config-custom.svg │ │ │ │ ├── games-config-options.svg │ │ │ │ ├── games-config-theme.svg │ │ │ │ ├── games-config-tiles.svg │ │ │ │ ├── games-difficult.svg │ │ │ │ ├── games-endturn.svg │ │ │ │ ├── games-highscores.svg │ │ │ │ ├── games-hint.svg │ │ │ │ ├── games-solve.svg │ │ │ │ ├── get-hot-new-stuff.svg │ │ │ │ ├── go-bottom.svg │ │ │ │ ├── go-down-search.svg │ │ │ │ ├── go-down.svg │ │ │ │ ├── go-first-view-page.svg │ │ │ │ ├── go-first-view.svg │ │ │ │ ├── go-first.svg │ │ │ │ ├── go-home.svg │ │ │ │ ├── go-jump-declaration.svg │ │ │ │ ├── go-jump-definition.svg │ │ │ │ ├── go-jump-locationbar.svg │ │ │ │ ├── go-jump-today.svg │ │ │ │ ├── go-jump.svg │ │ │ │ ├── go-last-view-page.svg │ │ │ │ ├── go-last-view.svg │ │ │ │ ├── go-last.svg │ │ │ │ ├── go-next-context.svg │ │ │ │ ├── go-next-use.svg │ │ │ │ ├── go-next-view-page.svg │ │ │ │ ├── go-next-view.svg │ │ │ │ ├── go-next.svg │ │ │ │ ├── go-previous-context.svg │ │ │ │ ├── go-previous-use.svg │ │ │ │ ├── go-previous-view-page.svg │ │ │ │ ├── go-previous-view.svg │ │ │ │ ├── go-previous.svg │ │ │ │ ├── go-top.svg │ │ │ │ ├── go-up-search.svg │ │ │ │ ├── go-up.svg │ │ │ │ ├── help-about.svg │ │ │ │ ├── help-contents.svg │ │ │ │ ├── help-contextual.svg │ │ │ │ ├── help-donate.svg │ │ │ │ ├── help-feedback.svg │ │ │ │ ├── help-hint.svg │ │ │ │ ├── identity.svg │ │ │ │ ├── im-aim.svg │ │ │ │ ├── im-ban-kick-user.svg │ │ │ │ ├── im-ban-user.svg │ │ │ │ ├── im-facebook.svg │ │ │ │ ├── im-gadugadu.svg │ │ │ │ ├── im-google-talk.svg │ │ │ │ ├── im-google.svg │ │ │ │ ├── im-icq.svg │ │ │ │ ├── im-identi.ca.svg │ │ │ │ ├── im-invisible-user.svg │ │ │ │ ├── im-jabber.svg │ │ │ │ ├── im-kick-user.svg │ │ │ │ ├── im-msn.svg │ │ │ │ ├── im-qq.svg │ │ │ │ ├── im-skype.svg │ │ │ │ ├── im-twitter.svg │ │ │ │ ├── im-user-away.svg │ │ │ │ ├── im-user-busy.svg │ │ │ │ ├── im-user-offline.svg │ │ │ │ ├── im-user.svg │ │ │ │ ├── im-yahoo.svg │ │ │ │ ├── insert-horizontal-rule.svg │ │ │ │ ├── insert-image.svg │ │ │ │ ├── insert-link.svg │ │ │ │ ├── insert-table.svg │ │ │ │ ├── insert-text.svg │ │ │ │ ├── irc-channel-active.svg │ │ │ │ ├── irc-channel-inactive.svg │ │ │ │ ├── irc-close-channel.svg │ │ │ │ ├── irc-join-channel.svg │ │ │ │ ├── irc-operator.svg │ │ │ │ ├── irc-remove-operator.svg │ │ │ │ ├── irc-unvoice.svg │ │ │ │ ├── irc-voice.svg │ │ │ │ ├── journal-new.svg │ │ │ │ ├── key-enter.svg │ │ │ │ ├── layer-visible-off.svg │ │ │ │ ├── layer-visible-on.svg │ │ │ │ ├── list-add-font.svg │ │ │ │ ├── list-add-user.svg │ │ │ │ ├── list-add.svg │ │ │ │ ├── list-remove-user.svg │ │ │ │ ├── list-remove.svg │ │ │ │ ├── list-resource-add.svg │ │ │ │ ├── mail-attachment.svg │ │ │ │ ├── mail-encrypted-full.svg │ │ │ │ ├── mail-encrypted-part.svg │ │ │ │ ├── mail-encrypted.svg │ │ │ │ ├── mail-flag.svg │ │ │ │ ├── mail-forward.svg │ │ │ │ ├── mail-forwarded.svg │ │ │ │ ├── mail-invitation.svg │ │ │ │ ├── mail-mark-important.svg │ │ │ │ ├── mail-mark-junk.svg │ │ │ │ ├── mail-mark-notjunk.svg │ │ │ │ ├── mail-mark-read.svg │ │ │ │ ├── mail-mark-task.svg │ │ │ │ ├── mail-mark-unread-new.svg │ │ │ │ ├── mail-mark-unread.svg │ │ │ │ ├── mail-meeting-request-reply.svg │ │ │ │ ├── mail-message-new-list.svg │ │ │ │ ├── mail-message-new.svg │ │ │ │ ├── mail-queue.svg │ │ │ │ ├── mail-receive.svg │ │ │ │ ├── mail-replied.svg │ │ │ │ ├── mail-reply-all.svg │ │ │ │ ├── mail-reply-custom-all.svg │ │ │ │ ├── mail-reply-custom.svg │ │ │ │ ├── mail-reply-list.svg │ │ │ │ ├── mail-reply-sender.svg │ │ │ │ ├── mail-send.svg │ │ │ │ ├── mail-signature-unknown.svg │ │ │ │ ├── mail-signed-full.svg │ │ │ │ ├── mail-signed-part.svg │ │ │ │ ├── mail-signed-verified.svg │ │ │ │ ├── mail-signed.svg │ │ │ │ ├── mail-tagged.svg │ │ │ │ ├── measure.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 │ │ │ │ ├── meeting-attending-tentative.svg │ │ │ │ ├── meeting-attending.svg │ │ │ │ ├── meeting-participant-no-response.svg │ │ │ │ ├── meeting-participant-request-response.svg │ │ │ │ ├── merge.svg │ │ │ │ ├── messagebox_warning.svg │ │ │ │ ├── milestone.svg │ │ │ │ ├── network-connect.svg │ │ │ │ ├── network-disconnect.svg │ │ │ │ ├── news-subscribe.svg │ │ │ │ ├── news-unsubscribe.svg │ │ │ │ ├── object-flip-horizontal.svg │ │ │ │ ├── object-flip-vertical.svg │ │ │ │ ├── object-group.svg │ │ │ │ ├── object-locked.svg │ │ │ │ ├── object-order-back.svg │ │ │ │ ├── object-order-front.svg │ │ │ │ ├── object-order-lower.svg │ │ │ │ ├── object-order-raise.svg │ │ │ │ ├── object-rotate-left.svg │ │ │ │ ├── object-rotate-right.svg │ │ │ │ ├── object-ungroup.svg │ │ │ │ ├── object-unlocked.svg │ │ │ │ ├── office-chart-area-focus-peak-node.svg │ │ │ │ ├── office-chart-area-percentage.svg │ │ │ │ ├── office-chart-area-stacked.svg │ │ │ │ ├── office-chart-area.svg │ │ │ │ ├── office-chart-bar-percentage.svg │ │ │ │ ├── office-chart-bar-stacked.svg │ │ │ │ ├── office-chart-bar.svg │ │ │ │ ├── office-chart-line-percentage.svg │ │ │ │ ├── office-chart-line-stacked.svg │ │ │ │ ├── office-chart-line.svg │ │ │ │ ├── office-chart-pie.svg │ │ │ │ ├── office-chart-polar-stacked.svg │ │ │ │ ├── office-chart-polar.svg │ │ │ │ ├── office-chart-ring.svg │ │ │ │ ├── office-chart-scatter.svg │ │ │ │ ├── page-2sides.svg │ │ │ │ ├── page-3sides.svg │ │ │ │ ├── page-4sides.svg │ │ │ │ ├── page-simple.svg │ │ │ │ ├── page-zoom.svg │ │ │ │ ├── player-time.svg │ │ │ │ ├── player-volume-muted.svg │ │ │ │ ├── player-volume.svg │ │ │ │ ├── preferences-activities.svg │ │ │ │ ├── preflight-verifier.svg │ │ │ │ ├── process-stop.svg │ │ │ │ ├── project-development-close-all.svg │ │ │ │ ├── project-development-close.svg │ │ │ │ ├── project-development-new-template.svg │ │ │ │ ├── project-development.svg │ │ │ │ ├── project-open.svg │ │ │ │ ├── quickopen-class.svg │ │ │ │ ├── quickopen-file.svg │ │ │ │ ├── quickopen-function.svg │ │ │ │ ├── quickopen.svg │ │ │ │ ├── rating.svg │ │ │ │ ├── resource-calendar-child-insert.svg │ │ │ │ ├── resource-calendar-child.svg │ │ │ │ ├── resource-calendar-insert.svg │ │ │ │ ├── resource-group-new.svg │ │ │ │ ├── resource-group.svg │ │ │ │ ├── roll.svg │ │ │ │ ├── run-build-clean.svg │ │ │ │ ├── run-build-configure.svg │ │ │ │ ├── run-build-file.svg │ │ │ │ ├── run-build-install-root.svg │ │ │ │ ├── run-build-install.svg │ │ │ │ ├── run-build-prune.svg │ │ │ │ ├── run-build.svg │ │ │ │ ├── select-rectangular.svg │ │ │ │ ├── services.svg │ │ │ │ ├── shapes.svg │ │ │ │ ├── shift-down-y.svg │ │ │ │ ├── shift-left-x.svg │ │ │ │ ├── shift-right-x.svg │ │ │ │ ├── shift-up-y.svg │ │ │ │ ├── show-menu.svg │ │ │ │ ├── show-offline.svg │ │ │ │ ├── snap-extension.svg │ │ │ │ ├── snap-guideline.svg │ │ │ │ ├── snap-intersection.svg │ │ │ │ ├── snap-node.svg │ │ │ │ ├── snap-orthogonal.svg │ │ │ │ ├── sort-presence.svg │ │ │ │ ├── speaker.svg │ │ │ │ ├── split.svg │ │ │ │ ├── story-editor.svg │ │ │ │ ├── stroke-cap-bevel.svg │ │ │ │ ├── stroke-cap-butt.svg │ │ │ │ ├── stroke-cap-miter.svg │ │ │ │ ├── stroke-cap-round.svg │ │ │ │ ├── stroke-cap-square.svg │ │ │ │ ├── stroke-join-bevel.svg │ │ │ │ ├── stroke-join-miter.svg │ │ │ │ ├── stroke-join-round.svg │ │ │ │ ├── svn-commit.svg │ │ │ │ ├── svn-update.svg │ │ │ │ ├── system-lock-screen.svg │ │ │ │ ├── system-log-out.svg │ │ │ │ ├── system-reboot.svg │ │ │ │ ├── system-run.svg │ │ │ │ ├── system-search.svg │ │ │ │ ├── system-shutdown.svg │ │ │ │ ├── system-suspend-hibernate.svg │ │ │ │ ├── system-suspend.svg │ │ │ │ ├── system-switch-user.svg │ │ │ │ ├── tab-close-other.svg │ │ │ │ ├── tab-close.svg │ │ │ │ ├── tab-detach.svg │ │ │ │ ├── tab-duplicate.svg │ │ │ │ ├── tab-new-background.svg │ │ │ │ ├── tab-new.svg │ │ │ │ ├── table.svg │ │ │ │ ├── tag.svg │ │ │ │ ├── task-new.svg │ │ │ │ ├── taxes-finances.svg │ │ │ │ ├── text-field.svg │ │ │ │ ├── text-frame-link.svg │ │ │ │ ├── text-frame-unlink.svg │ │ │ │ ├── text-speak.svg │ │ │ │ ├── tool-animator.svg │ │ │ │ ├── tools-check-spelling.svg │ │ │ │ ├── tools-media-optical-burn-image.svg │ │ │ │ ├── tools-media-optical-burn.svg │ │ │ │ ├── tools-media-optical-copy.svg │ │ │ │ ├── tools-media-optical-erase.svg │ │ │ │ ├── tools-media-optical-format.svg │ │ │ │ ├── tools-report-bug.svg │ │ │ │ ├── tools-rip-audio-cd.svg │ │ │ │ ├── tools-rip-video-cd.svg │ │ │ │ ├── tools-rip-video-dvd.svg │ │ │ │ ├── tools-wizard.svg │ │ │ │ ├── transform-crop-and-resize.svg │ │ │ │ ├── transform-crop.svg │ │ │ │ ├── transform-move.svg │ │ │ │ ├── transform-rotate.svg │ │ │ │ ├── transform-scale-textbox-points.svg │ │ │ │ ├── transform-scale.svg │ │ │ │ ├── transform-shear-down.svg │ │ │ │ ├── transform-shear-left.svg │ │ │ │ ├── transform-shear-right.svg │ │ │ │ ├── transform-shear-up.svg │ │ │ │ ├── trash-empty.svg │ │ │ │ ├── user-group-delete.svg │ │ │ │ ├── user-group-new.svg │ │ │ │ ├── user-group-properties.svg │ │ │ │ ├── user-identity.svg │ │ │ │ ├── user-properties.svg │ │ │ │ ├── view-bank-account-checking.svg │ │ │ │ ├── view-bank-account-savings.svg │ │ │ │ ├── view-bank-account.svg │ │ │ │ ├── view-bank.svg │ │ │ │ ├── view-barcode-add.svg │ │ │ │ ├── view-barcode.svg │ │ │ │ ├── view-calendar-agenda.svg │ │ │ │ ├── view-calendar-birthday.svg │ │ │ │ ├── view-calendar-day.svg │ │ │ │ ├── view-calendar-holiday.svg │ │ │ │ ├── view-calendar-journal.svg │ │ │ │ ├── view-calendar-list.svg │ │ │ │ ├── view-calendar-month.svg │ │ │ │ ├── view-calendar-special-occasion.svg │ │ │ │ ├── view-calendar-tasks.svg │ │ │ │ ├── view-calendar-time-spent.svg │ │ │ │ ├── view-calendar-timeline.svg │ │ │ │ ├── view-calendar-upcoming-days.svg │ │ │ │ ├── view-calendar-upcoming-events.svg │ │ │ │ ├── view-calendar-wedding-anniversary.svg │ │ │ │ ├── view-calendar-week.svg │ │ │ │ ├── view-calendar-whatsnext.svg │ │ │ │ ├── view-calendar-workweek.svg │ │ │ │ ├── view-calendar.svg │ │ │ │ ├── view-catalog.svg │ │ │ │ ├── view-categories.svg │ │ │ │ ├── view-close.svg │ │ │ │ ├── view-filter.svg │ │ │ │ ├── view-fullscreen.svg │ │ │ │ ├── view-grid.svg │ │ │ │ ├── view-group.svg │ │ │ │ ├── view-history.svg │ │ │ │ ├── view-left-close.svg │ │ │ │ ├── view-list-details.svg │ │ │ │ ├── view-list-icons.svg │ │ │ │ ├── view-list-text.svg │ │ │ │ ├── view-list-tree.svg │ │ │ │ ├── view-media-playlist.svg │ │ │ │ ├── view-pim-calendar.svg │ │ │ │ ├── view-pim-contacts.svg │ │ │ │ ├── view-presentation.svg │ │ │ │ ├── view-preview.svg │ │ │ │ ├── view-refresh.svg │ │ │ │ ├── view-restore.svg │ │ │ │ ├── view-right-close.svg │ │ │ │ ├── view-right-new.svg │ │ │ │ ├── view-sidetree.svg │ │ │ │ ├── view-sort-ascending.svg │ │ │ │ ├── view-sort-descending.svg │ │ │ │ ├── view-split-left-right.svg │ │ │ │ ├── view-split-top-bottom.svg │ │ │ │ ├── view-statistics.svg │ │ │ │ ├── view-web-browser-dom-tree.svg │ │ │ │ ├── window-close.svg │ │ │ │ ├── window-duplicate.svg │ │ │ │ ├── window-new.svg │ │ │ │ ├── x-zoom-in.svg │ │ │ │ ├── x-zoom-out.svg │ │ │ │ ├── xy-curve.svg │ │ │ │ ├── xy-equation-curve.svg │ │ │ │ ├── xy-fit-curve.svg │ │ │ │ ├── y-zoom-in.svg │ │ │ │ ├── y-zoom-out.svg │ │ │ │ ├── zoom-1-to-2.svg │ │ │ │ ├── zoom-2-to-1.svg │ │ │ │ ├── zoom-draw.svg │ │ │ │ ├── zoom-fit-best.svg │ │ │ │ ├── zoom-fit-height.svg │ │ │ │ ├── zoom-fit-width.svg │ │ │ │ ├── zoom-in-x.svg │ │ │ │ ├── zoom-in-y.svg │ │ │ │ ├── zoom-in.svg │ │ │ │ ├── zoom-next.svg │ │ │ │ ├── zoom-original.svg │ │ │ │ ├── zoom-out-x.svg │ │ │ │ ├── zoom-out-y.svg │ │ │ │ ├── zoom-out.svg │ │ │ │ ├── zoom-previous.svg │ │ │ │ ├── zoom-select-x.svg │ │ │ │ ├── zoom-select-y.svg │ │ │ │ └── zoom-select.svg │ │ ├── apps │ │ │ ├── preferences │ │ │ │ ├── baloo.svg │ │ │ │ ├── drive-removable-media.svg │ │ │ │ ├── face-smile.svg │ │ │ │ ├── gtkconfig.svg │ │ │ │ ├── help-about.svg │ │ │ │ ├── kdeconnect.svg │ │ │ │ ├── plasma.svg │ │ │ │ ├── preferences-desktop-accessibility.svg │ │ │ │ ├── preferences-desktop-baloo.svg │ │ │ │ ├── preferences-desktop-color.svg │ │ │ │ ├── preferences-desktop-cryptography.svg │ │ │ │ ├── preferences-desktop-default-applications.svg │ │ │ │ ├── preferences-desktop-desktop-wallpaper.svg │ │ │ │ ├── preferences-desktop-display-color.svg │ │ │ │ ├── preferences-desktop-display.svg │ │ │ │ ├── preferences-desktop-emoticons.svg │ │ │ │ ├── preferences-desktop-filetype-association.svg │ │ │ │ ├── preferences-desktop-font.svg │ │ │ │ ├── preferences-desktop-gaming.svg │ │ │ │ ├── preferences-desktop-icons.svg │ │ │ │ ├── preferences-desktop-keyboard.svg │ │ │ │ ├── preferences-desktop-launch-feedback.svg │ │ │ │ ├── preferences-desktop-locale.svg │ │ │ │ ├── preferences-desktop-mouse.svg │ │ │ │ ├── preferences-desktop-multimedia.svg │ │ │ │ ├── preferences-desktop-notification-bell.svg │ │ │ │ ├── preferences-desktop-notification.svg │ │ │ │ ├── preferences-desktop-peripherals.svg │ │ │ │ ├── preferences-desktop-plasma.svg │ │ │ │ ├── preferences-desktop-screensaver.svg │ │ │ │ ├── preferences-desktop-sound.svg │ │ │ │ ├── preferences-desktop-text-to-speech.svg │ │ │ │ ├── preferences-desktop-theme.svg │ │ │ │ ├── preferences-desktop-user-password.svg │ │ │ │ ├── preferences-desktop-user.svg │ │ │ │ ├── preferences-desktop.svg │ │ │ │ ├── preferences-gtk-config.svg │ │ │ │ ├── preferences-kde-connect.svg │ │ │ │ ├── preferences-other.svg │ │ │ │ ├── preferences-system-bluetooth.svg │ │ │ │ ├── preferences-system-login.svg │ │ │ │ ├── preferences-system-network-sharing.svg │ │ │ │ ├── preferences-system-network.svg │ │ │ │ ├── preferences-system-power-management.svg │ │ │ │ ├── preferences-system-session-services.svg │ │ │ │ ├── preferences-system-time.svg │ │ │ │ ├── preferences-system-windows-actions.svg │ │ │ │ ├── preferences-system-windows-move.svg │ │ │ │ ├── preferences-system-windows.svg │ │ │ │ ├── preferences-web-browser-adblock.svg │ │ │ │ ├── preferences-web-browser-cache.svg │ │ │ │ ├── preferences-web-browser-cookies.svg │ │ │ │ ├── preferences-web-browser-identification.svg │ │ │ │ ├── preferences-web-browser-shortcuts.svg │ │ │ │ ├── preferences-web-browser-ssl.svg │ │ │ │ ├── preferences-web-browser-stylesheets.svg │ │ │ │ ├── system-run.svg │ │ │ │ └── system-users.svg │ │ │ ├── software-medium │ │ │ │ ├── homerun.svg │ │ │ │ ├── kde.svg │ │ │ │ ├── plasma.svg │ │ │ │ ├── preferences-other.svg │ │ │ │ ├── system-file-manager.svg │ │ │ │ ├── system-help.svg │ │ │ │ └── utilities-terminal.svg │ │ │ ├── software-small │ │ │ │ └── preferences-system-bluetooth.svg │ │ │ └── software │ │ │ │ ├── accessories-calculator.svg │ │ │ │ ├── accessories-text-editor.svg │ │ │ │ ├── acroread.svg │ │ │ │ ├── amarok.svg │ │ │ │ ├── applications-other.svg │ │ │ │ ├── ark.svg │ │ │ │ ├── bleachbit.svg │ │ │ │ ├── breeze-settings.svg │ │ │ │ ├── calamares.svg │ │ │ │ ├── cantata.svg │ │ │ │ ├── cantor.svg │ │ │ │ ├── chromium-browser.svg │ │ │ │ ├── cuttlefish.svg │ │ │ │ ├── diffuse.svg │ │ │ │ ├── digikam.svg │ │ │ │ ├── filelight.svg │ │ │ │ ├── gimp.svg │ │ │ │ ├── gparted.svg │ │ │ │ ├── gpick.svg │ │ │ │ ├── grub-customizer.svg │ │ │ │ ├── gtkhash.svg │ │ │ │ ├── gwenview.svg │ │ │ │ ├── help-browser.svg │ │ │ │ ├── htop.svg │ │ │ │ ├── inkscape.svg │ │ │ │ ├── juk.svg │ │ │ │ ├── k3b.svg │ │ │ │ ├── kamoso.svg │ │ │ │ ├── kate.svg │ │ │ │ ├── kcalc.svg │ │ │ │ ├── kcolorchooser.svg │ │ │ │ ├── kdevelop.svg │ │ │ │ ├── kdots.svg │ │ │ │ ├── kfind.svg │ │ │ │ ├── kget.svg │ │ │ │ ├── klipper.svg │ │ │ │ ├── kmag.svg │ │ │ │ ├── kmail.svg │ │ │ │ ├── kmix.svg │ │ │ │ ├── kmouth.svg │ │ │ │ ├── konversation.svg │ │ │ │ ├── kopete.svg │ │ │ │ ├── krename.svg │ │ │ │ ├── kronometer.svg │ │ │ │ ├── krusader_root.svg │ │ │ │ ├── krusader_user.svg │ │ │ │ ├── ksnapshot.svg │ │ │ │ ├── ktip.svg │ │ │ │ ├── ktorrent.svg │ │ │ │ ├── kwalletmanager.svg │ │ │ │ ├── labplot.svg │ │ │ │ ├── libreoffice-base.svg │ │ │ │ ├── libreoffice-calc.svg │ │ │ │ ├── libreoffice-draw.svg │ │ │ │ ├── libreoffice-impress.svg │ │ │ │ ├── libreoffice-main.svg │ │ │ │ ├── libreoffice-math.svg │ │ │ │ ├── libreoffice-writer.svg │ │ │ │ ├── mail-client.svg │ │ │ │ ├── multimedia-volume-control.svg │ │ │ │ ├── muon.svg │ │ │ │ ├── muondiscover.svg │ │ │ │ ├── network-manager.svg │ │ │ │ ├── ntfs-config.svg │ │ │ │ ├── okteta.svg │ │ │ │ ├── okular.svg │ │ │ │ ├── partitionmanager.svg │ │ │ │ ├── plasma-media-center.svg │ │ │ │ ├── preferences-system.svg │ │ │ │ ├── qelectrotech.svg │ │ │ │ ├── qtcreator.svg │ │ │ │ ├── quassel.svg │ │ │ │ ├── sublime.svg │ │ │ │ ├── system-file-manager.svg │ │ │ │ ├── system-help.svg │ │ │ │ ├── system-software-update.svg │ │ │ │ ├── systemsettings.svg │ │ │ │ ├── telepathy-kde.svg │ │ │ │ ├── ubiquity.svg │ │ │ │ ├── unetbootin.svg │ │ │ │ ├── usb-creator-kde.svg │ │ │ │ ├── utilities-energy-monitor.svg │ │ │ │ ├── utilities-file-archiver.svg │ │ │ │ ├── utilities-log-viewer.svg │ │ │ │ ├── utilities-system-monitor.svg │ │ │ │ ├── utilities-terminal.svg │ │ │ │ ├── virtualbox.svg │ │ │ │ ├── vlc.svg │ │ │ │ ├── vokoscreen.svg │ │ │ │ ├── xchat.svg │ │ │ │ └── yakuake.svg │ │ ├── categories │ │ │ ├── start-menu-medium │ │ │ │ └── applications-system.svg │ │ │ └── start-menu │ │ │ │ ├── applications-development.svg │ │ │ │ ├── applications-education.svg │ │ │ │ ├── applications-engineering.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 │ │ │ │ └── applications-utilities.svg │ │ ├── devices │ │ │ ├── hardware │ │ │ │ ├── drive-harddisk.svg │ │ │ │ └── drive-removable-media.svg │ │ │ └── sidebars │ │ │ │ ├── drive-harddisk.svg │ │ │ │ ├── kdeconnect.svg │ │ │ │ ├── media-floppy.svg │ │ │ │ ├── media-optical-audio.svg │ │ │ │ ├── media-optical-data.svg │ │ │ │ ├── media-optical-recordable.svg │ │ │ │ ├── media-optical-video.svg │ │ │ │ ├── media-optical.svg │ │ │ │ └── smartphone.svg │ │ ├── emblems │ │ │ ├── medium │ │ │ │ ├── emblem-encrypted-unlocked.svg │ │ │ │ ├── emblem-favorite.svg │ │ │ │ ├── emblem-important.svg │ │ │ │ ├── emblem-locked.svg │ │ │ │ └── emblem-symbolic-link.svg │ │ │ └── small │ │ │ │ ├── emblem-mounted.svg │ │ │ │ └── emblem-unmounted.svg │ │ ├── emotes │ │ │ ├── faces │ │ │ │ ├── face-angel.svg │ │ │ │ ├── face-angry.svg │ │ │ │ ├── face-clown.svg │ │ │ │ ├── face-confused.svg │ │ │ │ ├── face-cool.svg │ │ │ │ ├── face-crying.svg │ │ │ │ ├── face-devilish.svg │ │ │ │ ├── face-embarrassed.svg │ │ │ │ ├── face-glasses.svg │ │ │ │ ├── face-hug-left.svg │ │ │ │ ├── face-hug-right.svg │ │ │ │ ├── face-in-love.svg │ │ │ │ ├── face-kiss.svg │ │ │ │ ├── face-laughing.svg │ │ │ │ ├── face-ninja.svg │ │ │ │ ├── face-pirate.svg │ │ │ │ ├── face-plain.svg │ │ │ │ ├── face-quiet.svg │ │ │ │ ├── face-raspberry.svg │ │ │ │ ├── face-sad.svg │ │ │ │ ├── face-sick.svg │ │ │ │ ├── face-sleeping.svg │ │ │ │ ├── face-smile-big.svg │ │ │ │ ├── face-smile-grin.svg │ │ │ │ ├── face-smile.svg │ │ │ │ ├── face-smirk.svg │ │ │ │ ├── face-surprise.svg │ │ │ │ ├── face-uncertain.svg │ │ │ │ ├── face-wink.svg │ │ │ │ ├── face-worried.svg │ │ │ │ └── face-yawn.svg │ │ │ └── food │ │ │ │ ├── drink-beer.svg │ │ │ │ ├── drink-martini.svg │ │ │ │ └── food-cake.svg │ │ ├── mimetypes │ │ │ ├── LICENSE │ │ │ ├── file-types-small │ │ │ │ ├── application-atom+xml.svg │ │ │ │ ├── application-epub+zip.svg │ │ │ │ ├── application-illustrator.svg │ │ │ │ ├── application-msword-template.svg │ │ │ │ ├── application-msword.svg │ │ │ │ ├── application-octet-stream.svg │ │ │ │ ├── application-ogg.svg │ │ │ │ ├── application-pdf.svg │ │ │ │ ├── application-pgp-encrypted.svg │ │ │ │ ├── application-pgp-keys.svg │ │ │ │ ├── application-pgp-signature.svg │ │ │ │ ├── application-pgp.svg │ │ │ │ ├── application-pkcs7-mime.svg │ │ │ │ ├── application-pkcs7-signature.svg │ │ │ │ ├── application-postscript.svg │ │ │ │ ├── application-relaxng.svg │ │ │ │ ├── application-rss+xml.svg │ │ │ │ ├── application-rtf.svg │ │ │ │ ├── application-sxw.svg │ │ │ │ ├── application-vnd-google-earth-kml.svg │ │ │ │ ├── application-vnd.iccprofile.svg │ │ │ │ ├── application-vnd.ms-access.svg │ │ │ │ ├── application-vnd.ms-excel.svg │ │ │ │ ├── application-vnd.ms-powerpoint.svg │ │ │ │ ├── application-vnd.oasis.opendocument.chart.svg │ │ │ │ ├── application-vnd.oasis.opendocument.database.svg │ │ │ │ ├── application-vnd.oasis.opendocument.draw.template.svg │ │ │ │ ├── application-vnd.oasis.opendocument.drawing.svg │ │ │ │ ├── application-vnd.oasis.opendocument.drawing.template.svg │ │ │ │ ├── application-vnd.oasis.opendocument.formula-template.svg │ │ │ │ ├── application-vnd.oasis.opendocument.formula.svg │ │ │ │ ├── application-vnd.oasis.opendocument.graphics.svg │ │ │ │ ├── application-vnd.oasis.opendocument.image.svg │ │ │ │ ├── application-vnd.oasis.opendocument.presentation-template.svg │ │ │ │ ├── application-vnd.oasis.opendocument.presentation.svg │ │ │ │ ├── application-vnd.oasis.opendocument.spreadsheet-template.svg │ │ │ │ ├── application-vnd.oasis.opendocument.spreadsheet.svg │ │ │ │ ├── application-vnd.oasis.opendocument.text-master.svg │ │ │ │ ├── application-vnd.oasis.opendocument.text-template.svg │ │ │ │ ├── application-vnd.oasis.opendocument.text.svg │ │ │ │ ├── application-vnd.oasis.opendocument.web-template.svg │ │ │ │ ├── application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg │ │ │ │ ├── application-vnd.rn-realmedia.svg │ │ │ │ ├── application-vnd.scribus.svg │ │ │ │ ├── application-vnd.stardivision.calc.svg │ │ │ │ ├── application-vnd.stardivision.draw.svg │ │ │ │ ├── application-vnd.stardivision.mail.svg │ │ │ │ ├── application-vnd.stardivision.math.svg │ │ │ │ ├── application-vnd.sun.xml.calc.svg │ │ │ │ ├── application-vnd.sun.xml.calc.template.svg │ │ │ │ ├── application-vnd.sun.xml.draw.svg │ │ │ │ ├── application-vnd.sun.xml.draw.template.svg │ │ │ │ ├── application-vnd.sun.xml.impress.svg │ │ │ │ ├── application-vnd.sun.xml.impress.template.svg │ │ │ │ ├── application-vnd.sun.xml.math.svg │ │ │ │ ├── application-vnd.sun.xml.writer.global.svg │ │ │ │ ├── application-vnd.sun.xml.writer.svg │ │ │ │ ├── application-vnd.sun.xml.writer.template.svg │ │ │ │ ├── application-vnd.wordperfect.svg │ │ │ │ ├── application-x-7z-compressed.svg │ │ │ │ ├── application-x-abiword.svg │ │ │ │ ├── application-x-ace.svg │ │ │ │ ├── application-x-applix-spreadsheet.svg │ │ │ │ ├── application-x-applix-word.svg │ │ │ │ ├── application-x-ar.svg │ │ │ │ ├── application-x-arc.svg │ │ │ │ ├── application-x-archive.svg │ │ │ │ ├── application-x-arj.svg │ │ │ │ ├── application-x-bittorrent.svg │ │ │ │ ├── application-x-bzdvi.svg │ │ │ │ ├── application-x-bzip-compressed-tar.svg │ │ │ │ ├── application-x-bzip.svg │ │ │ │ ├── application-x-cd-image.svg │ │ │ │ ├── application-x-cda.svg │ │ │ │ ├── application-x-compress.svg │ │ │ │ ├── application-x-compressed-tar.svg │ │ │ │ ├── application-x-cpio.svg │ │ │ │ ├── application-x-cue.svg │ │ │ │ ├── application-x-deb.svg │ │ │ │ ├── application-x-designer.svg │ │ │ │ ├── application-x-desktop.svg │ │ │ │ ├── application-x-egon.svg │ │ │ │ ├── application-x-executable-script.svg │ │ │ │ ├── application-x-executable.svg │ │ │ │ ├── application-x-flash-video.svg │ │ │ │ ├── application-x-font-afm.svg │ │ │ │ ├── application-x-font-bdf.svg │ │ │ │ ├── application-x-font-otf.svg │ │ │ │ ├── application-x-font-pcf.svg │ │ │ │ ├── application-x-font-snf.svg │ │ │ │ ├── application-x-font-ttf.svg │ │ │ │ ├── application-x-font-type1.svg │ │ │ │ ├── application-x-gnumeric.svg │ │ │ │ ├── application-x-gzdvi.svg │ │ │ │ ├── application-x-gzip.svg │ │ │ │ ├── application-x-gzpostscript.svg │ │ │ │ ├── application-x-iso.svg │ │ │ │ ├── application-x-it87.svg │ │ │ │ ├── application-x-jar.svg │ │ │ │ ├── application-x-java-applet.svg │ │ │ │ ├── application-x-java-archive.svg │ │ │ │ ├── application-x-java.svg │ │ │ │ ├── application-x-javascript.svg │ │ │ │ ├── application-x-k3b.svg │ │ │ │ ├── application-x-kcsrc.svg │ │ │ │ ├── application-x-kdenlivetitle.svg │ │ │ │ ├── application-x-kexi-connectiondata.svg │ │ │ │ ├── application-x-kexiproject-shortcut.svg │ │ │ │ ├── application-x-kexiproject-sqlite.svg │ │ │ │ ├── application-x-kexiproject-sqlite2.svg │ │ │ │ ├── application-x-kexiproject-sqlite3.svg │ │ │ │ ├── application-x-kformula.svg │ │ │ │ ├── application-x-kgetlist.svg │ │ │ │ ├── application-x-kontour.svg │ │ │ │ ├── application-x-krita.svg │ │ │ │ ├── application-x-kword.svg │ │ │ │ ├── application-x-lha.svg │ │ │ │ ├── application-x-lzma-compressed-tar.svg │ │ │ │ ├── application-x-lzop.svg │ │ │ │ ├── application-x-m4.svg │ │ │ │ ├── application-x-mimearchive.svg │ │ │ │ ├── application-x-mplayer2.svg │ │ │ │ ├── application-x-ms-dos-executable.svg │ │ │ │ ├── application-x-mswinurl.svg │ │ │ │ ├── application-x-mswrite.svg │ │ │ │ ├── application-x-object.svg │ │ │ │ ├── application-x-pak.svg │ │ │ │ ├── application-x-pem-key.svg │ │ │ │ ├── application-x-perl.svg │ │ │ │ ├── application-x-php.svg │ │ │ │ ├── application-x-plasma.svg │ │ │ │ ├── application-x-python-bytecode.svg │ │ │ │ ├── application-x-quattropro.svg │ │ │ │ ├── application-x-rar.svg │ │ │ │ ├── application-x-raw-disk-image.svg │ │ │ │ ├── application-x-rpm.svg │ │ │ │ ├── application-x-ruby.svg │ │ │ │ ├── application-x-sharedlib.svg │ │ │ │ ├── application-x-shellscript.svg │ │ │ │ ├── application-x-shockwave-flash.svg │ │ │ │ ├── application-x-siag.svg │ │ │ │ ├── application-x-sqlite2.svg │ │ │ │ ├── application-x-sqlite3.svg │ │ │ │ ├── application-x-tar.svg │ │ │ │ ├── application-x-tarz.svg │ │ │ │ ├── application-x-tgif.svg │ │ │ │ ├── application-x-theme.svg │ │ │ │ ├── application-x-trash.svg │ │ │ │ ├── application-x-troff-man.svg │ │ │ │ ├── application-x-tzo.svg │ │ │ │ ├── application-x-wmf.svg │ │ │ │ ├── application-x-zerosize.svg │ │ │ │ ├── application-x-zoo.svg │ │ │ │ ├── application-xhtml+xml.svg │ │ │ │ ├── application-xml.svg │ │ │ │ ├── application-xsd.svg │ │ │ │ ├── application-xslt+xml.svg │ │ │ │ ├── application-zip.svg │ │ │ │ ├── audio-ac3.svg │ │ │ │ ├── audio-mp2.svg │ │ │ │ ├── audio-mp3.svg │ │ │ │ ├── audio-mp4.svg │ │ │ │ ├── audio-vn.rn-realmedia.svg │ │ │ │ ├── audio-vnd.rn-realvideo.svg │ │ │ │ ├── audio-x-adpcm.svg │ │ │ │ ├── audio-x-aiff.svg │ │ │ │ ├── audio-x-flac+ogg.svg │ │ │ │ ├── audio-x-flac.svg │ │ │ │ ├── audio-x-generic.svg │ │ │ │ ├── audio-x-monkey.svg │ │ │ │ ├── audio-x-mp2.svg │ │ │ │ ├── audio-x-mpeg.svg │ │ │ │ ├── audio-x-speex+ogg.svg │ │ │ │ ├── audio-x-wav.svg │ │ │ │ ├── fonts-package.svg │ │ │ │ ├── image-bmp.svg │ │ │ │ ├── image-gif.svg │ │ │ │ ├── image-ico.svg │ │ │ │ ├── image-jpeg.svg │ │ │ │ ├── image-jpeg2000.svg │ │ │ │ ├── image-png.svg │ │ │ │ ├── image-svg+xml-compressed.svg │ │ │ │ ├── image-svg+xml.svg │ │ │ │ ├── image-tiff.svg │ │ │ │ ├── image-vnd.adobe.photoshop.svg │ │ │ │ ├── image-vnd.dgn.svg │ │ │ │ ├── image-vnd.dwg.svg │ │ │ │ ├── image-vnd.microsoft.icon.svg │ │ │ │ ├── image-x-adobe-dng.svg │ │ │ │ ├── image-x-compressed-xcf.svg │ │ │ │ ├── image-x-emf.svg │ │ │ │ ├── image-x-eps.svg │ │ │ │ ├── image-x-generic.svg │ │ │ │ ├── image-x-ico.svg │ │ │ │ ├── image-x-icon.svg │ │ │ │ ├── image-x-krita.svg │ │ │ │ ├── image-x-portable-bitmap.svg │ │ │ │ ├── image-x-psd.svg │ │ │ │ ├── image-x-psdimage-x-psd.svg │ │ │ │ ├── image-x-svg+xml.svg │ │ │ │ ├── image-x-tga.svg │ │ │ │ ├── image-x-vnd.trolltech.qpicture.svg │ │ │ │ ├── image-x-win-bitmap.svg │ │ │ │ ├── image-x-win-bmp.svg │ │ │ │ ├── image-x-wmf.svg │ │ │ │ ├── image-x-xcf.svg │ │ │ │ ├── image-x-xfig.svg │ │ │ │ ├── inode-directory.svg │ │ │ │ ├── libreoffice-database.svg │ │ │ │ ├── libreoffice-drawing-template.svg │ │ │ │ ├── libreoffice-drawing.svg │ │ │ │ ├── libreoffice-formula.svg │ │ │ │ ├── libreoffice-oasis-database.svg │ │ │ │ ├── libreoffice-oasis-drawing-template.svg │ │ │ │ ├── libreoffice-oasis-drawing.svg │ │ │ │ ├── libreoffice-oasis-formula.svg │ │ │ │ ├── libreoffice-oasis-presentation-template.svg │ │ │ │ ├── libreoffice-oasis-presentation.svg │ │ │ │ ├── libreoffice-oasis-spreadsheet-template.svg │ │ │ │ ├── libreoffice-oasis-spreadsheet.svg │ │ │ │ ├── libreoffice-oasis-text-template.svg │ │ │ │ ├── libreoffice-oasis-text.svg │ │ │ │ ├── libreoffice-oasis-web-template.svg │ │ │ │ ├── libreoffice-presentation-template.svg │ │ │ │ ├── libreoffice-presentation.svg │ │ │ │ ├── libreoffice-spreadsheet-template.svg │ │ │ │ ├── libreoffice-spreadsheet.svg │ │ │ │ ├── libreoffice-text-template.svg │ │ │ │ ├── libreoffice-text.svg │ │ │ │ ├── message-news.svg │ │ │ │ ├── message-partial.svg │ │ │ │ ├── message-rfc822.svg │ │ │ │ ├── message-x-gnu-rmail.svg │ │ │ │ ├── message.svg │ │ │ │ ├── odf.svg │ │ │ │ ├── package-x-generic.svg │ │ │ │ ├── text-calendar.svg │ │ │ │ ├── text-csharp.svg │ │ │ │ ├── text-css.svg │ │ │ │ ├── text-csv.svg │ │ │ │ ├── text-directory.svg │ │ │ │ ├── text-enriched.svg │ │ │ │ ├── text-html.svg │ │ │ │ ├── text-mathml.svg │ │ │ │ ├── text-plain.svg │ │ │ │ ├── text-rdf+xml.svg │ │ │ │ ├── text-rdf.svg │ │ │ │ ├── text-rtf.svg │ │ │ │ ├── text-sgml.svg │ │ │ │ ├── text-troff.svg │ │ │ │ ├── text-vcalendar.svg │ │ │ │ ├── text-vnd.abc.svg │ │ │ │ ├── text-vnd.wap.wml.svg │ │ │ │ ├── text-x-adasrc.svg │ │ │ │ ├── text-x-authors.svg │ │ │ │ ├── text-x-bibtex.svg │ │ │ │ ├── text-x-c++hdr.svg │ │ │ │ ├── text-x-c++src.svg │ │ │ │ ├── text-x-changelog.svg │ │ │ │ ├── text-x-chdr.svg │ │ │ │ ├── text-x-cmake.svg │ │ │ │ ├── text-x-copying.svg │ │ │ │ ├── text-x-credits.svg │ │ │ │ ├── text-x-csharp.svg │ │ │ │ ├── text-x-csrc.svg │ │ │ │ ├── text-x-dtd.svg │ │ │ │ ├── text-x-generic.svapplication-x-awk.svg │ │ │ │ ├── text-x-generic.svg │ │ │ │ ├── text-x-haskell.svg │ │ │ │ ├── text-x-hex.svg │ │ │ │ ├── text-x-install.svg │ │ │ │ ├── text-x-java-source.svg │ │ │ │ ├── text-x-java.svg │ │ │ │ ├── text-x-javascript.svg │ │ │ │ ├── text-x-katefilelist.svg │ │ │ │ ├── text-x-ldif.svg │ │ │ │ ├── text-x-lilypond.svg │ │ │ │ ├── text-x-log.svg │ │ │ │ ├── text-x-makefile.svg │ │ │ │ ├── text-x-nfo.svg │ │ │ │ ├── text-x-objchdr.svg │ │ │ │ ├── text-x-objcsrc.svg │ │ │ │ ├── text-x-opml+xml.svg │ │ │ │ ├── text-x-opml.svg │ │ │ │ ├── text-x-pascal.svg │ │ │ │ ├── text-x-patch.svg │ │ │ │ ├── text-x-plain.svg │ │ │ │ ├── text-x-po.svg │ │ │ │ ├── text-x-python.svg │ │ │ │ ├── text-x-qml.svg │ │ │ │ ├── text-x-readme.svg │ │ │ │ ├── text-x-rpm-spec.svg │ │ │ │ ├── text-x-script.svg │ │ │ │ ├── text-x-sql.svg │ │ │ │ ├── text-x-tcl.svg │ │ │ │ ├── text-x-tex.svg │ │ │ │ ├── text-x-texinfo.svg │ │ │ │ ├── text-x-vcard.svg │ │ │ │ ├── text-x-xslfo.svg │ │ │ │ ├── text-xmcd.svg │ │ │ │ ├── text-xml.svg │ │ │ │ ├── unknown.svg │ │ │ │ ├── uri-mms.svg │ │ │ │ ├── uri-mmst.svg │ │ │ │ ├── uri-pnm.svg │ │ │ │ ├── uri-rtspt.svg │ │ │ │ ├── uri-rtspu.svg │ │ │ │ ├── video-mp4.svg │ │ │ │ ├── video-vivo.svg │ │ │ │ ├── video-vnd.rn-realvideo.svg │ │ │ │ ├── video-wavelet.svg │ │ │ │ ├── video-webm.svg │ │ │ │ ├── video-x-anim.svg │ │ │ │ ├── video-x-flic.svg │ │ │ │ ├── video-x-flv.svg │ │ │ │ ├── video-x-generic.svg │ │ │ │ ├── video-x-google-vlc-plugin.svg │ │ │ │ ├── video-x-javafx.svg │ │ │ │ ├── video-x-matroska.svg │ │ │ │ ├── video-x-mng.svg │ │ │ │ ├── video-x-ms-wmp.svg │ │ │ │ ├── video-x-ms-wmv.svg │ │ │ │ ├── video-x-msvideo.svg │ │ │ │ ├── video-x-ogm+ogg.svg │ │ │ │ ├── video-x-theora+ogg.svg │ │ │ │ ├── video-x-wmv.svg │ │ │ │ ├── x-mail-distribution-list.svg │ │ │ │ ├── x-media-podcast.svg │ │ │ │ ├── x-office-address-book.svg │ │ │ │ ├── x-office-calendar.svg │ │ │ │ ├── x-office-contact.svg │ │ │ │ ├── x-office-document.svg │ │ │ │ ├── x-office-drawing.svg │ │ │ │ ├── x-office-presentation.svg │ │ │ │ └── x-office-spreadsheet.svg │ │ │ └── file-types │ │ │ │ ├── android-package-archive.svg │ │ │ │ ├── application-atom+xml.svg │ │ │ │ ├── application-epub+zip.svg │ │ │ │ ├── application-illustrator.svg │ │ │ │ ├── application-msword-template.svg │ │ │ │ ├── application-msword.svg │ │ │ │ ├── application-octet-stream.svg │ │ │ │ ├── application-ogg.svg │ │ │ │ ├── application-pdf.svg │ │ │ │ ├── application-pgp-encrypted.svg │ │ │ │ ├── application-pgp-keys.svg │ │ │ │ ├── application-pgp-signature.svg │ │ │ │ ├── application-pgp.svg │ │ │ │ ├── application-pkcs7-mime.svg │ │ │ │ ├── application-pkcs7-signature.svg │ │ │ │ ├── application-postscript.svg │ │ │ │ ├── application-relaxng.svg │ │ │ │ ├── application-rss+xml.svg │ │ │ │ ├── application-rtf.svg │ │ │ │ ├── application-sxw.svg │ │ │ │ ├── application-vnd-google-earth-kml.svg │ │ │ │ ├── application-vnd.iccprofile.svg │ │ │ │ ├── application-vnd.ms-access.svg │ │ │ │ ├── application-vnd.ms-excel.svg │ │ │ │ ├── application-vnd.ms-powerpoint.svg │ │ │ │ ├── application-vnd.oasis.opendocument.chart.svg │ │ │ │ ├── application-vnd.oasis.opendocument.database.svg │ │ │ │ ├── application-vnd.oasis.opendocument.draw.template.svg │ │ │ │ ├── application-vnd.oasis.opendocument.drawing.svg │ │ │ │ ├── application-vnd.oasis.opendocument.drawing.template.svg │ │ │ │ ├── application-vnd.oasis.opendocument.formula-template.svg │ │ │ │ ├── application-vnd.oasis.opendocument.formula.svg │ │ │ │ ├── application-vnd.oasis.opendocument.graphics.svg │ │ │ │ ├── application-vnd.oasis.opendocument.image.svg │ │ │ │ ├── application-vnd.oasis.opendocument.presentation-template.svg │ │ │ │ ├── application-vnd.oasis.opendocument.presentation.svg │ │ │ │ ├── application-vnd.oasis.opendocument.spreadsheet-template.svg │ │ │ │ ├── application-vnd.oasis.opendocument.spreadsheet.svg │ │ │ │ ├── application-vnd.oasis.opendocument.text-master.svg │ │ │ │ ├── application-vnd.oasis.opendocument.text-template.svg │ │ │ │ ├── application-vnd.oasis.opendocument.text.svg │ │ │ │ ├── application-vnd.oasis.opendocument.web-template.svg │ │ │ │ ├── application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg │ │ │ │ ├── application-vnd.rn-realmedia.svg │ │ │ │ ├── application-vnd.scribus.svg │ │ │ │ ├── application-vnd.stardivision.calc.svg │ │ │ │ ├── application-vnd.stardivision.draw.svg │ │ │ │ ├── application-vnd.stardivision.mail.svg │ │ │ │ ├── application-vnd.stardivision.math.svg │ │ │ │ ├── application-vnd.sun.xml.calc.svg │ │ │ │ ├── application-vnd.sun.xml.calc.template.svg │ │ │ │ ├── application-vnd.sun.xml.draw.svg │ │ │ │ ├── application-vnd.sun.xml.draw.template.svg │ │ │ │ ├── application-vnd.sun.xml.impress.svg │ │ │ │ ├── application-vnd.sun.xml.impress.template.svg │ │ │ │ ├── application-vnd.sun.xml.math.svg │ │ │ │ ├── application-vnd.sun.xml.writer.global.svg │ │ │ │ ├── application-vnd.sun.xml.writer.svg │ │ │ │ ├── application-vnd.sun.xml.writer.template.svg │ │ │ │ ├── application-vnd.wordperfect.svg │ │ │ │ ├── application-x-7z-compressed.svg │ │ │ │ ├── application-x-abiword.svg │ │ │ │ ├── application-x-ace.svg │ │ │ │ ├── application-x-applix-spreadsheet.svg │ │ │ │ ├── application-x-applix-word.svg │ │ │ │ ├── application-x-ar.svg │ │ │ │ ├── application-x-arc.svg │ │ │ │ ├── application-x-archive.svg │ │ │ │ ├── application-x-arj.svg │ │ │ │ ├── application-x-bittorrent.svg │ │ │ │ ├── application-x-bzdvi.svg │ │ │ │ ├── application-x-bzip-compressed-tar.svg │ │ │ │ ├── application-x-bzip.svg │ │ │ │ ├── application-x-cd-image.svg │ │ │ │ ├── application-x-cda.svg │ │ │ │ ├── application-x-compress.svg │ │ │ │ ├── application-x-compressed-tar.svg │ │ │ │ ├── application-x-cpio.svg │ │ │ │ ├── application-x-cue.svg │ │ │ │ ├── application-x-deb.svg │ │ │ │ ├── application-x-designer.svg │ │ │ │ ├── application-x-desktop.svg │ │ │ │ ├── application-x-egon.svg │ │ │ │ ├── application-x-executable-script.svg │ │ │ │ ├── application-x-executable.svg │ │ │ │ ├── application-x-flash-video.svg │ │ │ │ ├── application-x-font-afm.svg │ │ │ │ ├── application-x-font-bdf.svg │ │ │ │ ├── application-x-font-otf.svg │ │ │ │ ├── application-x-font-pcf.svg │ │ │ │ ├── application-x-font-snf.svg │ │ │ │ ├── application-x-font-ttf.svg │ │ │ │ ├── application-x-font-type1.svg │ │ │ │ ├── application-x-gnumeric.svg │ │ │ │ ├── application-x-gzdvi.svg │ │ │ │ ├── application-x-gzip.svg │ │ │ │ ├── application-x-gzpostscript.svg │ │ │ │ ├── application-x-iso.svg │ │ │ │ ├── application-x-it87.svg │ │ │ │ ├── application-x-jar.svg │ │ │ │ ├── application-x-java-applet.svg │ │ │ │ ├── application-x-java-archive.svg │ │ │ │ ├── application-x-java.svg │ │ │ │ ├── application-x-javascript.svg │ │ │ │ ├── application-x-k3b.svg │ │ │ │ ├── application-x-kcsrc.svg │ │ │ │ ├── application-x-kdenlivetitle.svg │ │ │ │ ├── application-x-kexi-connectiondata.svg │ │ │ │ ├── application-x-kexiproject-shortcut.svg │ │ │ │ ├── application-x-kexiproject-sqlite.svg │ │ │ │ ├── application-x-kexiproject-sqlite2.svg │ │ │ │ ├── application-x-kexiproject-sqlite3.svg │ │ │ │ ├── application-x-kformula.svg │ │ │ │ ├── application-x-kgetlist.svg │ │ │ │ ├── application-x-kontour.svg │ │ │ │ ├── application-x-krita.svg │ │ │ │ ├── application-x-kword.svg │ │ │ │ ├── application-x-lha.svg │ │ │ │ ├── application-x-lzma-compressed-tar.svg │ │ │ │ ├── application-x-lzop.svg │ │ │ │ ├── application-x-m4.svg │ │ │ │ ├── application-x-mimearchive.svg │ │ │ │ ├── application-x-mplayer2.svg │ │ │ │ ├── application-x-ms-dos-executable.svg │ │ │ │ ├── application-x-mswinurl.svg │ │ │ │ ├── application-x-mswrite.svg │ │ │ │ ├── application-x-object.svg │ │ │ │ ├── application-x-pak.svg │ │ │ │ ├── application-x-pem-key.svg │ │ │ │ ├── application-x-perl.svg │ │ │ │ ├── application-x-php.svg │ │ │ │ ├── application-x-plasma.svg │ │ │ │ ├── application-x-python-bytecode.svg │ │ │ │ ├── application-x-quattropro.svg │ │ │ │ ├── application-x-rar.svg │ │ │ │ ├── application-x-raw-disk-image.svg │ │ │ │ ├── application-x-rpm.svg │ │ │ │ ├── application-x-ruby.svg │ │ │ │ ├── application-x-sharedlib.svg │ │ │ │ ├── application-x-shellscript.svg │ │ │ │ ├── application-x-shockwave-flash.svg │ │ │ │ ├── application-x-siag.svg │ │ │ │ ├── application-x-sqlite2.svg │ │ │ │ ├── application-x-sqlite3.svg │ │ │ │ ├── application-x-tar.svg │ │ │ │ ├── application-x-tarz.svg │ │ │ │ ├── application-x-tgif.svg │ │ │ │ ├── application-x-theme.svg │ │ │ │ ├── application-x-trash.svg │ │ │ │ ├── application-x-troff-man.svg │ │ │ │ ├── application-x-tzo.svg │ │ │ │ ├── application-x-wmf.svg │ │ │ │ ├── application-x-zerosize.svg │ │ │ │ ├── application-x-zoo.svg │ │ │ │ ├── application-xhtml+xml.svg │ │ │ │ ├── application-xml.svg │ │ │ │ ├── application-xsd.svg │ │ │ │ ├── application-xslt+xml.svg │ │ │ │ ├── application-zip.svg │ │ │ │ ├── audio-ac3.svg │ │ │ │ ├── audio-mp2.svg │ │ │ │ ├── audio-mp3.svg │ │ │ │ ├── audio-mp4.svg │ │ │ │ ├── audio-vn.rn-realmedia.svg │ │ │ │ ├── audio-vnd.rn-realvideo.svg │ │ │ │ ├── audio-x-adpcm.svg │ │ │ │ ├── audio-x-aiff.svg │ │ │ │ ├── audio-x-flac+ogg.svg │ │ │ │ ├── audio-x-flac.svg │ │ │ │ ├── audio-x-generic.svg │ │ │ │ ├── audio-x-monkey.svg │ │ │ │ ├── audio-x-mp2.svg │ │ │ │ ├── audio-x-mpeg.svg │ │ │ │ ├── audio-x-speex+ogg.svg │ │ │ │ ├── audio-x-wav.svg │ │ │ │ ├── fonts-package.svg │ │ │ │ ├── image-bmp.svg │ │ │ │ ├── image-gif.svg │ │ │ │ ├── image-ico.svg │ │ │ │ ├── image-jpeg.svg │ │ │ │ ├── image-jpeg2000.svg │ │ │ │ ├── image-png.svg │ │ │ │ ├── image-svg+xml-compressed.svg │ │ │ │ ├── image-svg+xml.svg │ │ │ │ ├── image-tiff.svg │ │ │ │ ├── image-vnd.adobe.photoshop.svg │ │ │ │ ├── image-vnd.dgn.svg │ │ │ │ ├── image-vnd.dwg.svg │ │ │ │ ├── image-vnd.microsoft.icon.svg │ │ │ │ ├── image-x-adobe-dng.svg │ │ │ │ ├── image-x-compressed-xcf.svg │ │ │ │ ├── image-x-emf.svg │ │ │ │ ├── image-x-eps.svg │ │ │ │ ├── image-x-generic.svg │ │ │ │ ├── image-x-ico.svg │ │ │ │ ├── image-x-icon.svg │ │ │ │ ├── image-x-krita.svg │ │ │ │ ├── image-x-portable-bitmap.svg │ │ │ │ ├── image-x-psd.svg │ │ │ │ ├── image-x-psdimage-x-psd.svg │ │ │ │ ├── image-x-svg+xml.svg │ │ │ │ ├── image-x-tga.svg │ │ │ │ ├── image-x-vnd.trolltech.qpicture.svg │ │ │ │ ├── image-x-win-bitmap.svg │ │ │ │ ├── image-x-win-bmp.svg │ │ │ │ ├── image-x-wmf.svg │ │ │ │ ├── image-x-xcf.svg │ │ │ │ ├── image-x-xfig.svg │ │ │ │ ├── inode-directory.svg │ │ │ │ ├── libreoffice-database.svg │ │ │ │ ├── libreoffice-drawing-template.svg │ │ │ │ ├── libreoffice-drawing.svg │ │ │ │ ├── libreoffice-formula.svg │ │ │ │ ├── libreoffice-oasis-database.svg │ │ │ │ ├── libreoffice-oasis-drawing-template.svg │ │ │ │ ├── libreoffice-oasis-drawing.svg │ │ │ │ ├── libreoffice-oasis-formula.svg │ │ │ │ ├── libreoffice-oasis-presentation-template.svg │ │ │ │ ├── libreoffice-oasis-presentation.svg │ │ │ │ ├── libreoffice-oasis-spreadsheet-template.svg │ │ │ │ ├── libreoffice-oasis-spreadsheet.svg │ │ │ │ ├── libreoffice-oasis-text-template.svg │ │ │ │ ├── libreoffice-oasis-text.svg │ │ │ │ ├── libreoffice-oasis-web-template.svg │ │ │ │ ├── libreoffice-presentation-template.svg │ │ │ │ ├── libreoffice-presentation.svg │ │ │ │ ├── libreoffice-spreadsheet-template.svg │ │ │ │ ├── libreoffice-spreadsheet.svg │ │ │ │ ├── libreoffice-text-template.svg │ │ │ │ ├── libreoffice-text.svg │ │ │ │ ├── message-news.svg │ │ │ │ ├── message-partial.svg │ │ │ │ ├── message-rfc822.svg │ │ │ │ ├── message-x-gnu-rmail.svg │ │ │ │ ├── message.svg │ │ │ │ ├── odf.svg │ │ │ │ ├── package-x-generic.svg │ │ │ │ ├── text-calendar.svg │ │ │ │ ├── text-csharp.svg │ │ │ │ ├── text-css.svg │ │ │ │ ├── text-csv.svg │ │ │ │ ├── text-directory.svg │ │ │ │ ├── text-enriched.svg │ │ │ │ ├── text-html.svg │ │ │ │ ├── text-mathml.svg │ │ │ │ ├── text-plain.svg │ │ │ │ ├── text-rdf+xml.svg │ │ │ │ ├── text-rdf.svg │ │ │ │ ├── text-rtf.svg │ │ │ │ ├── text-sgml.svg │ │ │ │ ├── text-troff.svg │ │ │ │ ├── text-vcalendar.svg │ │ │ │ ├── text-vnd.abc.svg │ │ │ │ ├── text-vnd.wap.wml.svg │ │ │ │ ├── text-x-adasrc.svg │ │ │ │ ├── text-x-authors.svg │ │ │ │ ├── text-x-bibtex.svg │ │ │ │ ├── text-x-c++hdr.svg │ │ │ │ ├── text-x-c++src.svg │ │ │ │ ├── text-x-changelog.svg │ │ │ │ ├── text-x-chdr.svg │ │ │ │ ├── text-x-cmake.svg │ │ │ │ ├── text-x-copying.svg │ │ │ │ ├── text-x-credits.svg │ │ │ │ ├── text-x-csharp.svg │ │ │ │ ├── text-x-csrc.svg │ │ │ │ ├── text-x-dtd.svg │ │ │ │ ├── text-x-generic.svapplication-x-awk.svg │ │ │ │ ├── text-x-generic.svg │ │ │ │ ├── text-x-haskell.svg │ │ │ │ ├── text-x-hex.svg │ │ │ │ ├── text-x-install.svg │ │ │ │ ├── text-x-java-source.svg │ │ │ │ ├── text-x-java.svg │ │ │ │ ├── text-x-javascript.svg │ │ │ │ ├── text-x-katefilelist.svg │ │ │ │ ├── text-x-ldif.svg │ │ │ │ ├── text-x-lilypond.svg │ │ │ │ ├── text-x-log.svg │ │ │ │ ├── text-x-makefile.svg │ │ │ │ ├── text-x-nfo.svg │ │ │ │ ├── text-x-objchdr.svg │ │ │ │ ├── text-x-objcsrc.svg │ │ │ │ ├── text-x-opml+xml.svg │ │ │ │ ├── text-x-opml.svg │ │ │ │ ├── text-x-pascal.svg │ │ │ │ ├── text-x-patch.svg │ │ │ │ ├── text-x-plain.svg │ │ │ │ ├── text-x-po.svg │ │ │ │ ├── text-x-python.svg │ │ │ │ ├── text-x-qml.svg │ │ │ │ ├── text-x-readme.svg │ │ │ │ ├── text-x-rpm-spec.svg │ │ │ │ ├── text-x-script.svg │ │ │ │ ├── text-x-sql.svg │ │ │ │ ├── text-x-tcl.svg │ │ │ │ ├── text-x-tex.svg │ │ │ │ ├── text-x-texinfo.svg │ │ │ │ ├── text-x-vcard.svg │ │ │ │ ├── text-x-xslfo.svg │ │ │ │ ├── text-xmcd.svg │ │ │ │ ├── text-xml.svg │ │ │ │ ├── unknown.svg │ │ │ │ ├── uri-mms.svg │ │ │ │ ├── uri-mmst.svg │ │ │ │ ├── uri-pnm.svg │ │ │ │ ├── uri-rtspt.svg │ │ │ │ ├── uri-rtspu.svg │ │ │ │ ├── video-mp4.svg │ │ │ │ ├── video-vivo.svg │ │ │ │ ├── video-vnd.rn-realvideo.svg │ │ │ │ ├── video-wavelet.svg │ │ │ │ ├── video-webm.svg │ │ │ │ ├── video-x-anim.svg │ │ │ │ ├── video-x-flic.svg │ │ │ │ ├── video-x-flv.svg │ │ │ │ ├── video-x-generic.svg │ │ │ │ ├── video-x-google-vlc-plugin.svg │ │ │ │ ├── video-x-javafx.svg │ │ │ │ ├── video-x-matroska.svg │ │ │ │ ├── video-x-mng.svg │ │ │ │ ├── video-x-ms-wmp.svg │ │ │ │ ├── video-x-ms-wmv.svg │ │ │ │ ├── video-x-msvideo.svg │ │ │ │ ├── video-x-ogm+ogg.svg │ │ │ │ ├── video-x-theora+ogg.svg │ │ │ │ ├── video-x-wmv.svg │ │ │ │ ├── x-mail-distribution-list.svg │ │ │ │ ├── x-media-podcast.svg │ │ │ │ ├── x-office-address-book.svg │ │ │ │ ├── x-office-calendar.svg │ │ │ │ ├── x-office-contact.svg │ │ │ │ ├── x-office-document.svg │ │ │ │ ├── x-office-drawing.svg │ │ │ │ ├── x-office-presentation.svg │ │ │ │ └── x-office-spreadsheet.svg │ │ ├── places │ │ │ ├── toolbar │ │ │ │ └── user-trash.svg │ │ │ ├── user-folders-small │ │ │ │ ├── bookmarks.svg │ │ │ │ ├── certificate-server.svg │ │ │ │ ├── favorites.svg │ │ │ │ ├── folder-activities.svg │ │ │ │ ├── folder-black.svg │ │ │ │ ├── folder-blue.svg │ │ │ │ ├── folder-bookmark.svg │ │ │ │ ├── folder-brown.svg │ │ │ │ ├── folder-cyan.svg │ │ │ │ ├── folder-development.svg │ │ │ │ ├── folder-documents.svg │ │ │ │ ├── folder-download.svg │ │ │ │ ├── folder-favorites.svg │ │ │ │ ├── folder-green.svg │ │ │ │ ├── folder-grey.svg │ │ │ │ ├── folder-html.svg │ │ │ │ ├── folder-image.svg │ │ │ │ ├── folder-images.svg │ │ │ │ ├── folder-important.svg │ │ │ │ ├── folder-locked.svg │ │ │ │ ├── folder-magenta.svg │ │ │ │ ├── folder-mail.svg │ │ │ │ ├── folder-music.svg │ │ │ │ ├── folder-network.svg │ │ │ │ ├── folder-open.svg │ │ │ │ ├── folder-orange.svg │ │ │ │ ├── folder-picture.svg │ │ │ │ ├── folder-pictures.svg │ │ │ │ ├── folder-print.svg │ │ │ │ ├── folder-public.svg │ │ │ │ ├── folder-publicshare.svg │ │ │ │ ├── folder-red.svg │ │ │ │ ├── folder-remote.svg │ │ │ │ ├── folder-script.svg │ │ │ │ ├── folder-sound.svg │ │ │ │ ├── folder-tar.svg │ │ │ │ ├── folder-temp.svg │ │ │ │ ├── folder-templates.svg │ │ │ │ ├── folder-text.svg │ │ │ │ ├── folder-txt.svg │ │ │ │ ├── folder-video.svg │ │ │ │ ├── folder-videos.svg │ │ │ │ ├── folder-violet.svg │ │ │ │ ├── folder-yellow.svg │ │ │ │ ├── folder.svg │ │ │ │ ├── mail-folder-inbox.svg │ │ │ │ ├── mail-folder-outbox.svg │ │ │ │ ├── mail-folder-sent.svg │ │ │ │ ├── mail-message.svg │ │ │ │ ├── network-server-database.svg │ │ │ │ ├── network-server.svg │ │ │ │ ├── network-workgroup.svg │ │ │ │ ├── repository.svg │ │ │ │ ├── server-database.svg │ │ │ │ ├── start-here-kde.svg │ │ │ │ ├── stock_folder.svg │ │ │ │ ├── user-desktop.svg │ │ │ │ ├── user-home.svg │ │ │ │ ├── user-trash-full.svg │ │ │ │ └── user-trash.svg │ │ │ └── user-folders │ │ │ │ ├── distributor-logo-nitrux.svg │ │ │ │ ├── folder-activities.svg │ │ │ │ ├── folder-black.svg │ │ │ │ ├── folder-blue.svg │ │ │ │ ├── folder-bookmark.svg │ │ │ │ ├── folder-brown.svg │ │ │ │ ├── folder-cyan.svg │ │ │ │ ├── folder-development.svg │ │ │ │ ├── folder-documents.svg │ │ │ │ ├── folder-download.svg │ │ │ │ ├── folder-downloads.svg │ │ │ │ ├── folder-favorites.svg │ │ │ │ ├── folder-green.svg │ │ │ │ ├── folder-grey.svg │ │ │ │ ├── folder-html.svg │ │ │ │ ├── folder-image.svg │ │ │ │ ├── folder-images.svg │ │ │ │ ├── folder-important.svg │ │ │ │ ├── folder-locked.svg │ │ │ │ ├── folder-magenta.svg │ │ │ │ ├── folder-mail.svg │ │ │ │ ├── folder-music.svg │ │ │ │ ├── folder-network.svg │ │ │ │ ├── folder-open.svg │ │ │ │ ├── folder-orange.svg │ │ │ │ ├── folder-picture.svg │ │ │ │ ├── folder-pictures.svg │ │ │ │ ├── folder-print.svg │ │ │ │ ├── folder-public.svg │ │ │ │ ├── folder-publicshare.svg │ │ │ │ ├── folder-red.svg │ │ │ │ ├── folder-remote.svg │ │ │ │ ├── folder-script.svg │ │ │ │ ├── folder-sound.svg │ │ │ │ ├── folder-tar.svg │ │ │ │ ├── folder-temp.svg │ │ │ │ ├── folder-templates.svg │ │ │ │ ├── folder-text.svg │ │ │ │ ├── folder-txt.svg │ │ │ │ ├── folder-video.svg │ │ │ │ ├── folder-videos.svg │ │ │ │ ├── folder-violet.svg │ │ │ │ ├── folder-yellow.svg │ │ │ │ ├── folder.svg │ │ │ │ ├── library-music.svg │ │ │ │ ├── start-here-kde.svg │ │ │ │ ├── stock_folder.svg │ │ │ │ ├── user-desktop.svg │ │ │ │ ├── user-home.svg │ │ │ │ ├── user-trash-full.svg │ │ │ │ └── user-trash.svg │ │ ├── plasmoids │ │ │ ├── kickoff-menu-tabs │ │ │ │ ├── action │ │ │ │ │ ├── bookmarks.svg │ │ │ │ │ └── document-open-recent.svg │ │ │ │ ├── apps │ │ │ │ │ └── system-shutdown.svg │ │ │ │ ├── categories │ │ │ │ │ └── applications-other.svg │ │ │ │ └── devices │ │ │ │ │ └── computer.svg │ │ │ ├── media-album │ │ │ │ └── media-album-cover.svg │ │ │ └── system-power-application │ │ │ │ ├── system-reboot.svg │ │ │ │ ├── system-shutdown.svg │ │ │ │ └── system-suspend.svg │ │ └── status │ │ │ ├── dialogs │ │ │ ├── dialog-error.svg │ │ │ ├── dialog-information.svg │ │ │ ├── dialog-password.svg │ │ │ ├── dialog-question.svg │ │ │ └── dialog-warning.svg │ │ │ ├── im-status │ │ │ ├── user-available.svg │ │ │ ├── user-away-extended.svg │ │ │ ├── user-away.svg │ │ │ ├── user-busy.svg │ │ │ ├── user-idle.svg │ │ │ ├── user-invisible.svg │ │ │ ├── user-offline.svg │ │ │ └── user-online.svg │ │ │ ├── panel │ │ │ ├── irc-channel-joined.svg │ │ │ ├── irc-channel-parted.svg │ │ │ ├── network-connect.svg │ │ │ ├── network-disconnect.svg │ │ │ ├── network-wired.svg │ │ │ └── network-wireless.svg │ │ │ └── toolbar │ │ │ ├── audio-ready.svg │ │ │ ├── audio-volume-high.svg │ │ │ ├── audio-volume-low.svg │ │ │ ├── audio-volume-medium.svg │ │ │ ├── audio-volume-muted.svg │ │ │ ├── camera-off.svg │ │ │ ├── camera-on.svg │ │ │ ├── camera-ready.svg │ │ │ ├── mic-off.svg │ │ │ ├── mic-on.svg │ │ │ └── mic-ready.svg │ └── qrc_icons.pro └── spreadsheet │ ├── ActionRegistry.qml │ ├── AppMenuBar.qml │ ├── SheetView.qml │ └── main.qml └── toc.rst /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.code: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/LICENSE.code -------------------------------------------------------------------------------- /LICENSE.text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/LICENSE.text -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/README.md -------------------------------------------------------------------------------- /_extensions/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_extensions/issues.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/_extensions/issues.py -------------------------------------------------------------------------------- /_extensions/issues.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/_extensions/issues.pyc -------------------------------------------------------------------------------- /_extensions/youtube.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/_extensions/youtube.py -------------------------------------------------------------------------------- /_extensions/youtube.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/_extensions/youtube.pyc -------------------------------------------------------------------------------- /_images/storecontent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/_images/storecontent.png -------------------------------------------------------------------------------- /_images/yourapplication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/_images/yourapplication.png -------------------------------------------------------------------------------- /_templates/chaptertoc.html: -------------------------------------------------------------------------------- 1 | {{ toctree() }} 2 | -------------------------------------------------------------------------------- /_templates/layout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/_templates/layout.html -------------------------------------------------------------------------------- /_templates/qt5search.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/_templates/qt5search.html -------------------------------------------------------------------------------- /_templates/sidebar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/_templates/sidebar.html -------------------------------------------------------------------------------- /ch01/helloworld.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/ch01/helloworld.rst -------------------------------------------------------------------------------- /ch01/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/ch01/index.rst -------------------------------------------------------------------------------- /ch01/installing.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/ch01/installing.rst -------------------------------------------------------------------------------- /ch01/qtcreator.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/ch01/qtcreator.rst -------------------------------------------------------------------------------- /conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/conf.py -------------------------------------------------------------------------------- /index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/index.rst -------------------------------------------------------------------------------- /make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/make.bat -------------------------------------------------------------------------------- /src/filecommander/Actions.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/filecommander/Actions.qml -------------------------------------------------------------------------------- /src/filecommander/AppContent.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/filecommander/AppContent.qml -------------------------------------------------------------------------------- /src/filecommander/DirectoryPanel.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/filecommander/DirectoryPanel.qml -------------------------------------------------------------------------------- /src/filecommander/DirectorySplitScreen.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/filecommander/DirectorySplitScreen.qml -------------------------------------------------------------------------------- /src/filecommander/EditorPanel.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/filecommander/EditorPanel.qml -------------------------------------------------------------------------------- /src/filecommander/ImageCellDelegate.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/filecommander/ImageCellDelegate.qml -------------------------------------------------------------------------------- /src/filecommander/LabelCellDelegate.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/filecommander/LabelCellDelegate.qml -------------------------------------------------------------------------------- /src/filecommander/common.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/filecommander/common.cpp -------------------------------------------------------------------------------- /src/filecommander/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/filecommander/common.h -------------------------------------------------------------------------------- /src/filecommander/common/Object.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/filecommander/common/Object.qml -------------------------------------------------------------------------------- /src/filecommander/common/UI.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/filecommander/common/UI.qml -------------------------------------------------------------------------------- /src/filecommander/common/qmldir: -------------------------------------------------------------------------------- 1 | singleton UI 1.0 UI.qml -------------------------------------------------------------------------------- /src/filecommander/core.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/filecommander/core.cpp -------------------------------------------------------------------------------- /src/filecommander/core.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/filecommander/core.h -------------------------------------------------------------------------------- /src/filecommander/deployment.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/filecommander/deployment.pri -------------------------------------------------------------------------------- /src/filecommander/filecommander.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/filecommander/filecommander.pro -------------------------------------------------------------------------------- /src/filecommander/filemanager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/filecommander/filemanager.cpp -------------------------------------------------------------------------------- /src/filecommander/filemanager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/filecommander/filemanager.h -------------------------------------------------------------------------------- /src/filecommander/filesystem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/filecommander/filesystem.cpp -------------------------------------------------------------------------------- /src/filecommander/filesystem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/filecommander/filesystem.h -------------------------------------------------------------------------------- /src/filecommander/icons/folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/filecommander/icons/folder.svg -------------------------------------------------------------------------------- /src/filecommander/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/filecommander/main.cpp -------------------------------------------------------------------------------- /src/filecommander/main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/filecommander/main.qml -------------------------------------------------------------------------------- /src/filecommander/qml.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/filecommander/qml.qrc -------------------------------------------------------------------------------- /src/filecommander/qmlicon.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/filecommander/qmlicon.cpp -------------------------------------------------------------------------------- /src/filecommander/qmlicon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/filecommander/qmlicon.h -------------------------------------------------------------------------------- /src/helloworld/helloworld.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/helloworld/helloworld.pro -------------------------------------------------------------------------------- /src/helloworld/helloworld.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/helloworld/helloworld.qrc -------------------------------------------------------------------------------- /src/helloworld/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/helloworld/main.cpp -------------------------------------------------------------------------------- /src/helloworld/main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/helloworld/main.qml -------------------------------------------------------------------------------- /src/layout/FindDialog.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/layout/FindDialog.qml -------------------------------------------------------------------------------- /src/layout/FindDialogForm.ui.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/layout/FindDialogForm.ui.qml -------------------------------------------------------------------------------- /src/layout/FindDialogV2.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/layout/FindDialogV2.qml -------------------------------------------------------------------------------- /src/layout/GotoCellDialog.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/layout/GotoCellDialog.qml -------------------------------------------------------------------------------- /src/layout/SortDialog.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/layout/SortDialog.qml -------------------------------------------------------------------------------- /src/layout/SortDialogLauncher.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/layout/SortDialogLauncher.qml -------------------------------------------------------------------------------- /src/layout/main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/layout/main.qml -------------------------------------------------------------------------------- /src/photokiosk/CONCEPT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/photokiosk/CONCEPT.md -------------------------------------------------------------------------------- /src/photokiosk/PContentStack.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/photokiosk/PContentStack.qml -------------------------------------------------------------------------------- /src/photokiosk/PMainMenu.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/photokiosk/PMainMenu.qml -------------------------------------------------------------------------------- /src/photokiosk/PMainStatusBar.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/photokiosk/PMainStatusBar.qml -------------------------------------------------------------------------------- /src/photokiosk/PMainToolBar.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/photokiosk/PMainToolBar.qml -------------------------------------------------------------------------------- /src/photokiosk/PPhotoGrid.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/photokiosk/PPhotoGrid.qml -------------------------------------------------------------------------------- /src/photokiosk/PPhotoList.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/photokiosk/PPhotoList.qml -------------------------------------------------------------------------------- /src/photokiosk/PPhotoModel.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/photokiosk/PPhotoModel.qml -------------------------------------------------------------------------------- /src/photokiosk/PPhotoView.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/photokiosk/PPhotoView.qml -------------------------------------------------------------------------------- /src/photokiosk/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/photokiosk/README.md -------------------------------------------------------------------------------- /src/photokiosk/icons/chevron-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/photokiosk/icons/chevron-left.svg -------------------------------------------------------------------------------- /src/photokiosk/icons/chevron-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/photokiosk/icons/chevron-right.svg -------------------------------------------------------------------------------- /src/photokiosk/icons/menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/photokiosk/icons/menu.svg -------------------------------------------------------------------------------- /src/photokiosk/imports/controls/PButton.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/photokiosk/imports/controls/PButton.qml -------------------------------------------------------------------------------- /src/photokiosk/imports/controls/PLabel.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/photokiosk/imports/controls/PLabel.qml -------------------------------------------------------------------------------- /src/photokiosk/imports/controls/PTool.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/photokiosk/imports/controls/PTool.qml -------------------------------------------------------------------------------- /src/photokiosk/imports/controls/PToolBar.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/photokiosk/imports/controls/PToolBar.qml -------------------------------------------------------------------------------- /src/photokiosk/imports/controls/qmldir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/photokiosk/imports/controls/qmldir -------------------------------------------------------------------------------- /src/photokiosk/imports/engine/PCore.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/photokiosk/imports/engine/PCore.qml -------------------------------------------------------------------------------- /src/photokiosk/imports/engine/qmldir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/photokiosk/imports/engine/qmldir -------------------------------------------------------------------------------- /src/photokiosk/imports/utils/PMarker.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/photokiosk/imports/utils/PMarker.qml -------------------------------------------------------------------------------- /src/photokiosk/imports/utils/PStyle.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/photokiosk/imports/utils/PStyle.qml -------------------------------------------------------------------------------- /src/photokiosk/imports/utils/PTracer.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/photokiosk/imports/utils/PTracer.qml -------------------------------------------------------------------------------- /src/photokiosk/imports/utils/qmldir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/photokiosk/imports/utils/qmldir -------------------------------------------------------------------------------- /src/photokiosk/main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/photokiosk/main.qml -------------------------------------------------------------------------------- /src/photokiosk/photos/Music_by_tomasino.cz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/photokiosk/photos/Music_by_tomasino.cz.jpg -------------------------------------------------------------------------------- /src/photokiosk/photos/xgu472hf2_by_lariliikala.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/photokiosk/photos/xgu472hf2_by_lariliikala.jpg -------------------------------------------------------------------------------- /src/qrc_icons/icons.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons.qrc -------------------------------------------------------------------------------- /src/qrc_icons/icons.rcc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons.rcc -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-gtk/gtk-add.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/list-add.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-gtk/gtk-apply.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/dialog-ok-apply.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-gtk/gtk-authentication.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/document-encrypted.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-gtk/gtk-bold.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/format-text-bold.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-gtk/gtk-cancel.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/dialog-cancel.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-gtk/gtk-cdrom.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/tools-media-optical-format.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-gtk/gtk-clear.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/edit-clear.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-gtk/gtk-close.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/window-close.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-gtk/gtk-color-picker.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/color-picker.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-gtk/gtk-connect.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/network-connect.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-gtk/gtk-disconnect.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/network-disconnect.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-gtk/gtk-edit.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/document-edit.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-gtk/gtk-execute.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/system-run.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-gtk/gtk-floppy.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/document-save.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-gtk/gtk-no.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/window-close.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-gtk/gtk-ok.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/dialog-ok-apply.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-gtk/gtk-preferences.svg: -------------------------------------------------------------------------------- 1 | ../../categories/start-menu-medium/applications-system.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-gtk/gtk-properties.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/document-properties.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-gtk/gtk-quit.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/application-exit.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-gtk/gtk-stop.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/dialog-cancel.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-gtk/gtk-undelete-ltr.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/edit-undo.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-gtk/gtk-undelete-rtl.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/edit-redo.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-gtk/gtk-yes.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/dialog-ok-apply.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-kde/kdenlive-add-slide-clip.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/tool-animator.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-kde/kdenlive-align-bottom.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/align-vertical-bottom.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-kde/kdenlive-align-hor.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/align-horizontal-center.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-kde/kdenlive-align-left.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/align-horizontal-left.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-kde/kdenlive-align-right.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/align-horizontal-right.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-kde/kdenlive-align-top.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/align-vertical-top.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-kde/kdenlive-align-vert.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/align-vertical-center.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-kde/kdenlive-deleffect.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/edit-delete.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-kde/kdenlive-down.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/go-down.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-kde/kdenlive-hide-audio.svg: -------------------------------------------------------------------------------- 1 | ../../status/toolbar/audio-volume-muted.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-kde/kdenlive-lock.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/document-encrypted.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-kde/kdenlive-menu.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/application-menu.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-kde/kdenlive-select-rects.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/select-rectangular.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-kde/kdenlive-show-audio.svg: -------------------------------------------------------------------------------- 1 | ../../status/toolbar/audio-volume-high.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-kde/kdenlive-show-videothumb.svg: -------------------------------------------------------------------------------- 1 | kdenlive-show-video.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-kde/kdenlive-snap.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/snap-extension.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-kde/kdenlive-spacer-tool.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/transform-move.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-kde/kdenlive-unlock.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/document-decrypt.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-kde/kdenlive-up.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/go-up.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-kde/kdenlive-zoom-large.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/y-zoom-in.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-kde/kdenlive-zoom-small.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/zoom-out-y.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-kde/kt-bandwidth-scheduler.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/appointment-new.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-kde/kt-change-tracker.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/view-refresh.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-kde/kt-check-data.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/dialog-ok-apply.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-kde/kt-encrypted.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/document-encrypted.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-kde/kt-info-widget.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/help-about.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-kde/kt-pause.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/media-playback-pause.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-kde/kt-remove.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/list-remove.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-kde/kt-restore-defaults.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/document-revert.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-kde/kt-show-statusbar.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/show-menu.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-kde/kt-start.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/media-playback-start.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-kde/kt-stop.svg: -------------------------------------------------------------------------------- 1 | ../toolbar/media-playback-stop.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small-gtk/gtk-add.svg: -------------------------------------------------------------------------------- 1 | ../toolbar-small/list-add.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small-gtk/gtk-apply.svg: -------------------------------------------------------------------------------- 1 | ../toolbar-small/dialog-ok-apply.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small-gtk/gtk-bold.svg: -------------------------------------------------------------------------------- 1 | ../toolbar-small/format-text-bold.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small-gtk/gtk-cancel.svg: -------------------------------------------------------------------------------- 1 | ../toolbar-small/dialog-cancel.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small-gtk/gtk-clear.svg: -------------------------------------------------------------------------------- 1 | ../toolbar-small/edit-clear.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small-gtk/gtk-close.svg: -------------------------------------------------------------------------------- 1 | ../toolbar-small/window-close.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small-gtk/gtk-color-picker.svg: -------------------------------------------------------------------------------- 1 | ../toolbar-small/color-picker.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small-gtk/gtk-edit.svg: -------------------------------------------------------------------------------- 1 | ../toolbar-small/document-edit.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small-gtk/gtk-floppy.svg: -------------------------------------------------------------------------------- 1 | ../toolbar-small/document-save.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small-gtk/gtk-no.svg: -------------------------------------------------------------------------------- 1 | ../toolbar-small/window-close.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small-gtk/gtk-ok.svg: -------------------------------------------------------------------------------- 1 | ../toolbar-small/dialog-ok-apply.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small-gtk/gtk-preferences.svg: -------------------------------------------------------------------------------- 1 | ../toolbar-small/applications-system.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small-gtk/gtk-properties.svg: -------------------------------------------------------------------------------- 1 | ../toolbar-small/document-properties.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small-gtk/gtk-quit.svg: -------------------------------------------------------------------------------- 1 | ../toolbar-small/application-exit.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small-gtk/gtk-stop.svg: -------------------------------------------------------------------------------- 1 | ../toolbar-small/dialog-cancel.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small-gtk/gtk-undelete-ltr.svg: -------------------------------------------------------------------------------- 1 | ../toolbar-small/edit-undo.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small-gtk/gtk-undelete-rtl.svg: -------------------------------------------------------------------------------- 1 | ../toolbar-small/edit-redo.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small-gtk/gtk-yes.svg: -------------------------------------------------------------------------------- 1 | ../toolbar-small/dialog-ok-apply.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small/arrow-down.svg: -------------------------------------------------------------------------------- 1 | ./go-down.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small/bookmark-new-list.svg: -------------------------------------------------------------------------------- 1 | ./bookmark-new.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small/bookmark-toolbar.svg: -------------------------------------------------------------------------------- 1 | ./bookmark-new.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small/bookmarks-organize.svg: -------------------------------------------------------------------------------- 1 | ./bookmark-new.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small/checkbox.svg: -------------------------------------------------------------------------------- 1 | dialog-ok-apply.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small/configure-shortcuts.svg: -------------------------------------------------------------------------------- 1 | ../../categories/start-menu-medium/applications-system.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small/configure-toolbars.svg: -------------------------------------------------------------------------------- 1 | document-properties.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small/contact-new.svg: -------------------------------------------------------------------------------- 1 | list-add.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small/cursor-arrow.svg: -------------------------------------------------------------------------------- 1 | edit-select.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small/dialog-close.svg: -------------------------------------------------------------------------------- 1 | window-close.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small/dialog-ok.svg: -------------------------------------------------------------------------------- 1 | dialog-ok-apply.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small/document-close.svg: -------------------------------------------------------------------------------- 1 | ./application-exit.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small/document-encrypt.svg: -------------------------------------------------------------------------------- 1 | document-encrypted.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small/document-export-table.svg: -------------------------------------------------------------------------------- 1 | document-export.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small/document-open-folder.svg: -------------------------------------------------------------------------------- 1 | document-open.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small/document-preview.svg: -------------------------------------------------------------------------------- 1 | document-preview-archive.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small/document-print-frame.svg: -------------------------------------------------------------------------------- 1 | document-print.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small/document-properties.svg: -------------------------------------------------------------------------------- 1 | configure.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small/document-sign.svg: -------------------------------------------------------------------------------- 1 | document-edit.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small/download.svg: -------------------------------------------------------------------------------- 1 | document-save.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small/draw-arrow-down.svg: -------------------------------------------------------------------------------- 1 | ./go-down.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small/edit-clear-history.svg: -------------------------------------------------------------------------------- 1 | edit-clear.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small/edit-clear-list.svg: -------------------------------------------------------------------------------- 1 | ./edit-clear.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small/edit-clear-locationbar-ltr.svg: -------------------------------------------------------------------------------- 1 | edit-clear.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small/edit-clear-locationbar-rtl.svg: -------------------------------------------------------------------------------- 1 | ./edit-clear.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small/edit-delete-shred.svg: -------------------------------------------------------------------------------- 1 | edit-delete.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small/edit-find-mail.svg: -------------------------------------------------------------------------------- 1 | edit-find.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small/edit-find-project.svg: -------------------------------------------------------------------------------- 1 | edit-find.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small/edit-find-user.svg: -------------------------------------------------------------------------------- 1 | ./edit-find.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar-small/edit-rename.svg: -------------------------------------------------------------------------------- 1 | document-edit.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/TeX_logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/TeX_logo.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/acrobat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/acrobat.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/arrow-down-double.svg: -------------------------------------------------------------------------------- 1 | go-bottom.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/arrow-down.svg: -------------------------------------------------------------------------------- 1 | ./go-down.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/arrow-left-double.svg: -------------------------------------------------------------------------------- 1 | ./media-skip-backward.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/arrow-left.svg: -------------------------------------------------------------------------------- 1 | ./go-previous.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/arrow-right-double.svg: -------------------------------------------------------------------------------- 1 | ./media-skip-forward.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/arrow-right.svg: -------------------------------------------------------------------------------- 1 | ./go-next.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/arrow-up-double.svg: -------------------------------------------------------------------------------- 1 | go-top.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/arrow-up.svg: -------------------------------------------------------------------------------- 1 | ./go-up.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/auto-scale-all.svg: -------------------------------------------------------------------------------- 1 | zoom-fit-best.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/auto-scale-x.svg: -------------------------------------------------------------------------------- 1 | zoom-select-x.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/auto-scale-y.svg: -------------------------------------------------------------------------------- 1 | zoom-select-y.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/bookmark-new-list.svg: -------------------------------------------------------------------------------- 1 | ./bookmark-new.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/bookmark-toolbar.svg: -------------------------------------------------------------------------------- 1 | ./bookmark-new.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/bookmarks-organize.svg: -------------------------------------------------------------------------------- 1 | ./bookmark-new.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/call-start.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/call-start.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/call-stop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/call-stop.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/checkbox.svg: -------------------------------------------------------------------------------- 1 | dialog-ok-apply.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/chronometer-lap.svg: -------------------------------------------------------------------------------- 1 | chronometer.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/chronometer-reset.svg: -------------------------------------------------------------------------------- 1 | view-refresh.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/chronometer-start.svg: -------------------------------------------------------------------------------- 1 | player-time.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/chronometer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/chronometer.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/code-block.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/code-block.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/code-class.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/code-class.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/configure-shortcuts.svg: -------------------------------------------------------------------------------- 1 | ../../categories/start-menu-medium/applications-system.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/configure-toolbars.svg: -------------------------------------------------------------------------------- 1 | document-properties.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/configure.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/configure.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/contact-new.svg: -------------------------------------------------------------------------------- 1 | list-add.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/cursor-arrow.svg: -------------------------------------------------------------------------------- 1 | edit-select.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/debug-run.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/debug-run.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/dialog-close.svg: -------------------------------------------------------------------------------- 1 | window-close.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/dialog-ok.svg: -------------------------------------------------------------------------------- 1 | dialog-ok-apply.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/document-close.svg: -------------------------------------------------------------------------------- 1 | ./application-exit.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/document-edit-verify.svg: -------------------------------------------------------------------------------- 1 | document-preview-archive.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/document-encrypt.svg: -------------------------------------------------------------------------------- 1 | document-encrypted.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/document-export-table.svg: -------------------------------------------------------------------------------- 1 | document-export.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/document-open-folder.svg: -------------------------------------------------------------------------------- 1 | document-open.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/document-preview.svg: -------------------------------------------------------------------------------- 1 | document-preview-archive.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/document-print-frame.svg: -------------------------------------------------------------------------------- 1 | document-print.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/document-print-preview.svg: -------------------------------------------------------------------------------- 1 | document-preview-archive.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/document-properties.svg: -------------------------------------------------------------------------------- 1 | configure.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/document-sign.svg: -------------------------------------------------------------------------------- 1 | document-edit.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/documentation.svg: -------------------------------------------------------------------------------- 1 | address-book-new.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/documentinfo.svg: -------------------------------------------------------------------------------- 1 | help-about.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/download.svg: -------------------------------------------------------------------------------- 1 | document-save.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/draw-arrow-back.svg: -------------------------------------------------------------------------------- 1 | ./go-previous.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/draw-arrow-down.svg: -------------------------------------------------------------------------------- 1 | ./go-down.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/draw-arrow-forward.svg: -------------------------------------------------------------------------------- 1 | ./go-next.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/draw-arrow-up.svg: -------------------------------------------------------------------------------- 1 | ./go-up.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/draw-brush.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/draw-brush.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/draw-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/draw-circle.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/draw-cross.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/draw-cross.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/draw-donut.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/draw-donut.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/draw-eraser.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/draw-eraser.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/draw-line.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/draw-line.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/draw-path.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/draw-path.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/draw-spiral.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/draw-spiral.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/draw-star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/draw-star.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/draw-text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/draw-text.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/edit-bomb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/edit-bomb.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/edit-clear-history.svg: -------------------------------------------------------------------------------- 1 | edit-clear.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/edit-clear-list.svg: -------------------------------------------------------------------------------- 1 | ./edit-clear.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/edit-clear-locationbar-ltr.svg: -------------------------------------------------------------------------------- 1 | edit-clear.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/edit-clear-locationbar-rtl.svg: -------------------------------------------------------------------------------- 1 | ./edit-clear.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/edit-clear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/edit-clear.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/edit-copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/edit-copy.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/edit-cut.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/edit-cut.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/edit-delete-shred.svg: -------------------------------------------------------------------------------- 1 | edit-delete.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/edit-delete.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/edit-delete.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/edit-find-mail.svg: -------------------------------------------------------------------------------- 1 | edit-find.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/edit-find-project.svg: -------------------------------------------------------------------------------- 1 | edit-find.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/edit-find-user.svg: -------------------------------------------------------------------------------- 1 | ./edit-find.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/edit-find.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/edit-find.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/edit-guides.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/edit-guides.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/edit-link.svg: -------------------------------------------------------------------------------- 1 | ../../emblems/medium/emblem-symbolic-link.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/edit-node.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/edit-node.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/edit-paste.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/edit-paste.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/edit-redo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/edit-redo.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/edit-rename.svg: -------------------------------------------------------------------------------- 1 | document-edit.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/edit-select.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/edit-select.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/edit-undo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/edit-undo.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/file-zoom-in.svg: -------------------------------------------------------------------------------- 1 | zoom-in.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/file-zoom-out.svg: -------------------------------------------------------------------------------- 1 | zoom-out.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/fileview-preview.svg: -------------------------------------------------------------------------------- 1 | view-preview.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/fill-color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/fill-color.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/flag-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/flag-black.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/flag-blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/flag-blue.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/flag-green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/flag-green.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/flag-red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/flag-red.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/flag-yellow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/flag-yellow.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/flag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/flag.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/folder-new.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/folder-new.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/folder-sync.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/folder-sync.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/fork.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/fork.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/format-fill-color.svg: -------------------------------------------------------------------------------- 1 | fill-color.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/formula.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/formula.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/games-config-background.svg: -------------------------------------------------------------------------------- 1 | view-preview.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/games-config-custom.svg: -------------------------------------------------------------------------------- 1 | document-properties.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/games-config-options.svg: -------------------------------------------------------------------------------- 1 | ../../categories/start-menu-medium/applications-system.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/games-config-theme.svg: -------------------------------------------------------------------------------- 1 | draw-brush.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/games-endturn.svg: -------------------------------------------------------------------------------- 1 | dialog-ok.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/games-hint.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/games-hint.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/games-solve.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/games-solve.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/go-bottom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/go-bottom.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/go-down-search.svg: -------------------------------------------------------------------------------- 1 | go-bottom.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/go-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/go-down.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/go-first-view-page.svg: -------------------------------------------------------------------------------- 1 | go-first.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/go-first-view.svg: -------------------------------------------------------------------------------- 1 | go-first.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/go-first.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/go-first.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/go-home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/go-home.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/go-jump-locationbar.svg: -------------------------------------------------------------------------------- 1 | go-jump.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/go-jump-today.svg: -------------------------------------------------------------------------------- 1 | view-calendar.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/go-jump.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/go-jump.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/go-last-view-page.svg: -------------------------------------------------------------------------------- 1 | go-last.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/go-last-view.svg: -------------------------------------------------------------------------------- 1 | go-last.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/go-last.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/go-last.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/go-next-use.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/go-next-use.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/go-next-view-page.svg: -------------------------------------------------------------------------------- 1 | go-next.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/go-next-view.svg: -------------------------------------------------------------------------------- 1 | go-next.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/go-next.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/go-next.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/go-previous-view-page.svg: -------------------------------------------------------------------------------- 1 | go-previous.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/go-previous-view.svg: -------------------------------------------------------------------------------- 1 | go-previous.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/go-previous.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/go-previous.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/go-top.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/go-top.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/go-up-search.svg: -------------------------------------------------------------------------------- 1 | go-top.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/go-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/go-up.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/help-about.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/help-about.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/help-contents.svg: -------------------------------------------------------------------------------- 1 | ../../apps/software-medium/system-help.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/help-contextual.svg: -------------------------------------------------------------------------------- 1 | help-about.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/help-donate.svg: -------------------------------------------------------------------------------- 1 | taxes-finances.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/help-feedback.svg: -------------------------------------------------------------------------------- 1 | help-about.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/help-hint.svg: -------------------------------------------------------------------------------- 1 | help-about.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/identity.svg: -------------------------------------------------------------------------------- 1 | address-book-new.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/im-aim.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/im-aim.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/im-ban-user.svg: -------------------------------------------------------------------------------- 1 | ./list-remove.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/im-facebook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/im-facebook.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/im-gadugadu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/im-gadugadu.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/im-google.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/im-google.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/im-icq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/im-icq.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/im-jabber.svg: -------------------------------------------------------------------------------- 1 | games-hint.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/im-msn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/im-msn.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/im-qq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/im-qq.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/im-skype.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/im-skype.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/im-twitter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/im-twitter.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/im-user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/im-user.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/im-yahoo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/im-yahoo.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/insert-link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/insert-link.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/insert-text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/insert-text.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/irc-close-channel.svg: -------------------------------------------------------------------------------- 1 | window-close.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/irc-join-channel.svg: -------------------------------------------------------------------------------- 1 | list-add.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/irc-unvoice.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/irc-unvoice.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/list-add.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/list-add.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/list-remove.svg: -------------------------------------------------------------------------------- 1 | edit-delete.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/list-resource-add.svg: -------------------------------------------------------------------------------- 1 | list-add-user.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/mail-encrypted.svg: -------------------------------------------------------------------------------- 1 | mail-encrypted-full.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/mail-signed.svg: -------------------------------------------------------------------------------- 1 | mail-signed-full.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/measure.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/measure.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/meeting-attending.svg: -------------------------------------------------------------------------------- 1 | user-group-new.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/merge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/merge.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/object-locked.svg: -------------------------------------------------------------------------------- 1 | document-encrypted.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/object-unlocked.svg: -------------------------------------------------------------------------------- 1 | document-decrypt.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/page-zoom.svg: -------------------------------------------------------------------------------- 1 | ./zoom-fit-best.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/project-development-close-all.svg: -------------------------------------------------------------------------------- 1 | project-development-close.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/project-open.svg: -------------------------------------------------------------------------------- 1 | document-open.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/rating.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/rating.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/resource-group.svg: -------------------------------------------------------------------------------- 1 | user-group-new.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/roll.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/roll.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/services.svg: -------------------------------------------------------------------------------- 1 | flag-blue.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/shapes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/shapes.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/speaker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/speaker.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/split.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/split.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/stroke-cap-bevel.svg: -------------------------------------------------------------------------------- 1 | stroke-join-bevel.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/stroke-cap-miter.svg: -------------------------------------------------------------------------------- 1 | stroke-join-miter.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/system-lock-screen.svg: -------------------------------------------------------------------------------- 1 | document-encrypted.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/system-reboot.svg: -------------------------------------------------------------------------------- 1 | view-refresh.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/system-search.svg: -------------------------------------------------------------------------------- 1 | edit-find.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/tab-close-other.svg: -------------------------------------------------------------------------------- 1 | ./window-close.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/tab-close.svg: -------------------------------------------------------------------------------- 1 | ./window-close.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/tab-new.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/tab-new.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/table.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/table.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/tag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/tag.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/task-new.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/task-new.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/user-identity.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/user-properties.svg: -------------------------------------------------------------------------------- 1 | user-group-properties.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/view-calendar-day.svg: -------------------------------------------------------------------------------- 1 | view-calendar.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/view-calendar-holiday.svg: -------------------------------------------------------------------------------- 1 | ./bookmark-new.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/view-calendar-workweek.svg: -------------------------------------------------------------------------------- 1 | view-calendar-week.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/view-history.svg: -------------------------------------------------------------------------------- 1 | edit-find.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/view-pim-calendar.svg: -------------------------------------------------------------------------------- 1 | view-calendar.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/view-pim-contacts.svg: -------------------------------------------------------------------------------- 1 | address-book-new.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/x-zoom-in.svg: -------------------------------------------------------------------------------- 1 | zoom-in-x.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/x-zoom-out.svg: -------------------------------------------------------------------------------- 1 | zoom-out-x.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/xy-curve.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/xy-curve.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/y-zoom-out.svg: -------------------------------------------------------------------------------- 1 | zoom-out-y.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/zoom-draw.svg: -------------------------------------------------------------------------------- 1 | zoom-fit-best.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/zoom-in-y.svg: -------------------------------------------------------------------------------- 1 | y-zoom-in.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/zoom-in.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/zoom-in.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/zoom-out.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/actions/toolbar/zoom-out.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/actions/toolbar/zoom-select.svg: -------------------------------------------------------------------------------- 1 | zoom-fit-best.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/preferences/baloo.svg: -------------------------------------------------------------------------------- 1 | preferences-desktop-baloo.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/preferences/face-smile.svg: -------------------------------------------------------------------------------- 1 | preferences-desktop-emoticons.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/preferences/gtkconfig.svg: -------------------------------------------------------------------------------- 1 | preferences-gtk-config.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/preferences/kdeconnect.svg: -------------------------------------------------------------------------------- 1 | preferences-kde-connect.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/preferences/plasma.svg: -------------------------------------------------------------------------------- 1 | preferences-desktop-plasma.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software-medium/kde.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software-medium/kde.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/acroread.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/acroread.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/amarok.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/amarok.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/ark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/ark.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/bleachbit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/bleachbit.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/calamares.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/calamares.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/cantata.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/cantata.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/cantor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/cantor.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/cuttlefish.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/cuttlefish.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/diffuse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/diffuse.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/digikam.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/digikam.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/filelight.svg: -------------------------------------------------------------------------------- 1 | gparted.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/gimp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/gimp.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/gparted.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/gparted.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/gpick.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/gpick.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/gtkhash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/gtkhash.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/gwenview.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/gwenview.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/help-browser.svg: -------------------------------------------------------------------------------- 1 | system-help.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/htop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/htop.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/inkscape.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/inkscape.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/juk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/juk.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/k3b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/k3b.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/kamoso.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/kamoso.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/kate.svg: -------------------------------------------------------------------------------- 1 | accessories-text-editor.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/kcalc.svg: -------------------------------------------------------------------------------- 1 | accessories-calculator.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/kcolorchooser.svg: -------------------------------------------------------------------------------- 1 | gpick.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/kdevelop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/kdevelop.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/kdots.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/kdots.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/kfind.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/kfind.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/kget.svg: -------------------------------------------------------------------------------- 1 | ktorrent.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/klipper.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/klipper.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/kmag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/kmag.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/kmail.svg: -------------------------------------------------------------------------------- 1 | mail-client.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/kmix.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/kmix.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/kmouth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/kmouth.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/kopete.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/kopete.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/krename.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/krename.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/kronometer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/kronometer.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/ksnapshot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/ksnapshot.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/ktip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/ktip.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/ktorrent.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/ktorrent.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/labplot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/labplot.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/muon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/muon.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/okteta.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/okteta.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/okular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/okular.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/partitionmanager.svg: -------------------------------------------------------------------------------- 1 | gparted.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/qtcreator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/qtcreator.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/quassel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/quassel.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/sublime.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/sublime.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/systemsettings.svg: -------------------------------------------------------------------------------- 1 | preferences-system.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/ubiquity.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/ubiquity.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/unetbootin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/unetbootin.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/utilities-file-archiver.svg: -------------------------------------------------------------------------------- 1 | ark.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/virtualbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/virtualbox.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/vlc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/vlc.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/vokoscreen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/vokoscreen.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/xchat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/xchat.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/apps/software/yakuake.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/apps/software/yakuake.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/categories/start-menu/applications-multimedia.svg: -------------------------------------------------------------------------------- 1 | ../../apps/preferences/preferences-desktop-multimedia.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/categories/start-menu/applications-other.svg: -------------------------------------------------------------------------------- 1 | ../../apps/preferences/preferences-other.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/categories/start-menu/applications-system.svg: -------------------------------------------------------------------------------- 1 | ../../apps/preferences/preferences-desktop.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/devices/sidebars/kdeconnect.svg: -------------------------------------------------------------------------------- 1 | smartphone.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/emotes/faces/face-angel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/emotes/faces/face-angel.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/emotes/faces/face-angry.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/emotes/faces/face-angry.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/emotes/faces/face-clown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/emotes/faces/face-clown.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/emotes/faces/face-cool.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/emotes/faces/face-cool.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/emotes/faces/face-crying.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/emotes/faces/face-crying.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/emotes/faces/face-kiss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/emotes/faces/face-kiss.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/emotes/faces/face-ninja.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/emotes/faces/face-ninja.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/emotes/faces/face-pirate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/emotes/faces/face-pirate.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/emotes/faces/face-plain.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/emotes/faces/face-plain.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/emotes/faces/face-quiet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/emotes/faces/face-quiet.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/emotes/faces/face-sad.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/emotes/faces/face-sad.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/emotes/faces/face-sick.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/emotes/faces/face-sick.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/emotes/faces/face-smile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/emotes/faces/face-smile.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/emotes/faces/face-smirk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/emotes/faces/face-smirk.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/emotes/faces/face-wink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/emotes/faces/face-wink.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/emotes/faces/face-yawn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/emotes/faces/face-yawn.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/emotes/food/drink-beer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/emotes/food/drink-beer.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/emotes/food/food-cake.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/emotes/food/food-cake.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/mimetypes/LICENSE -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-msword-template.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.text-template.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-msword.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-pgp-keys.svg: -------------------------------------------------------------------------------- 1 | application-x-pem-key.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-pgp-signature.svg: -------------------------------------------------------------------------------- 1 | application-pgp.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-pkcs7-mime.svg: -------------------------------------------------------------------------------- 1 | application-x-pem-key.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-pkcs7-signature.svg: -------------------------------------------------------------------------------- 1 | application-pgp.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-relaxng.svg: -------------------------------------------------------------------------------- 1 | text-html.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-rss+xml.svg: -------------------------------------------------------------------------------- 1 | application-atom+xml.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-rtf.svg: -------------------------------------------------------------------------------- 1 | text-rtf.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-sxw.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-vnd-google-earth-kml.svg: -------------------------------------------------------------------------------- 1 | text-xml.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-vnd.ms-access.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.database.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-vnd.ms-excel.svg: -------------------------------------------------------------------------------- 1 | x-office-spreadsheet.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-vnd.ms-powerpoint.svg: -------------------------------------------------------------------------------- 1 | x-office-presentation.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-vnd.oasis.opendocument.draw.template.svg: -------------------------------------------------------------------------------- 1 | application-vnd.sun.xml.draw.template.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-vnd.oasis.opendocument.drawing.svg: -------------------------------------------------------------------------------- 1 | libreoffice-drawing.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-vnd.oasis.opendocument.graphics.svg: -------------------------------------------------------------------------------- 1 | x-office-drawing.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-vnd.oasis.opendocument.image.svg: -------------------------------------------------------------------------------- 1 | image-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-vnd.oasis.opendocument.presentation.svg: -------------------------------------------------------------------------------- 1 | x-office-presentation.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-vnd.oasis.opendocument.spreadsheet.svg: -------------------------------------------------------------------------------- 1 | x-office-spreadsheet.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-vnd.oasis.opendocument.text-master.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-vnd.oasis.opendocument.text.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-vnd.rn-realmedia.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-vnd.stardivision.calc.svg: -------------------------------------------------------------------------------- 1 | x-office-spreadsheet.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-vnd.stardivision.draw.svg: -------------------------------------------------------------------------------- 1 | x-office-drawing.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-vnd.stardivision.mail.svg: -------------------------------------------------------------------------------- 1 | message-rfc822.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-vnd.stardivision.math.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.formula.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-vnd.sun.xml.calc.svg: -------------------------------------------------------------------------------- 1 | x-office-spreadsheet.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-vnd.sun.xml.calc.template.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.spreadsheet-template.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-vnd.sun.xml.draw.svg: -------------------------------------------------------------------------------- 1 | x-office-drawing.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-vnd.sun.xml.impress.svg: -------------------------------------------------------------------------------- 1 | x-office-presentation.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-vnd.sun.xml.math.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.formula.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-vnd.sun.xml.writer.global.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-vnd.sun.xml.writer.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-vnd.sun.xml.writer.template.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.text-template.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-vnd.wordperfect.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-abiword.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-applix-spreadsheet.svg: -------------------------------------------------------------------------------- 1 | x-office-spreadsheet.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-applix-word.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-archive.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-compress.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-cue.svg: -------------------------------------------------------------------------------- 1 | application-x-cd-image.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-egon.svg: -------------------------------------------------------------------------------- 1 | ./image-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-flash-video.svg: -------------------------------------------------------------------------------- 1 | application-x-shockwave-flash.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-font-pcf.svg: -------------------------------------------------------------------------------- 1 | application-x-font-bdf.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-font-snf.svg: -------------------------------------------------------------------------------- 1 | application-x-font-bdf.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-gnumeric.svg: -------------------------------------------------------------------------------- 1 | x-office-spreadsheet.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-iso.svg: -------------------------------------------------------------------------------- 1 | application-x-cd-image.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-it87.svg: -------------------------------------------------------------------------------- 1 | application-vnd.iccprofile.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-jar.svg: -------------------------------------------------------------------------------- 1 | application-x-java-archive.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-java-applet.svg: -------------------------------------------------------------------------------- 1 | application-x-java.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-k3b.svg: -------------------------------------------------------------------------------- 1 | application-x-cd-image.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-kcsrc.svg: -------------------------------------------------------------------------------- 1 | application-vnd.iccprofile.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-kexiproject-sqlite.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.database.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-kexiproject-sqlite2.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.database.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-kexiproject-sqlite3.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.database.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-kformula.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.formula.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-kgetlist.svg: -------------------------------------------------------------------------------- 1 | application-x-bittorrent.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-kontour.svg: -------------------------------------------------------------------------------- 1 | x-office-drawing.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-kword.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-m4.svg: -------------------------------------------------------------------------------- 1 | application-x-executable.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-mimearchive.svg: -------------------------------------------------------------------------------- 1 | text-html.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-mplayer2.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-ms-dos-executable.svg: -------------------------------------------------------------------------------- 1 | application-x-executable.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-mswinurl.svg: -------------------------------------------------------------------------------- 1 | text-html.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-mswrite.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-object.svg: -------------------------------------------------------------------------------- 1 | application-octet-stream.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-pak.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-quattropro.svg: -------------------------------------------------------------------------------- 1 | x-office-spreadsheet.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-raw-disk-image.svg: -------------------------------------------------------------------------------- 1 | application-x-cd-image.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-sharedlib.svg: -------------------------------------------------------------------------------- 1 | application-octet-stream.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-shellscript.svg: -------------------------------------------------------------------------------- 1 | text-x-script.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-siag.svg: -------------------------------------------------------------------------------- 1 | application-vnd.sun.xml.calc.template.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-sqlite2.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.database.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-sqlite3.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.database.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-tgif.svg: -------------------------------------------------------------------------------- 1 | x-office-drawing.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-troff-man.svg: -------------------------------------------------------------------------------- 1 | application-epub+zip.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-x-zoo.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-xhtml+xml.svg: -------------------------------------------------------------------------------- 1 | text-xml.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-xml.svg: -------------------------------------------------------------------------------- 1 | text-xml.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-xsd.svg: -------------------------------------------------------------------------------- 1 | text-xml.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/application-xslt+xml.svg: -------------------------------------------------------------------------------- 1 | text-xml.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/audio-ac3.svg: -------------------------------------------------------------------------------- 1 | audio-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/audio-mp2.svg: -------------------------------------------------------------------------------- 1 | audio-x-mpeg.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/audio-mp3.svg: -------------------------------------------------------------------------------- 1 | audio-x-mpeg.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/audio-mp4.svg: -------------------------------------------------------------------------------- 1 | audio-x-mpeg.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/audio-vn.rn-realmedia.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/audio-vnd.rn-realvideo.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/audio-x-adpcm.svg: -------------------------------------------------------------------------------- 1 | audio-x-wav.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/audio-x-aiff.svg: -------------------------------------------------------------------------------- 1 | audio-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/audio-x-flac+ogg.svg: -------------------------------------------------------------------------------- 1 | application-ogg.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/audio-x-monkey.svg: -------------------------------------------------------------------------------- 1 | audio-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/audio-x-mp2.svg: -------------------------------------------------------------------------------- 1 | audio-x-mpeg.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/audio-x-speex+ogg.svg: -------------------------------------------------------------------------------- 1 | application-ogg.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/fonts-package.svg: -------------------------------------------------------------------------------- 1 | application-x-font-ttf.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/image-ico.svg: -------------------------------------------------------------------------------- 1 | image-x-ico.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/image-jpeg2000.svg: -------------------------------------------------------------------------------- 1 | image-jpeg.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/image-svg+xml.svg: -------------------------------------------------------------------------------- 1 | x-office-drawing.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/image-vnd.adobe.photoshop.svg: -------------------------------------------------------------------------------- 1 | image-x-psd.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/image-vnd.microsoft.icon.svg: -------------------------------------------------------------------------------- 1 | image-x-ico.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/image-x-compressed-xcf.svg: -------------------------------------------------------------------------------- 1 | image-x-xcf.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/image-x-emf.svg: -------------------------------------------------------------------------------- 1 | application-x-wmf.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/image-x-eps.svg: -------------------------------------------------------------------------------- 1 | application-postscript.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/image-x-icon.svg: -------------------------------------------------------------------------------- 1 | image-x-ico.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/image-x-krita.svg: -------------------------------------------------------------------------------- 1 | application-x-krita.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/image-x-portable-bitmap.svg: -------------------------------------------------------------------------------- 1 | image-bmp.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/image-x-psdimage-x-psd.svg: -------------------------------------------------------------------------------- 1 | image-x-psd.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/image-x-svg+xml.svg: -------------------------------------------------------------------------------- 1 | x-office-drawing.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/image-x-win-bitmap.svg: -------------------------------------------------------------------------------- 1 | image-bmp.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/image-x-win-bmp.svg: -------------------------------------------------------------------------------- 1 | image-bmp.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/image-x-wmf.svg: -------------------------------------------------------------------------------- 1 | application-x-wmf.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/image-x-xfig.svg: -------------------------------------------------------------------------------- 1 | x-office-drawing.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/inode-directory.svg: -------------------------------------------------------------------------------- 1 | ../../places/user-folders-small/folder.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/libreoffice-database.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.database.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/libreoffice-drawing-template.svg: -------------------------------------------------------------------------------- 1 | application-vnd.sun.xml.draw.template.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/libreoffice-drawing.svg: -------------------------------------------------------------------------------- 1 | x-office-drawing.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/libreoffice-formula.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.formula.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/libreoffice-oasis-database.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.database.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/libreoffice-oasis-drawing-template.svg: -------------------------------------------------------------------------------- 1 | libreoffice-drawing-template.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/libreoffice-oasis-drawing.svg: -------------------------------------------------------------------------------- 1 | libreoffice-drawing.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/libreoffice-oasis-formula.svg: -------------------------------------------------------------------------------- 1 | libreoffice-formula.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/libreoffice-oasis-presentation.svg: -------------------------------------------------------------------------------- 1 | x-office-presentation.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/libreoffice-oasis-spreadsheet-template.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.spreadsheet-template.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/libreoffice-oasis-spreadsheet.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.spreadsheet.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/libreoffice-oasis-text-template.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.text-template.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/libreoffice-oasis-text.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.text-master.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/libreoffice-oasis-web-template.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.web-template.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/libreoffice-presentation-template.svg: -------------------------------------------------------------------------------- 1 | libreoffice-oasis-presentation-template.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/libreoffice-presentation.svg: -------------------------------------------------------------------------------- 1 | libreoffice-oasis-presentation.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/libreoffice-spreadsheet-template.svg: -------------------------------------------------------------------------------- 1 | libreoffice-oasis-spreadsheet-template.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/libreoffice-spreadsheet.svg: -------------------------------------------------------------------------------- 1 | libreoffice-oasis-spreadsheet.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/libreoffice-text-template.svg: -------------------------------------------------------------------------------- 1 | libreoffice-oasis-text-template.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/libreoffice-text.svg: -------------------------------------------------------------------------------- 1 | libreoffice-oasis-text.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/message-x-gnu-rmail.svg: -------------------------------------------------------------------------------- 1 | message-rfc822.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/message.svg: -------------------------------------------------------------------------------- 1 | message-rfc822.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/odf.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-calendar.svg: -------------------------------------------------------------------------------- 1 | x-office-calendar.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-csharp.svg: -------------------------------------------------------------------------------- 1 | text-x-csharp.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-directory.svg: -------------------------------------------------------------------------------- 1 | x-office-contact.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-enriched.svg: -------------------------------------------------------------------------------- 1 | text-rtf.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-mathml.svg: -------------------------------------------------------------------------------- 1 | text-xml.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-plain.svg: -------------------------------------------------------------------------------- 1 | text-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-rdf+xml.svg: -------------------------------------------------------------------------------- 1 | text-xml.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-rdf.svg: -------------------------------------------------------------------------------- 1 | text-rtf.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-sgml.svg: -------------------------------------------------------------------------------- 1 | text-xml.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-troff.svg: -------------------------------------------------------------------------------- 1 | application-epub+zip.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-vcalendar.svg: -------------------------------------------------------------------------------- 1 | x-office-calendar.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-vnd.abc.svg: -------------------------------------------------------------------------------- 1 | text-rtf.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-vnd.wap.wml.svg: -------------------------------------------------------------------------------- 1 | text-xml.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-x-bibtex.svg: -------------------------------------------------------------------------------- 1 | text-x-tex.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-x-cmake.svg: -------------------------------------------------------------------------------- 1 | application-x-executable.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-x-copying.svg: -------------------------------------------------------------------------------- 1 | text-x-authors.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-x-credits.svg: -------------------------------------------------------------------------------- 1 | text-x-authors.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-x-dtd.svg: -------------------------------------------------------------------------------- 1 | text-vnd.wap.wml.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-x-generic.svapplication-x-awk.svg: -------------------------------------------------------------------------------- 1 | text-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-x-java-source.svg: -------------------------------------------------------------------------------- 1 | application-x-java.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-x-java.svg: -------------------------------------------------------------------------------- 1 | application-x-java.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-x-javascript.svg: -------------------------------------------------------------------------------- 1 | application-x-javascript.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-x-katefilelist.svg: -------------------------------------------------------------------------------- 1 | text-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-x-ldif.svg: -------------------------------------------------------------------------------- 1 | x-office-contact.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-x-lilypond.svg: -------------------------------------------------------------------------------- 1 | text-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-x-log.svg: -------------------------------------------------------------------------------- 1 | text-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-x-makefile.svg: -------------------------------------------------------------------------------- 1 | application-x-executable.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-x-nfo.svg: -------------------------------------------------------------------------------- 1 | text-x-texinfo.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-x-objchdr.svg: -------------------------------------------------------------------------------- 1 | text-x-chdr.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-x-objcsrc.svg: -------------------------------------------------------------------------------- 1 | text-x-csrc.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-x-opml+xml.svg: -------------------------------------------------------------------------------- 1 | application-atom+xml.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-x-opml.svg: -------------------------------------------------------------------------------- 1 | text-x-opml+xml.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-x-plain.svg: -------------------------------------------------------------------------------- 1 | text-plain.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-x-python.svg: -------------------------------------------------------------------------------- 1 | application-x-python-bytecode.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-x-readme.svg: -------------------------------------------------------------------------------- 1 | text-x-texinfo.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-x-sql.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.database.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-x-vcard.svg: -------------------------------------------------------------------------------- 1 | x-office-contact.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-x-xslfo.svg: -------------------------------------------------------------------------------- 1 | text-xml.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/text-xmcd.svg: -------------------------------------------------------------------------------- 1 | application-x-cda.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/unknown.svg: -------------------------------------------------------------------------------- 1 | application-x-zerosize.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/uri-mms.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/uri-mmst.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/uri-pnm.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/uri-rtspt.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/uri-rtspu.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/video-vivo.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/video-vnd.rn-realvideo.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/video-wavelet.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/video-x-anim.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/video-x-flic.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/video-x-flv.svg: -------------------------------------------------------------------------------- 1 | application-x-flash-video.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/video-x-google-vlc-plugin.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/video-x-javafx.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/video-x-mng.svg: -------------------------------------------------------------------------------- 1 | image-png.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/video-x-ms-wmp.svg: -------------------------------------------------------------------------------- 1 | video-x-wmv.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/video-x-ms-wmv.svg: -------------------------------------------------------------------------------- 1 | video-x-wmv.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/video-x-msvideo.svg: -------------------------------------------------------------------------------- 1 | video-x-wmv.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/video-x-theora+ogg.svg: -------------------------------------------------------------------------------- 1 | video-x-ogm+ogg.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/x-mail-distribution-list.svg: -------------------------------------------------------------------------------- 1 | x-office-contact.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types-small/x-office-address-book.svg: -------------------------------------------------------------------------------- 1 | application-epub+zip.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-msword-template.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.text-template.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-msword.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-pgp-keys.svg: -------------------------------------------------------------------------------- 1 | application-x-pem-key.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-pgp-signature.svg: -------------------------------------------------------------------------------- 1 | application-pgp.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-pkcs7-mime.svg: -------------------------------------------------------------------------------- 1 | application-x-pem-key.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-pkcs7-signature.svg: -------------------------------------------------------------------------------- 1 | application-pgp.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-relaxng.svg: -------------------------------------------------------------------------------- 1 | text-html.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-rss+xml.svg: -------------------------------------------------------------------------------- 1 | application-atom+xml.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-rtf.svg: -------------------------------------------------------------------------------- 1 | text-rtf.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-sxw.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-vnd-google-earth-kml.svg: -------------------------------------------------------------------------------- 1 | text-xml.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-vnd.ms-access.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.database.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-vnd.ms-excel.svg: -------------------------------------------------------------------------------- 1 | x-office-spreadsheet.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-vnd.ms-powerpoint.svg: -------------------------------------------------------------------------------- 1 | x-office-presentation.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-vnd.oasis.opendocument.draw.template.svg: -------------------------------------------------------------------------------- 1 | application-vnd.sun.xml.draw.template.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-vnd.oasis.opendocument.drawing.svg: -------------------------------------------------------------------------------- 1 | libreoffice-drawing.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-vnd.oasis.opendocument.drawing.template.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.draw.template.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-vnd.oasis.opendocument.graphics.svg: -------------------------------------------------------------------------------- 1 | x-office-drawing.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-vnd.oasis.opendocument.image.svg: -------------------------------------------------------------------------------- 1 | image-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-vnd.oasis.opendocument.presentation.svg: -------------------------------------------------------------------------------- 1 | x-office-presentation.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-vnd.oasis.opendocument.spreadsheet.svg: -------------------------------------------------------------------------------- 1 | x-office-spreadsheet.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-vnd.oasis.opendocument.text-master.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-vnd.oasis.opendocument.text.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-vnd.rn-realmedia.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-vnd.stardivision.calc.svg: -------------------------------------------------------------------------------- 1 | x-office-spreadsheet.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-vnd.stardivision.draw.svg: -------------------------------------------------------------------------------- 1 | x-office-drawing.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-vnd.stardivision.mail.svg: -------------------------------------------------------------------------------- 1 | message-rfc822.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-vnd.stardivision.math.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.formula.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-vnd.sun.xml.calc.svg: -------------------------------------------------------------------------------- 1 | x-office-spreadsheet.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-vnd.sun.xml.calc.template.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.spreadsheet-template.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-vnd.sun.xml.draw.svg: -------------------------------------------------------------------------------- 1 | x-office-drawing.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-vnd.sun.xml.impress.svg: -------------------------------------------------------------------------------- 1 | x-office-presentation.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-vnd.sun.xml.impress.template.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.presentation-template.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-vnd.sun.xml.math.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.formula.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-vnd.sun.xml.writer.global.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-vnd.sun.xml.writer.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-vnd.sun.xml.writer.template.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.text-template.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-vnd.wordperfect.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-abiword.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-applix-spreadsheet.svg: -------------------------------------------------------------------------------- 1 | x-office-spreadsheet.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-applix-word.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-archive.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-compress.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-cue.svg: -------------------------------------------------------------------------------- 1 | application-x-cd-image.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-egon.svg: -------------------------------------------------------------------------------- 1 | ./image-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-flash-video.svg: -------------------------------------------------------------------------------- 1 | application-x-shockwave-flash.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-font-pcf.svg: -------------------------------------------------------------------------------- 1 | application-x-font-bdf.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-font-snf.svg: -------------------------------------------------------------------------------- 1 | application-x-font-bdf.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-gnumeric.svg: -------------------------------------------------------------------------------- 1 | x-office-spreadsheet.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-iso.svg: -------------------------------------------------------------------------------- 1 | application-x-cd-image.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-it87.svg: -------------------------------------------------------------------------------- 1 | application-vnd.iccprofile.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-jar.svg: -------------------------------------------------------------------------------- 1 | application-x-java-archive.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-java-applet.svg: -------------------------------------------------------------------------------- 1 | application-x-java.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-k3b.svg: -------------------------------------------------------------------------------- 1 | application-x-cd-image.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-kcsrc.svg: -------------------------------------------------------------------------------- 1 | application-vnd.iccprofile.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-kexiproject-sqlite.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.database.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-kexiproject-sqlite2.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.database.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-kexiproject-sqlite3.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.database.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-kformula.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.formula.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-kgetlist.svg: -------------------------------------------------------------------------------- 1 | application-x-bittorrent.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-kontour.svg: -------------------------------------------------------------------------------- 1 | x-office-drawing.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-kword.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-m4.svg: -------------------------------------------------------------------------------- 1 | application-x-executable.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-mimearchive.svg: -------------------------------------------------------------------------------- 1 | text-html.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-mplayer2.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-ms-dos-executable.svg: -------------------------------------------------------------------------------- 1 | application-x-executable.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-mswinurl.svg: -------------------------------------------------------------------------------- 1 | text-html.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-mswrite.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-object.svg: -------------------------------------------------------------------------------- 1 | application-octet-stream.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-pak.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-quattropro.svg: -------------------------------------------------------------------------------- 1 | x-office-spreadsheet.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-raw-disk-image.svg: -------------------------------------------------------------------------------- 1 | application-x-cd-image.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-sharedlib.svg: -------------------------------------------------------------------------------- 1 | application-octet-stream.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-shellscript.svg: -------------------------------------------------------------------------------- 1 | text-x-script.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-siag.svg: -------------------------------------------------------------------------------- 1 | application-vnd.sun.xml.calc.template.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-sqlite2.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.database.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-sqlite3.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.database.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-tgif.svg: -------------------------------------------------------------------------------- 1 | x-office-drawing.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-troff-man.svg: -------------------------------------------------------------------------------- 1 | application-epub+zip.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-x-zoo.svg: -------------------------------------------------------------------------------- 1 | package-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-xhtml+xml.svg: -------------------------------------------------------------------------------- 1 | text-xml.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-xml.svg: -------------------------------------------------------------------------------- 1 | text-xml.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-xsd.svg: -------------------------------------------------------------------------------- 1 | text-xml.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/application-xslt+xml.svg: -------------------------------------------------------------------------------- 1 | text-xml.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/audio-ac3.svg: -------------------------------------------------------------------------------- 1 | audio-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/audio-mp2.svg: -------------------------------------------------------------------------------- 1 | audio-x-mpeg.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/audio-mp3.svg: -------------------------------------------------------------------------------- 1 | audio-x-mpeg.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/audio-mp4.svg: -------------------------------------------------------------------------------- 1 | audio-x-mpeg.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/audio-vn.rn-realmedia.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/audio-vnd.rn-realvideo.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/audio-x-adpcm.svg: -------------------------------------------------------------------------------- 1 | audio-x-wav.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/audio-x-aiff.svg: -------------------------------------------------------------------------------- 1 | audio-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/audio-x-flac+ogg.svg: -------------------------------------------------------------------------------- 1 | application-ogg.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/audio-x-monkey.svg: -------------------------------------------------------------------------------- 1 | audio-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/audio-x-mp2.svg: -------------------------------------------------------------------------------- 1 | audio-x-mpeg.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/audio-x-speex+ogg.svg: -------------------------------------------------------------------------------- 1 | application-ogg.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/fonts-package.svg: -------------------------------------------------------------------------------- 1 | application-x-font-ttf.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/image-ico.svg: -------------------------------------------------------------------------------- 1 | image-x-ico.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/image-jpeg2000.svg: -------------------------------------------------------------------------------- 1 | image-jpeg.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/image-svg+xml.svg: -------------------------------------------------------------------------------- 1 | x-office-drawing.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/image-vnd.adobe.photoshop.svg: -------------------------------------------------------------------------------- 1 | image-x-psd.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/image-vnd.microsoft.icon.svg: -------------------------------------------------------------------------------- 1 | image-x-ico.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/image-x-compressed-xcf.svg: -------------------------------------------------------------------------------- 1 | image-x-xcf.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/image-x-emf.svg: -------------------------------------------------------------------------------- 1 | application-x-wmf.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/image-x-eps.svg: -------------------------------------------------------------------------------- 1 | application-postscript.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/image-x-icon.svg: -------------------------------------------------------------------------------- 1 | image-x-ico.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/image-x-krita.svg: -------------------------------------------------------------------------------- 1 | application-x-krita.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/image-x-portable-bitmap.svg: -------------------------------------------------------------------------------- 1 | image-bmp.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/image-x-psdimage-x-psd.svg: -------------------------------------------------------------------------------- 1 | image-x-psd.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/image-x-svg+xml.svg: -------------------------------------------------------------------------------- 1 | x-office-drawing.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/image-x-win-bitmap.svg: -------------------------------------------------------------------------------- 1 | image-bmp.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/image-x-win-bmp.svg: -------------------------------------------------------------------------------- 1 | image-bmp.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/image-x-wmf.svg: -------------------------------------------------------------------------------- 1 | application-x-wmf.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/image-x-xfig.svg: -------------------------------------------------------------------------------- 1 | x-office-drawing.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/inode-directory.svg: -------------------------------------------------------------------------------- 1 | ../../places/user-folders/folder.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/libreoffice-database.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.database.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/libreoffice-drawing-template.svg: -------------------------------------------------------------------------------- 1 | application-vnd.sun.xml.draw.template.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/libreoffice-drawing.svg: -------------------------------------------------------------------------------- 1 | x-office-drawing.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/libreoffice-formula.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.formula.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/libreoffice-oasis-database.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.database.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/libreoffice-oasis-drawing-template.svg: -------------------------------------------------------------------------------- 1 | libreoffice-drawing-template.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/libreoffice-oasis-drawing.svg: -------------------------------------------------------------------------------- 1 | libreoffice-drawing.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/libreoffice-oasis-formula.svg: -------------------------------------------------------------------------------- 1 | libreoffice-formula.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/libreoffice-oasis-presentation-template.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.presentation-template.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/libreoffice-oasis-presentation.svg: -------------------------------------------------------------------------------- 1 | x-office-presentation.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/libreoffice-oasis-spreadsheet-template.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.spreadsheet-template.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/libreoffice-oasis-spreadsheet.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.spreadsheet.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/libreoffice-oasis-text-template.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.text-template.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/libreoffice-oasis-text.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.text-master.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/libreoffice-oasis-web-template.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.web-template.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/libreoffice-presentation-template.svg: -------------------------------------------------------------------------------- 1 | libreoffice-oasis-presentation-template.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/libreoffice-presentation.svg: -------------------------------------------------------------------------------- 1 | libreoffice-oasis-presentation.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/libreoffice-spreadsheet-template.svg: -------------------------------------------------------------------------------- 1 | libreoffice-oasis-spreadsheet-template.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/libreoffice-spreadsheet.svg: -------------------------------------------------------------------------------- 1 | libreoffice-oasis-spreadsheet.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/libreoffice-text-template.svg: -------------------------------------------------------------------------------- 1 | libreoffice-oasis-text-template.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/libreoffice-text.svg: -------------------------------------------------------------------------------- 1 | libreoffice-oasis-text.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/message-x-gnu-rmail.svg: -------------------------------------------------------------------------------- 1 | message-rfc822.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/message.svg: -------------------------------------------------------------------------------- 1 | message-rfc822.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/odf.svg: -------------------------------------------------------------------------------- 1 | x-office-document.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-calendar.svg: -------------------------------------------------------------------------------- 1 | x-office-calendar.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-csharp.svg: -------------------------------------------------------------------------------- 1 | text-x-csharp.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-directory.svg: -------------------------------------------------------------------------------- 1 | x-office-contact.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-enriched.svg: -------------------------------------------------------------------------------- 1 | text-rtf.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-mathml.svg: -------------------------------------------------------------------------------- 1 | text-xml.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-plain.svg: -------------------------------------------------------------------------------- 1 | text-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-rdf+xml.svg: -------------------------------------------------------------------------------- 1 | text-xml.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-rdf.svg: -------------------------------------------------------------------------------- 1 | text-rtf.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-sgml.svg: -------------------------------------------------------------------------------- 1 | text-xml.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-troff.svg: -------------------------------------------------------------------------------- 1 | application-epub+zip.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-vcalendar.svg: -------------------------------------------------------------------------------- 1 | x-office-calendar.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-vnd.abc.svg: -------------------------------------------------------------------------------- 1 | text-rtf.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-vnd.wap.wml.svg: -------------------------------------------------------------------------------- 1 | text-xml.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-x-bibtex.svg: -------------------------------------------------------------------------------- 1 | text-x-tex.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-x-cmake.svg: -------------------------------------------------------------------------------- 1 | application-x-executable.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-x-copying.svg: -------------------------------------------------------------------------------- 1 | text-x-authors.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-x-credits.svg: -------------------------------------------------------------------------------- 1 | text-x-authors.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-x-dtd.svg: -------------------------------------------------------------------------------- 1 | text-vnd.wap.wml.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-x-generic.svapplication-x-awk.svg: -------------------------------------------------------------------------------- 1 | text-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-x-java-source.svg: -------------------------------------------------------------------------------- 1 | application-x-java.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-x-java.svg: -------------------------------------------------------------------------------- 1 | application-x-java.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-x-javascript.svg: -------------------------------------------------------------------------------- 1 | application-x-javascript.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-x-katefilelist.svg: -------------------------------------------------------------------------------- 1 | text-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-x-ldif.svg: -------------------------------------------------------------------------------- 1 | x-office-contact.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-x-lilypond.svg: -------------------------------------------------------------------------------- 1 | text-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-x-log.svg: -------------------------------------------------------------------------------- 1 | text-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-x-makefile.svg: -------------------------------------------------------------------------------- 1 | application-x-executable.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-x-nfo.svg: -------------------------------------------------------------------------------- 1 | text-x-texinfo.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-x-objchdr.svg: -------------------------------------------------------------------------------- 1 | text-x-chdr.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-x-objcsrc.svg: -------------------------------------------------------------------------------- 1 | text-x-csrc.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-x-opml+xml.svg: -------------------------------------------------------------------------------- 1 | application-atom+xml.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-x-opml.svg: -------------------------------------------------------------------------------- 1 | text-x-opml+xml.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-x-plain.svg: -------------------------------------------------------------------------------- 1 | text-plain.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-x-python.svg: -------------------------------------------------------------------------------- 1 | application-x-python-bytecode.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-x-readme.svg: -------------------------------------------------------------------------------- 1 | text-x-texinfo.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-x-sql.svg: -------------------------------------------------------------------------------- 1 | application-vnd.oasis.opendocument.database.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-x-vcard.svg: -------------------------------------------------------------------------------- 1 | x-office-contact.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-x-xslfo.svg: -------------------------------------------------------------------------------- 1 | text-xml.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/text-xmcd.svg: -------------------------------------------------------------------------------- 1 | application-x-cda.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/unknown.svg: -------------------------------------------------------------------------------- 1 | application-x-zerosize.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/uri-mms.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/uri-mmst.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/uri-pnm.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/uri-rtspt.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/uri-rtspu.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/video-vivo.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/video-vnd.rn-realvideo.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/video-wavelet.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/video-x-anim.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/video-x-flic.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/video-x-flv.svg: -------------------------------------------------------------------------------- 1 | application-x-flash-video.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/video-x-google-vlc-plugin.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/video-x-javafx.svg: -------------------------------------------------------------------------------- 1 | video-x-generic.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/video-x-mng.svg: -------------------------------------------------------------------------------- 1 | image-png.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/video-x-ms-wmp.svg: -------------------------------------------------------------------------------- 1 | video-x-wmv.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/video-x-ms-wmv.svg: -------------------------------------------------------------------------------- 1 | video-x-wmv.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/video-x-msvideo.svg: -------------------------------------------------------------------------------- 1 | video-x-wmv.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/video-x-theora+ogg.svg: -------------------------------------------------------------------------------- 1 | video-x-ogm+ogg.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/x-mail-distribution-list.svg: -------------------------------------------------------------------------------- 1 | x-office-contact.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/mimetypes/file-types/x-office-address-book.svg: -------------------------------------------------------------------------------- 1 | application-epub+zip.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/places/user-folders-small/bookmarks.svg: -------------------------------------------------------------------------------- 1 | folder-bookmark.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/places/user-folders-small/folder-image.svg: -------------------------------------------------------------------------------- 1 | folder-pictures.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/places/user-folders-small/folder-images.svg: -------------------------------------------------------------------------------- 1 | folder-pictures.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/places/user-folders-small/folder-music.svg: -------------------------------------------------------------------------------- 1 | ./folder-sound.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/places/user-folders-small/folder-picture.svg: -------------------------------------------------------------------------------- 1 | folder-pictures.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/places/user-folders-small/folder-public.svg: -------------------------------------------------------------------------------- 1 | folder-publicshare.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/places/user-folders-small/folder-txt.svg: -------------------------------------------------------------------------------- 1 | folder-documents.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/places/user-folders-small/folder-video.svg: -------------------------------------------------------------------------------- 1 | folder-videos.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/places/user-folders-small/network-server.svg: -------------------------------------------------------------------------------- 1 | network-workgroup.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/places/user-folders-small/repository.svg: -------------------------------------------------------------------------------- 1 | network-server-database.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/places/user-folders-small/server-database.svg: -------------------------------------------------------------------------------- 1 | network-server-database.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/places/user-folders-small/start-here-kde.svg: -------------------------------------------------------------------------------- 1 | folder-activities.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/places/user-folders-small/stock_folder.svg: -------------------------------------------------------------------------------- 1 | folder.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/places/user-folders/folder-downloads.svg: -------------------------------------------------------------------------------- 1 | folder-download.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/places/user-folders/folder-image.svg: -------------------------------------------------------------------------------- 1 | folder-pictures.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/places/user-folders/folder-images.svg: -------------------------------------------------------------------------------- 1 | folder-pictures.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/places/user-folders/folder-music.svg: -------------------------------------------------------------------------------- 1 | ./folder-sound.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/places/user-folders/folder-picture.svg: -------------------------------------------------------------------------------- 1 | folder-pictures.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/places/user-folders/folder-public.svg: -------------------------------------------------------------------------------- 1 | folder-publicshare.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/places/user-folders/folder-remote.svg: -------------------------------------------------------------------------------- 1 | folder-html.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/places/user-folders/folder-txt.svg: -------------------------------------------------------------------------------- 1 | folder-documents.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/places/user-folders/folder-video.svg: -------------------------------------------------------------------------------- 1 | folder-videos.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/places/user-folders/library-music.svg: -------------------------------------------------------------------------------- 1 | folder-music.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/places/user-folders/stock_folder.svg: -------------------------------------------------------------------------------- 1 | folder.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/plasmoids/kickoff-menu-tabs/categories/applications-other.svg: -------------------------------------------------------------------------------- 1 | ../../../apps/software/applications-other.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/status/im-status/user-available.svg: -------------------------------------------------------------------------------- 1 | user-online.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/status/im-status/user-away-extended.svg: -------------------------------------------------------------------------------- 1 | user-idle.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/status/panel/irc-channel-joined.svg: -------------------------------------------------------------------------------- 1 | ../../actions/toolbar/irc-channel-active.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/status/panel/irc-channel-parted.svg: -------------------------------------------------------------------------------- 1 | ../../actions/toolbar/irc-channel-inactive.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/status/panel/network-connect.svg: -------------------------------------------------------------------------------- 1 | network-wired.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/status/toolbar/camera-on.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/status/toolbar/camera-on.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/status/toolbar/mic-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/status/toolbar/mic-off.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/status/toolbar/mic-on.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/status/toolbar/mic-on.svg -------------------------------------------------------------------------------- /src/qrc_icons/icons/status/toolbar/mic-ready.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/icons/status/toolbar/mic-ready.svg -------------------------------------------------------------------------------- /src/qrc_icons/qrc_icons.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/qrc_icons/qrc_icons.pro -------------------------------------------------------------------------------- /src/spreadsheet/ActionRegistry.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/spreadsheet/ActionRegistry.qml -------------------------------------------------------------------------------- /src/spreadsheet/AppMenuBar.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/spreadsheet/AppMenuBar.qml -------------------------------------------------------------------------------- /src/spreadsheet/SheetView.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/spreadsheet/SheetView.qml -------------------------------------------------------------------------------- /src/spreadsheet/main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/src/spreadsheet/main.qml -------------------------------------------------------------------------------- /toc.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmlbook/qmlapps/HEAD/toc.rst --------------------------------------------------------------------------------