Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standard Icon Names #1

Open
rodlie opened this issue May 30, 2024 · 1 comment
Open

Standard Icon Names #1

rodlie opened this issue May 30, 2024 · 1 comment
Milestone

Comments

@rodlie
Copy link
Member

rodlie commented May 30, 2024

Implement minimum required by Qt.

Draft

This list is WIP, several will be removed.

Standard Action Icons

  • dialog-cancel
  • dialog-close
  • dialog-ok
  • document-new
  • document-open
  • document-properties
  • document-revert
  • document-save
  • document-save-as
  • edit-copy
  • edit-cut
  • edit-delete
  • edit-find
  • edit-paste
  • edit-redo
  • edit-select-all
  • edit-undo
  • folder-new
  • format-justify-center
  • format-justify-left
  • format-justify-right
  • format-text-bold
  • format-text-italic
  • format-text-underline
  • format-text-strikethrough
  • go-bottom
  • go-down
  • go-first
  • go-home
  • go-jump
  • go-last
  • go-next
  • go-previous
  • go-top
  • go-up
  • help-about
  • help-contents
  • help-faq
  • insert-image
  • insert-link
  • insert-object
  • insert-text
  • list-add
  • list-remove
  • media-playback-pause
  • media-playback-start
  • media-playback-stop
  • media-record
  • media-seek-backward
  • media-seek-forward
  • media-skip-backward
  • media-skip-forward
  • object-flip-horizontal
  • object-flip-vertical
  • object-rotate-left
  • object-rotate-right
  • view-fullscreen
  • view-refresh
  • view-sort-ascending
  • view-sort-descending
  • window-close
  • window-new
  • zoom-best-fit
  • zoom-in
  • zoom-original
  • zoom-out

Standard Application Icons

  • accessories-text-editor
  • help-browser
  • multimedia-volume-control
  • preferences-desktop-font
  • preferences-desktop-multimedia
  • preferences-desktop-theme

Standard Category Icons

  • applications-graphics
  • applications-internet
  • applications-multimedia
  • preferences-system
  • system-help

Standard Device Icons

  • camera-photo
  • camera-video
  • drive-harddisk
  • drive-optical
  • drive-removable-media
  • input-keyboard
  • input-mouse
  • multimedia-player
  • video-display

Standard MIME Type Icons

  • audio-x-generic
  • image-x-generic
  • text-x-generic
  • video-x-generic

Standard Place Icons

  • folder
  • user-desktop
  • user-home
  • user-trash

Standard Status Icons

  • audio-volume-medium
  • audio-volume-muted
  • dialog-error
  • dialog-information
  • dialog-question
  • dialog-warning
  • folder-open
  • image-missing
  • media-playlist-repeat

Qt

The following icons a required by Qt (based on searching the code in qtbase):

  • user-home
  • user-desktop
  • user-trash
  • dialog-information
  • dialog-warning
  • dialog-error
  • dialog-question
  • dialog-cancel
  • dialog-ok
  • dialog-ok-apply
  • folder
  • folder-open
  • folder-new
  • document-new
  • document-open
  • document-save
  • edit-copy
  • edit-paste
  • edit-delete
  • edit-clear
  • edit-clear-locationbar-ltr
  • edit-clear-locationbar-rtl
  • go-up
  • go-up
  • go-down
  • go-next
  • go-previous
  • help-contents
  • text-x-generic
  • floppy_unmount
  • computer
  • media-optical
  • drive-harddisk
  • window-close
  • view-list-details
  • view-list-icons
  • view-refresh
  • process-stop
  • media-playback-start
  • media-playback-pause
  • media-playback-stop
  • media-seek-forward
  • media-seek-backward
  • media-skip-forward
  • media-skip-backward
  • audio-volume-medium
  • audio-volume-muted
  • emblem-symbolic-link
  • address-book-new
  • messagebox_info
  • appointment-new
  • format-text-bold
@rodlie rodlie added this to the 1.0.0 milestone May 30, 2024
@rodlie rodlie pinned this issue May 30, 2024
@rodlie rodlie modified the milestones: 1.0.0, 0.9.6 May 31, 2024
@rodlie
Copy link
Member Author

rodlie commented May 31, 2024

Added enough to replace the Qt fallback icons in the file browser, dialogs and standard buttons.

Before:
random-003
After:
random-004

@rodlie rodlie modified the milestones: 0.9.6, 1.0.0 May 31, 2024
@rodlie rodlie unpinned this issue May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant