| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Once again the player subtitle alignment wasn't being set up, because
this happens on _viewer.set_film(). _viewer.set_film() must therefore
happen after film_changed(), but then some things in film_changed()
need to happen after _viewer.set_film() (notably the info update and
menu sensitivity update).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
databases.
|
|
The override_path is a file, so the initial path for the file picker
must be the parent.
|
|
|
|
|
|
|
|
|
|
This is pretty slow (as it runs the certificate through OpenSSL) and we
don't need to do it for every certificate in a database when we load the
database.
|
|
|
|
|
|
|
|
Constructing/destructing it is a bit more expensive than you'd think.
|
|
...but then ignore it and look it all up again in the database.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|