Opened 20 years ago
Closed 16 years ago
#1902 closed defect (invalid)
MythGallery settings not applied until plug-in restarted
| Reported by: | otto at kolsi dot fi | Owned by: | danielk |
|---|---|---|---|
| Priority: | trivial | Milestone: | unknown |
| Component: | mythgallery | Version: | head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
If OpenGL transition type setting is changed in MythGallery, the actual transition changes only after the frontend has been restarted.
Change History (15)
comment:1 by , 19 years ago
| Milestone: | → 0.20 |
|---|---|
| Owner: | changed from to |
comment:2 by , 19 years ago
| Keywords: | OpenGL removed |
|---|---|
| Summary: | OpenGL transition setting in MythGallery gets effective only after frontend restart → MythGallery settings not applied until plug-in restarted |
comment:3 by , 19 years ago
comment:4 by , 19 years ago
This works now and can be closed (unless there's something still going on with this one).
By the way, is it okay for a defect reporter to mark defect as fixed or is it only for devs?
comment:5 by , 19 years ago
Otto, don't close the ticket. There are still settings which are not applied after you use the internal MythGallery setup.
comment:6 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
(In [10615]) Refs #1902. Cleanup of IconView. There should be no functional changes.
- Breaks out the ThumbView class into it's own file.
- Reformats iconview.cpp code to MythTV standards.
- Renames some methods and simplifies IconView constructor. (The plan is to break out some of the initialization later to fix #1902).
This touches a bunch of other files. This is mostly due to the ThumbView cleanup, but is also due to some method renaming.
comment:7 by , 19 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
I did not mean to mark this as fixed with [10615].
comment:8 by , 19 years ago
(In [10620]) Refs #1902. Refactoring of SingleView.
Prep for merging the common parts of GLSingleView and SingleView.
comment:9 by , 19 years ago
(In [10630]) Refs #1902. Merges common parts of GLSingleView and SingleView into a base class ImageView + breaks out GLTexture into it's own file.
comment:10 by , 19 years ago
(In [10631]) Refs #1902. Mostly fixed the unapplied settings MythGallery problem by reloading all the settings except the gallery directory after configuring the MythGallery from within the plugin.
comment:11 by , 19 years ago
| Milestone: | 0.20 → 0.21 |
|---|
Only the gallery directory is not changed immediately, this problem can wait until the next release.
comment:12 by , 19 years ago
comment:13 by , 18 years ago
| Milestone: | 0.21 → unknown |
|---|
comment:14 by , 17 years ago
| Status: | new → assigned |
|---|
Does this still apply after the MythUI migration?
comment:15 by , 16 years ago
| Resolution: | → invalid |
|---|---|
| Status: | assigned → closed |
No response to request for information after 10 months.

(In [10512]) Refs #1902. Clears settings cache after you configure MythGallery from within MythGallery.