index
:
unity
[no description]
summary
refs
log
tree
commit
diff
path:
root
/
dash
/
previews
/
MoviePreview.cpp
Age
Commit message (
Expand
)
Author
2014-07-12
Previews: use dash::ScrollView for creating scrolled areas and set/update sca...
Marco Trevisan (Treviño)
2014-06-18
initialized all layouts to avoid seg faults
Eleni Maria Stea
2014-06-17
scaled MoviePreview
Eleni Maria Stea
2014-06-10
replaced clamp with CLAMP after casting everything to RawPixel,
Eleni Maria Stea
2014-06-10
changed the PreviewStyle to use em sizes (RawPixel)
Eleni Maria Stea
2013-11-19
Merge with trunk
Marco Trevisan (Treviño)
2013-11-14
Unity: always prefer passing [this] to lambdas than [&]
Marco Trevisan (Treviño)
2013-09-19
Introspectable: use IntrospectionData class for collecting data from children
Marco Trevisan (Treviño)
2013-05-10
Hide the ratings widget in the Movie preview if rating < 0.
James Henstridge
2013-01-16
After some feedback on the MP, I made the following changes:
Christopher Townsend
2013-01-11
* Added new Autopilot test for testing clicking to close previews.
Christopher Townsend
2013-01-04
Add support to close previews by either right, middle, or left clicking in th...
Christopher Townsend
2012-12-21
Per Nick Dedekind's comments on revno. 3006:
Christopher Townsend
2012-12-20
Refactored the derived preview classes to put the common members into the bas...
Christopher Townsend
2012-12-14
Moved StaticCairoText to unity namespace where it will now go to rest.
Nicolas d'Offay
2012-11-13
* Adds overlayscroll bar
Brandon Schaefer
2012-10-29
Use the new logging declarations to avoid static initialization of the logger...
Tim Penhey
2012-09-10
Added programatic ability to disable/enable preview content background shadows.
Nick Dedekind
2012-08-28
Updated background layer for preview cover-art and details panels to be 10% l...
Nick Dedekind
2012-08-28
Merged with trunk.
Nick Dedekind
2012-08-22
Merge with trunk
Nick Dedekind
2012-08-21
Removed character escaping from preview description fields.
Nick Dedekind
2012-08-21
Added a escape sequence argument to StaticCairoText. Escape all text strings ...
Nick Dedekind
2012-08-21
Moved cover-art image setting to common preview code.
Nick Dedekind
2012-08-20
Reversed dash previews background layer to low-light.
Nick Dedekind
2012-08-20
Added more AP tests for previews.
Nick Dedekind
2012-08-17
Check validity of source_image_uri in preview artwork.
Nick Dedekind
2012-08-16
Preview object introspecion.
Nick Dedekind
2012-08-15
Added preview and thumbnail generator unit tests.
Nick Dedekind
2012-08-10
New design of preview info hints.
Nick Dedekind
2012-08-09
Updated previews to use PreLayoutManagement to set max sizes instead of Compu...
Nick Dedekind
2012-08-08
Improved movie previews.
Nick Dedekind
2012-08-07
Merger Proposal fixes.
Nick Dedekind
2012-08-03
Fixed crashes due to invalid geomotrys in action buttons.
Nick Dedekind
2012-08-02
Thumbnail Generation for previews.
Nick Dedekind
2012-07-26
Dynamic resizing of previews. Added escape key handler.
Nick Dedekind
2012-07-25
Removed factory creation of previews to keep unity-protocol-private hidden fr...
Nick Dedekind
2012-07-23
Removed old include causing build to break.
Nick Dedekind
2012-07-20
Accion button icons. Style fixes.
Nick Dedekind
2012-07-05
PreviewContainer now hosts Previews
Nick Dedekind
2012-07-04
Factory creation of previews. Created derived previews for Application/Movies...
Nick Dedekind