| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We only accept one thing at a time, and firefox would make a request,
then 2nd request on a different connection. The 2nd request would not
be handled until the first had timed out waiting for a request that
never came.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Then it's a singleton in the backend rather then being owned by a part
of the GUI.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|