| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
To do this, add the render policy as a column to the model and use it
as a cellrenderer attribute. The default value is already PRELIT. When
removing the cell, flip it to NEVER.
|
|
|
|
|
|
| |
Add a ephy_overview_store_animated_remove() that shrinks the thumbnail
in a timeout until it's small enough and then removes it from the
model.
|
|
|
|
|
|
|
| |
Instead of using a hardcoded cairo frame, add a property to define the
frame around thumbnails. Also rework the code around the
default-thumbnail property to make it possible to use this there as
well.
|
|
|
|
|
|
|
|
|
|
|
|
| |
is needed
Currently, we were not retrieving thumbnails from the service if they
were outdated. This would cause some pages in the overview not to
display a thumbnail at all even if one is available (but old).
Fix this by always retrieving a thumbnail but storing its mtime in the
model, and making ephy_snapshot_store_needs_snapshot() check the age
of snapshots when deciding whether a snapshot update is needed or not.
|
|
This should be subclassed by the models for the history and/or
currently open views.
https://bugzilla.gnome.org/show_bug.cgi?id=455173
|