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

Feature/highlight2 #235

Open
wants to merge 70 commits into
base: master
Choose a base branch
from
Open

Feature/highlight2 #235

wants to merge 70 commits into from

Conversation

PaoloRembadi
Copy link

EDIT: Enable the syncronized HighLighting of the image and the text. A button on the top of the image panel switch on and off the syncronization. Each zone/line can be selected and deselected by clicking on it (line or zone). A new property is added in ui_config to activate the highlight syncronization button + FIX for Release

ChiaraDipi and others added 30 commits November 10, 2022 07:54
The words at the end of the line that do not coincide with the end of a line were attached to those of the next line. Now a space has been added.
Fix missing space in verses display in dipl transcription
add class attribute on G Text Verse Choice component
…rallelPassage elements, optimize critical-apparatus-component code,
… and external sources in analogue and quote data structure
…ables for bibliography in edition_config.json
…source components and note components when used to display one of them
davivcu and others added 30 commits January 2, 2024 23:01
The image panel shows the first available image on the surfaces list. The icon in the header is temporary from FontAwesome icon set.
In the Image Panel an evt-nav-bar-image component is added but not used in this feature: it is prepared for the Image-Image view to make nav-bar indipendent for each Image view.
This Image Only feature is tested on the VB_DOTR.xml file with four images, one for each manuscript page, contained in the src\assets\data\images\single\DOTR folder.
Files modified are:
- app-routing.module.ts to introduce new imageOnly Route
- app.module.ts to import NavBarImageComponent and ImageOnlyComponent
- osd.component.ts to set input Surface and Page
- main-header.component.html to set dynamic iconSet
- evt-models.ts to introduce new imageOnly ViewModeId
- image-panel.component.ts to implement currentSurface and currentPage
- image-panel.component.html to bind currentSurface and currentPage

Files added are:
- nav-bar-image.component.html
- nav-bar-image.component.ts
- nav-bar-image.component.scss
- image-only.component.html
- image-only.component.ts
- image-only.component.scss
click on text/image select line
…own indipentent NavBar. The icon in the header NavBar is provisional. The maximum number of opened panels is 4. Minimum is 2.

Images to be shown can be selected from the dropdown placed on the upper part of every panel.
This feature is tested on VB-DOTR.
A button on the top of the image panel switch on and off the syncronization.
Each zone/line can be selected and deselected by clicking on it (line or zone).
A new property is added in ui_config to activate the highlight syncronization button
# Conflicts:
#	src/app/app.component.ts
#	src/app/components/osd/osd.component.ts
#	src/app/nav-bar-image/nav-bar-image.component.html
#	src/app/nav-bar-image/nav-bar-image.component.ts
#	src/app/panels/image-panel/image-panel.component.html
#	src/app/panels/image-panel/image-panel.component.ts
#	src/app/view-modes/image-image/image-image.component.html
#	src/app/view-modes/image-image/image-image.component.ts
#	src/app/view-modes/image-only/image-only.component.html
Edit file_config: added single and double properties to imageFolderUrls
…_frame

Feature/app source analogues frame
	- facsimile with rend=double
	- facsimile with surfaceGrp-->surface<
Show Image-Image component using priority:
	- facsimile with only surface
	- facsimile with surfaceGrp-->surface
	- pb @url
Show Text-Image component using priority:
	- facsimile with only surface
	- facsimile with surfaceGrp-->surface

Edited file_config: added single and double properties to imageFolderUrls:
	"imagesFolderUrls":{
		"single": "assets/data/images/single/",
		"double": "assets/data/images/double/"
	},
# Conflicts:
#	src/app/app.module.ts
#	src/app/components/verse/verse.component.html
#	src/app/services/evt-model.service.ts
#	src/app/services/evt-status.service.ts
#	src/app/services/xml-parsers/basic-parsers.ts
#	src/assets/i18n/en.json
#	src/assets/i18n/it.json
#	src/styles.scss
Manage generic points in zone mapping
ESLint fixed
Small bug fixing
Cleaning code
Fixing url for image retrieving from facs
Highlight also for chunk tags (only verse)
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

Successfully merging this pull request may close these issues.

None yet

5 participants