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

feat: new icons #3167

Draft
wants to merge 23 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
e172056
feat: icon for Transformation parameter
pgilfernandez Aug 6, 2023
242444d
refactor: beautify "canvas resize" arrow icons to follow Classic icon…
pgilfernandez Aug 6, 2023
f63ab4d
feat: new icons for "Canvas menu" entries (Properties, Options and Re…
pgilfernandez Aug 6, 2023
12050a9
feat: new icons for File menu (Revert, Import, Import sequence, Show …
pgilfernandez Aug 6, 2023
c3a0269
fix: make File menu / Export icon visible
pgilfernandez Aug 6, 2023
28bd8ca
feat: new icons for View menu (Input devices and Preferences)
pgilfernandez Aug 6, 2023
23bdb10
refactor: add icons to Classic theme for commands that used old Adwai…
pgilfernandez Aug 6, 2023
990a9b7
refactor: update icon for better visibility in light/dark modes
pgilfernandez Aug 6, 2023
87a234b
feat: new icons for increase/decrease brush size
pgilfernandez Aug 6, 2023
0658f60
fix: deleted a row by mistake, adding it again
pgilfernandez Aug 6, 2023
b916787
refactor: edit Canvas/Properties icon to match the other ones
pgilfernandez Aug 6, 2023
6457059
refactor: edit Canvas/Properties icon again, make wrench bigger
pgilfernandez Aug 6, 2023
cc72c51
fix: changed whole file "space" identations to "tab" ones
pgilfernandez Aug 7, 2023
f3437e8
refactor: add icons to Classic theme for Copy, Cut and Paste commands…
pgilfernandez Aug 7, 2023
d8d9dad
refactor: add icons to Classic theme for Zoom commands which used old…
pgilfernandez Aug 8, 2023
22ba0f3
Revert "refactor: add icons to Classic theme for Copy, Cut and Paste …
pgilfernandez Aug 8, 2023
a5943fc
refactor: add icons to Classic theme for Copy, Cut and Paste commands…
pgilfernandez Aug 8, 2023
94ad34e
refactor: darken Zoom icons outines
pgilfernandez Aug 8, 2023
a62d322
refactor: thicker and slightly smaller X
pgilfernandez Aug 8, 2023
ad9984f
refactor: add icons to Classic theme for ocument open/save, edit-clea…
pgilfernandez Aug 8, 2023
5a07788
feat: new icons for enabling/disabling layer rendering and, not yet i…
pgilfernandez Aug 8, 2023
92d7b96
feat: new icons for Save/Edit workspaces
pgilfernandez Aug 10, 2023
b7cabe2
feat: new icon for Keyframe Properties, old one used Canvas Propertie…
pgilfernandez Aug 10, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
28 changes: 28 additions & 0 deletions synfig-studio/images/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ set(ICONS
action_doc_undo_icon
action_doc_redo_icon

workspace_saveas_icon
workspace_edit_icon

canvas_icon

animate_seek_next_keyframe_icon
Expand Down Expand Up @@ -103,6 +106,15 @@ set(ICONS
action_set_layer_description_icon
action_squared_interpolation_icon
action_unexport_icon
document-options
document-properties
document-resize
document-revert
action_import_icon
action_import_sequence_icon
action_show_dependencies_icon
input_devices_icon
preferences_icon
clear_redo_icon
clear_undo_icon
decr_resolution_icon
Expand Down Expand Up @@ -245,8 +257,24 @@ set(ICONS
type_string_icon
type_time_icon
type_vector_icon
type_transformation_icon
utils_timetrack_align_icon
valuenode_icon
edit-delete
window-close
application-exit
go-up
go-down
list-add
list-remove
brush_size_increase_icon
brush_size_decrease_icon
document-open
document-save
edit-clear
process-stop
view-refresh
keyframe_properties_icon
)

set(IMAGES
Expand Down
62 changes: 60 additions & 2 deletions synfig-studio/images/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,15 @@ EXTRA_DIST = \
action_remove_from_set_icon.sif \
action_export_icon.sif \
action_unexport_icon.sif \
document-options.sif \
document-properties.sif \
document-resize.sif \
document-revert.sif \
action_import_icon.sif \
action_import_sequence_icon.sif \
action_show_dependencies_icon.sif \
input_devices_icon.sif \
preferences_icon.sif \
action_flat_interpolation_icon.sif \
action_interpolate_interpolation_icon.sif \
action_peak_interpolation_icon.sif \
Expand All @@ -86,6 +95,9 @@ EXTRA_DIST = \
\
action_doc_icons.sif \
\
worspace_saveas_icon.sif \
worspace_edit_icon.sif \
\
interpolation_type_icons.sif\
\
layer_blur_blur_icon.sif \
Expand Down Expand Up @@ -192,6 +204,7 @@ EXTRA_DIST = \
type_string_icon.sif \
type_time_icon.sif \
type_vector_icon.sif \
type_transformation_icon.sif \
\
library_icon.sif \
graphs_icon.sif \
Expand All @@ -208,7 +221,23 @@ EXTRA_DIST = \
time_track_icon.sif \
\
utils_chain_link_icons.sif \
utils_timetrack_align_icon.sif
utils_timetrack_align_icon.sif \
\
edit-delete.sif \
window-close.sif \
application-exit.sif \
go-up.sif \
go-down.sif \
list-add.sif \
list-remove.sif \
brush_size_increase_icon.sif \
brush_size_decrease_icon.sif \
document-open.sif \
document-save.sif \
edit-clear.sif \
process-stop.sif \
view-refresh.sif \
keyframe_properties_icon.sif

IMAGES = \
installer_logo.bmp \
Expand Down Expand Up @@ -274,6 +303,15 @@ ICONS = \
action_remove_from_set_icon.$(EXT) \
action_export_icon.$(EXT) \
action_unexport_icon.$(EXT) \
document-options.$(EXT) \
document-properties.$(EXT) \
document-resize.$(EXT) \
document-revert.$(EXT) \
action_import_icon.$(EXT) \
action_import_sequence_icon.$(EXT) \
action_show_dependencies_icon.$(EXT) \
input_devices_icon.$(EXT) \
preferences_icon.$(EXT) \
action_flat_interpolation_icon.$(EXT) \
action_interpolate_interpolation_icon.$(EXT) \
action_peak_interpolation_icon.$(EXT) \
Expand All @@ -290,6 +328,9 @@ ICONS = \
action_doc_redo_icon.$(EXT) \
action_doc_undo_icon.$(EXT) \
\
workspace_saveas_icon.$(EXT) \
workspace_edit_icon.$(EXT) \
\
interpolation_type_tcb_icon.$(EXT)\
interpolation_type_ease_icon.$(EXT)\
interpolation_type_const_icon.$(EXT)\
Expand Down Expand Up @@ -403,6 +444,7 @@ ICONS = \
type_string_icon.$(EXT) \
type_time_icon.$(EXT) \
type_vector_icon.$(EXT) \
type_transformation_icon.$(EXT) \
\
canvas_icon.$(EXT) \
library_icon.$(EXT) \
Expand All @@ -421,7 +463,23 @@ ICONS = \
\
utils_chain_link_on_icon.$(EXT) \
utils_chain_link_off_icon.$(EXT) \
utils_timetrack_align_icon.$(EXT)
utils_timetrack_align_icon.$(EXT) \
\
edit-delete.$(EXT) \
window-close.$(EXT) \
application-exit.$(EXT) \
go-up.$(EXT) \
go-down.$(EXT) \
list-add.$(EXT) \
list-remove.$(EXT) \
brush_size_increase_icon.$(EXT) \
brush_size_decrease_icon.$(EXT) \
document-open.$(EXT) \
document-save.$(EXT) \
edit-clear.$(EXT) \
process-stop.$(EXT) \
view-refresh.$(EXT) \
keyframe_properties_icon.$(EXT)

if WIN32_PKG
WIN32_ICONS = \
Expand Down