summaryrefslogtreecommitdiff
path: root/unity-shared
AgeCommit message (Expand)Author
2012-08-17Merged lp:unityMC Return
2012-08-16* Merged trunk (No conflict?? Yay!)Brandon Schaefer
2012-08-16plumbing to enable the previews to activate on right click in the dash. . Fix...Gord Allott
2012-08-16Preview object introspecion.Nick Dedekind
2012-08-15glib::Signal: add weak referencies to objects and cleanup them when the GObje...Marco Trevisan (Treviño)
2012-08-15Use SignalManager::Add<template> when possible...Marco Trevisan (Treviño)
2012-08-15Update text cached texture when maximum size changes.Nick Dedekind
2012-08-15latest previews uiGord Allott
2012-08-15Merged latest lp:unityMC Return
2012-08-15Merged with trunk.Nick Dedekind
2012-08-15Added preview and thumbnail generator unit tests.Nick Dedekind
2012-08-15Different method name.Tim Penhey
2012-08-15Update the BGHash to use a color animation.Tim Penhey
2012-08-14merges in latest unityGord Allott
2012-08-14Hopefully fixed remaining UBUS_LAUNCHER_END_KEY_SWTICHER -> UBUS_LAUNCHER_END...MC Return
2012-08-14Fix uninitialized variable warnings, causing build failure (LP: #1036514)Daniel van Vugt
2012-08-10* Merged trunk, fixed conflictsBrandon Schaefer
2012-08-10latest preview ui codeGord Allott
2012-08-10Maximum aspect ratio sourced height for previews.Nick Dedekind
2012-08-10New design of preview info hints.Nick Dedekind
2012-08-10Added preview wait spinner.Nick Dedekind
2012-08-10Stretch full textureNick Dedekind
2012-08-10Use IconLoader for loading image from file; sorts out file io blocking.Nick Dedekind
2012-08-10Switched thumbnail generation idle sources to timersNick Dedekind
2012-08-10Fixed indentationNick Dedekind
2012-08-09Recreate coverflow branch without background and alignment tweaks.Jason Smith
2012-08-09merged in ui branchGord Allott
2012-08-09Added check for null pixbuffers in CoverArt iconloader.Nick Dedekind
2012-08-09Fixed typo in thumbnail generator log stringNick Dedekind
2012-08-09Merged lp:~borabora/avani/preview-ui-standaloneNick Dedekind
2012-08-09merge latest unityGord Allott
2012-08-08* removed more stuffBrandon Schaefer
2012-08-08fixed bunch of small bugs wooGord Allott
2012-08-08Increased thumbnail age limit.Nick Dedekind
2012-08-08Improved movie previews.Nick Dedekind
2012-08-08Introduced std::size_t num_windows = windows.size(); and changed the if state...MC Return
2012-08-07Fixed icon cover-art timeout bugNick Dedekind
2012-08-07Fixed preview svg thumbnail renderingNick Dedekind
2012-08-07Added new preview assets and IconTexture for their correct display.Nick Dedekind
2012-08-07removed a lot of the old code for handling background animations we aren't do...Gord Allott
2012-08-07Merger Proposal fixes.Nick Dedekind
2012-08-07Fixed preview info hint name widthNick Dedekind
2012-08-07Merge with avani/unityNick Dedekind
2012-08-06Added thumbnail managementNick Dedekind
2012-08-04Replaced 'windows.size() > 0' with '!windows.empty()' and '!m_ActionList.size...MC Return
2012-08-03Optimized performance and style following suggestions reported by cppcheck:MC Return
2012-08-03Moved user thumbnailers into separate provider.Nick Dedekind
2012-08-02* Switcher is disabled now when the Wall plugin is active.Brandon Schaefer
2012-08-02Thumbnail Generation for previews.Nick Dedekind
2012-08-01Use glib::Signal.Andrea Azzarone