Skip to content

Commit

Permalink
Visual refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jung committed Oct 10, 2024
1 parent 5870900 commit 20f160e
Show file tree
Hide file tree
Showing 21 changed files with 475 additions and 248 deletions.
382 changes: 191 additions & 191 deletions Terminology_Termentry.framework

Large diffs are not rendered by default.

35 changes: 35 additions & 0 deletions frameworks/termentry/css/termentry.css
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@
label, '${i18n(term.relations)}',
transparent, 'true',
fontInherit, 'true',
actionStyle, 'both',
actions,
oxy_action_list(
oxy_action(id, 'term.antonyms.add'),
Expand Down Expand Up @@ -311,6 +312,7 @@
label, '${i18n(term.definitionSource)}',
transparent, 'true',
fontInherit, 'true',
actionStyle, 'both',
actions,
oxy_action_list(
oxy_action(id, 'term.sourceName.add'),
Expand Down Expand Up @@ -340,6 +342,7 @@
label, '${i18n(term.equation-figure)}',
transparent, 'true',
fontInherit, 'true',
actionStyle, 'both',
actions,
oxy_action_list(
oxy_action(id, 'term.equation-figure.delete')
Expand Down Expand Up @@ -367,6 +370,7 @@
label, '${i18n(term.fig)}',
transparent, 'true',
fontInherit, 'true',
actionStyle, 'both',
actions,
oxy_action_list(
oxy_action(id, 'term.fig.delete')
Expand All @@ -386,6 +390,7 @@
label, '${i18n(term.image)}',
transparent, 'true',
fontInherit, 'true',
actionStyle, 'both',
actions,
oxy_action_list(
oxy_action(id, 'term.imageReference.add'),
Expand All @@ -410,6 +415,7 @@
label, '${i18n(term.alt)}',
transparent, 'true',
fontInherit, 'true',
actionStyle, 'both',
actions,
oxy_action_list(
oxy_action(id, 'term.alt.delete')
Expand All @@ -426,6 +432,7 @@
label, '${i18n(term.termSource)}',
transparent, 'true',
fontInherit, 'true',
actionStyle, 'both',
actions,
oxy_action_list(
oxy_action(id, 'term.sourceName.add'),
Expand All @@ -446,6 +453,7 @@
label, '${i18n(term.sourceName)}',
transparent, 'true',
fontInherit, 'true',
actionStyle, 'both',
actions,
oxy_action_list(
oxy_action(id, 'term.sourceReference.renameTo'),
Expand All @@ -463,6 +471,7 @@
label, '${i18n(term.sourceReference)}',
transparent, 'true',
fontInherit, 'true',
actionStyle, 'both',
actions,
oxy_action_list(
oxy_action(id, 'term.sourceName.renameTo'),
Expand Down Expand Up @@ -528,6 +537,7 @@
label, '${i18n(term.annotation)}',
transparent, 'true',
fontInherit, 'true',
actionStyle, 'both',
actions,
oxy_action_list(
oxy_action(id, 'term.annotation.delete')
Expand All @@ -544,6 +554,7 @@
label, '${i18n(term.termContext)}',
transparent, 'true',
fontInherit, 'true',
actionStyle, 'both',
actions,
oxy_action_list(
oxy_action(id, 'term.termContextText.add'),
Expand All @@ -561,6 +572,7 @@
label, '${i18n(term.termContextSource)}',
transparent, 'true',
fontInherit, 'true',
actionStyle, 'both',
actions,
oxy_action_list(
oxy_action(id, 'term.sourceName.add'),
Expand Down Expand Up @@ -593,6 +605,7 @@
label, '${i18n(term.partOfSpeech)}',
transparent, 'true',
fontInherit, 'true',
actionStyle, 'both',
actions,
oxy_action_list(
oxy_action(id, 'term.partOfSpeech.delete')
Expand Down Expand Up @@ -646,6 +659,7 @@
label, '${i18n(term.termLevel)}',
transparent, 'true',
fontInherit, 'true',
actionStyle, 'both',
actions,
oxy_action_list(
oxy_action(id, 'term.abbreviation.add'),
Expand Down Expand Up @@ -685,6 +699,7 @@
label, '${i18n(term.concept-domains)}',
transparent, 'true',
fontInherit, 'true',
actionStyle, 'both',
actions,
oxy_action_list(
oxy_action(id, 'term.concept-domain.add'),
Expand All @@ -702,6 +717,7 @@
label, '${i18n(term.term-domains)}',
transparent, 'true',
fontInherit, 'true',
actionStyle, 'both',
actions,
oxy_action_list(
oxy_action(id, 'term.term-domain.add'),
Expand All @@ -719,6 +735,7 @@
label, '${i18n(term.concept-domain)}',
transparent, 'true',
fontInherit, 'true',
actionStyle, 'both',
actions,
oxy_action_list(
oxy_action(id, 'term.concept-domain.add'),
Expand All @@ -745,6 +762,7 @@
label, '${i18n(term.term-domain)}',
transparent, 'true',
fontInherit, 'true',
actionStyle, 'both',
actions,
oxy_action_list(
oxy_action(id, 'term.term-domain.add'),
Expand Down Expand Up @@ -773,6 +791,7 @@
label, '${i18n(term.agreedWith)}',
transparent, 'true',
fontInherit, 'true',
actionStyle, 'both',
actions,
oxy_action_list(
oxy_action(id, 'term.termCommitteeMember.add'),
Expand Down Expand Up @@ -809,6 +828,7 @@
label, '${i18n(term.termCommitteeMember)}',
transparent, 'true',
fontInherit, 'true',
actionStyle, 'both',
actions,
oxy_action_list(
oxy_action(id, 'term.termCommitteeMember.add'),
Expand Down Expand Up @@ -841,6 +861,7 @@
"),
transparent, 'true',
fontInherit, 'true',
actionStyle, 'both',
actions,
oxy_action_list(
oxy_action(id, 'term.abbreviation.add'),
Expand Down Expand Up @@ -1047,6 +1068,7 @@
label, '${i18n(term.termVariant)}',
transparent, 'true',
fontInherit, 'true',
actionStyle, 'both',
actions,
oxy_action_list(
oxy_action(id, 'term.termSource.add'),
Expand Down Expand Up @@ -1121,6 +1143,7 @@
label, '${i18n(term.antonyms)}',
transparent, 'true',
fontInherit, 'true',
actionStyle, 'both',
actions,
oxy_action_list(
oxy_action(id, 'term.antonym.add.href'),
Expand All @@ -1137,6 +1160,7 @@
label, '${i18n(term.antonyms)}',
transparent, 'true',
fontInherit, 'true',
actionStyle, 'both',
actions,
oxy_action_list(
oxy_action(id, 'term.antonym.add'),
Expand All @@ -1157,6 +1181,7 @@
label, '${i18n(term.antonym)}',
transparent, 'true',
fontInherit, 'true',
actionStyle, 'both',
actions,
oxy_action_list(
oxy_action(id, 'term.antonym.add'),
Expand All @@ -1174,6 +1199,7 @@
label, '${i18n(term.instancesOf)}',
transparent, 'true',
fontInherit, 'true',
actionStyle, 'both',
actions,
oxy_action_list(
oxy_action(id, 'term.instanceOf.add'),
Expand All @@ -1193,6 +1219,7 @@
label, '${i18n(term.instanceOf)}',
transparent, 'true',
fontInherit, 'true',
actionStyle, 'both',
actions,
oxy_action_list(
oxy_action(id, 'term.instanceOf.add'),
Expand All @@ -1210,6 +1237,7 @@
label, '${i18n(term.partsOf)}',
transparent, 'true',
fontInherit, 'true',
actionStyle, 'both',
actions,
oxy_action_list(
oxy_action(id, 'term.partOf.add'),
Expand All @@ -1227,6 +1255,7 @@
label, '${i18n(term.partOf)}',
transparent, 'true',
fontInherit, 'true',
actionStyle, 'both',
actions,
oxy_action_list(
oxy_action(id, 'term.partOf.add'),
Expand All @@ -1244,6 +1273,7 @@
label, '${i18n(term.superordinateConcepts)}',
transparent, 'true',
fontInherit, 'true',
actionStyle, 'both',
actions,
oxy_action_list(
oxy_action(id, 'term.superordinateConcept.add'),
Expand All @@ -1261,6 +1291,7 @@
label, '${i18n(term.superordinateConcept)}',
transparent, 'true',
fontInherit, 'true',
actionStyle, 'both',
actions,
oxy_action_list(
oxy_action(id, 'term.superordinateConcept.add'),
Expand Down Expand Up @@ -1296,6 +1327,7 @@
label, '${i18n(term.subordinateConcepts)}',
transparent, 'true',
fontInherit, 'true',
actionStyle, 'both',
actions,
oxy_action_list(
oxy_action(id, 'term.subordinateConcept.add'),
Expand All @@ -1313,6 +1345,7 @@
label, '${i18n(term.subordinateConcept)}',
transparent, 'true',
fontInherit, 'true',
actionStyle, 'both',
actions,
oxy_action_list(
oxy_action(id, 'term.subordinateConcept.add'),
Expand All @@ -1330,6 +1363,7 @@
label, '${i18n(term.relatedTerms)}',
transparent, 'true',
fontInherit, 'true',
actionStyle, 'both',
actions,
oxy_action_list(
oxy_action(id, 'term.relatedTerm.add'),
Expand All @@ -1347,6 +1381,7 @@
label, '${i18n(term.relatedTerm)}',
transparent, 'true',
fontInherit, 'true',
actionStyle, 'both',
actions,
oxy_action_list(
oxy_action(id, 'term.relatedTerm.add'),
Expand Down
Binary file added frameworks/termentry/icons/add-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frameworks/termentry/icons/add-24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
64 changes: 36 additions & 28 deletions frameworks/termentry/icons/add.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed frameworks/termentry/icons/add_16.png
Binary file not shown.
Binary file removed frameworks/termentry/icons/add_24.png
Binary file not shown.
Binary file added frameworks/termentry/icons/delete-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frameworks/termentry/icons/delete-24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 20f160e

Please sign in to comment.