Ticket #2177 (closed tweak: obsolete)
media-slider-resize - Resize media slider with frame
Reported by: | deyan | Owned by: | diana |
---|---|---|---|
Priority: | critical | Milestone: | X3 |
Component: | uncategorized | Version: | 2.0 |
Keywords: | Cc: | ||
Category: | unknown | Effort: | 2 |
Importance: | 79 | Ticket_group: | |
Estimated Number of Hours: | 0 | Add Hours to Ticket: | 0 |
Billable?: | yes | Total Hours: | 0 |
Analysis_owners: | Design_owners: | diana | |
Imp._owners: | diana | Test_owners: | |
Analysis_reviewers: | Changelog: | ||
Design_reviewers: | pap | Imp._reviewers: | meddle, todor |
Test_reviewers: | Analysis_score: | 0 | |
Design_score: | 3.5 | Imp._score: | 3 |
Test_score: | 0 |
Description (last modified by todor) (diff)
- the slider needs to resize itself according to the size of the media window the red progress gauge displayed with audio and video files needs to function as a slider. i realize you can click anywhere to the left of the red bar's furthest advance to navigate backwards . . . but this isn't sufficient. people will expect a slider.
- (optional) we must consider the option of autohiding the progress bar and maybe reduce its height (it's too big now).
Change History
comment:1 Changed 15 years ago by deyan
- Importance changed from 81 to 79
- Summary changed from media-frame-slider to media-slider-resize – Resize media slider with frame
comment:2 Changed 15 years ago by deyan
- Priority changed from major to critical
- Summary changed from media-slider-resize – Resize media slider with frame to media-slider-resize – Resize media slider with frame
Batch update from file 0911261.csv
comment:3 Changed 15 years ago by todor
- Category set to unknown
- Analysis_score set to 0
- Test_score set to 0
- Summary changed from media-slider-resize – Resize media slider with frame to media-slider-resize - Resize media slider with frame
- Design_score set to 0
- Imp._score set to 0
comment:4 Changed 15 years ago by todor
- Owner set to todor
- Status changed from new to s1a_analysis_started
- Description modified (diff)
comment:5 Changed 15 years ago by todor
- Status changed from s1a_analysis_started to s1b_analysis_finished
comment:6 Changed 15 years ago by diana
- Design_owners set to diana
- Status changed from s1b_analysis_finished to s1c_analysis_ok
- Imp._owners set to diana
In PlayPauseMediaManipulationView and in StopMediaManipulationView class add new properties width() and height() of the view that depends on the width and height of the parent media frame view.The icons' widths and heights of the views depends on the width() and height() properties and scales the icon according to them.
In SeekMediaManipulationView class add new properties width() and height() of the view that depends on the width and height of the parent media frame view.
In ImmImage class add a new method scaleImage that takes the original image and the wanted multipliers for the height and width of the new image and returns the new scaled image.The new image will be with height = oldHeight*multiplierHeight and width = oldWidth*multiplierWidth
source code: [8311]
comment:7 Changed 15 years ago by diana
- Owner changed from todor to diana
- Status changed from s1c_analysis_ok to s2a_design_started
comment:8 Changed 15 years ago by diana
- Status changed from s2a_design_started to s2b_design_finished
comment:9 Changed 15 years ago by pap
- Status changed from s2b_design_finished to s2c_design_ok
- Design_score changed from 0 to 3.5
- Design_reviewers set to pap
- Seems sensible.
- Please correct spacings and positions of "{", "(", etc.
- Maybe it will be nice if you provide some sort of caching in the scale method. And make it not static.
- Don't use things like 7* . Use constants.
comment:10 Changed 15 years ago by diana
- Status changed from s2c_design_ok to s3a_implementation_started
comment:11 Changed 15 years ago by diana
- Status changed from s3a_implementation_started to s3b_implementation_finished
comment:12 Changed 15 years ago by meddle
- Status changed from s3b_implementation_finished to s3c_implementation_ok
- Imp._score changed from 0 to 3
- Imp._reviewers set to meddle, todor
So I changed the code a lot, the slider was not resized correctly... I fixed it, bad spaces and identation again... The next time I will fail for that :)
3p
comment:13 Changed 13 years ago by meddle
- Status changed from s3c_implementation_ok to closed
- Resolution set to obsolete
Closing all the tickets before M Y1
Batch update from file report_1.csv