summaryrefslogtreecommitdiff
path: root/unity-shared
AgeCommit message (Collapse)Author
2012-08-20merge trunkJason Smith
(bzr r2542.1.3)
2012-08-20Enable the new nux animation framework. Update BGHash to use the new ↵Tim Penhey
animations.. Fixes: . Approved by Andrea Azzarone. (bzr r2587)
2012-08-18Checking for emptiness instead of checking if size == 0 to optimize performanceMC Return
(bzr r2583.1.3)
2012-08-17Merged lp:unityMC Return
(bzr r2540.9.8)
2012-08-16* Merged trunk (No conflict?? Yay!)Brandon Schaefer
(bzr r2540.8.11)
2012-08-16plumbing to enable the previews to activate on right click in the dash. . ↵Gord Allott
Fixes: . Approved by Neil J. Patel. Original authors: - Gord Allott <gord.allott@canonical.com> - Nick Dedekind <nicholas.dedekind@gmail.com> (bzr r2574)
2012-08-15glib::Signal: add weak referencies to objects and cleanup them when the ↵Marco Trevisan (Treviño)
GObjects get invalid. Fixes: . Approved by Brandon Schaefer. (bzr r2571)
2012-08-15Use SignalManager::Add<template> when possible...Marco Trevisan (Treviño)
(bzr r2567.1.4)
2012-08-15Update text cached texture when maximum size changes.Nick Dedekind
Fixes LP: #1037187 (bzr r2568.1.1)
2012-08-15latest previews uiGord Allott
(bzr r2419.6.34)
2012-08-15Merged with trunk.Nick Dedekind
(bzr r2419.4.68)
2012-08-15Added preview and thumbnail generator unit tests.Nick Dedekind
(bzr r2419.4.67)
2012-08-15Different method name.Tim Penhey
(bzr r2565.1.3)
2012-08-15Update the BGHash to use a color animation.Tim Penhey
(bzr r2565.1.2)
2012-08-14merges in latest unityGord Allott
(bzr r2419.6.31)
2012-08-14Fix uninitialized variable warnings, causing build failure (LP: #1036514)Daniel van Vugt
You'd only see these errors if you build lp:unity with: -DUSE_MODERN_COMPIZ_GL=ON Fixes LP: #1036514 (bzr r2558.1.1)
2012-08-10* Merged trunk, fixed conflictsBrandon Schaefer
(bzr r2529.8.6)
2012-08-10latest preview ui codeGord Allott
(bzr r2419.6.21)
2012-08-10Maximum aspect ratio sourced height for previews.Nick Dedekind
(bzr r2419.4.63)
2012-08-10New design of preview info hints.Nick Dedekind
(bzr r2419.4.62)
2012-08-10Added preview wait spinner.Nick Dedekind
(bzr r2419.4.61)
2012-08-10Stretch full textureNick Dedekind
(bzr r2419.4.60)
2012-08-10Use IconLoader for loading image from file; sorts out file io blocking.Nick Dedekind
(bzr r2419.4.59)
2012-08-10Switched thumbnail generation idle sources to timersNick Dedekind
(bzr r2419.4.58)
2012-08-10Fixed indentationNick Dedekind
(bzr r2419.4.56)
2012-08-09Recreate coverflow branch without background and alignment tweaks.Jason Smith
(bzr r2542.1.1)
2012-08-09merged in ui branchGord Allott
(bzr r2419.6.19)
2012-08-09Added check for null pixbuffers in CoverArt iconloader.Nick Dedekind
(bzr r2419.4.53)
2012-08-09Fixed typo in thumbnail generator log stringNick Dedekind
(bzr r2419.4.51)
2012-08-09Merged lp:~borabora/avani/preview-ui-standaloneNick Dedekind
(bzr r2419.7.1)
2012-08-09merge latest unityGord Allott
(bzr r2419.6.16)
2012-08-08* removed more stuffBrandon Schaefer
(bzr r2540.8.3)
2012-08-08fixed bunch of small bugs wooGord Allott
(bzr r2419.6.13)
2012-08-08Increased thumbnail age limit.Nick Dedekind
(bzr r2419.4.48)
2012-08-08Improved movie previews.Nick Dedekind
(bzr r2419.4.47)
2012-08-08Introduced std::size_t num_windows = windows.size(); and changed the if ↵MC Return
statement in PluginAdapter::ScaleWindowGroup to check num_windows (bzr r2540.9.7)
2012-08-07Fixed icon cover-art timeout bugNick Dedekind
(bzr r2419.4.46)
2012-08-07Fixed preview svg thumbnail renderingNick Dedekind
(bzr r2419.4.44)
2012-08-07Added new preview assets and IconTexture for their correct display.Nick Dedekind
(bzr r2419.4.43)
2012-08-07removed a lot of the old code for handling background animations we aren't ↵Gord Allott
doing anymore (bzr r2419.6.12)
2012-08-07Merger Proposal fixes.Nick Dedekind
(bzr r2419.4.42)
2012-08-07Fixed preview info hint name widthNick Dedekind
(bzr r2419.4.41)
2012-08-07Merge with avani/unityNick Dedekind
(bzr r2419.4.39)
2012-08-06Added thumbnail managementNick Dedekind
(bzr r2419.4.33)
2012-08-04Replaced 'windows.size() > 0' with '!windows.empty()' and ↵MC Return
'!m_ActionList.size()' with 'm_ActionList.empty()' (x2) in PluginAdapterCompiz.cpp to optimize performance (bzr r2540.9.2)
2012-08-03Optimized performance and style following suggestions reported by cppcheck:MC Return
1. Reduced the scope of various variables. 2. Used prefix ++ operators for non-primitive types, because those can be more efficient than post-increment. Post-increment usually keeps a copy of the previous value, adds extra code and is slower.. Fixes: . Approved by Brandon Schaefer, Marco Trevisan (Treviño). (bzr r2534)
2012-08-03Moved user thumbnailers into separate provider.Nick Dedekind
(bzr r2419.4.31)
2012-08-02* Switcher is disabled now when the Wall plugin is active.Brandon Schaefer
(bzr r2529.8.1)
2012-08-02Thumbnail Generation for previews.Nick Dedekind
(bzr r2419.5.2)
2012-08-01Use glib::Signal.Andrea Azzarone
(bzr r2527.1.8)