summaryrefslogtreecommitdiff
path: root/unity-shared
AgeCommit message (Collapse)Author
2012-08-01Use g_setenv("GSETTINGS_BACKEND", "memory", TRUE);Andrea Azzarone
(bzr r2527.1.6)
2012-08-01Add unit test.Andrea Azzarone
(bzr r2527.1.4)
2012-08-01Remove check. This key is installed on precise too.Andrea Azzarone
(bzr r2527.1.3)
2012-08-01Don't use glib::Signal for "changed" signal.Andrea Azzarone
(bzr r2527.1.2)
2012-07-31Remove gconf dep in panel::Style.Andrea Azzarone
(bzr r2527.1.1)
2012-07-31Base+Derived DBusTestRunner. Added stub thumbnail generator standalone.Nick Dedekind
(bzr r2419.5.1)
2012-07-30Reduced the scope of the variable 'TextureObjectLocation' in IconRenderer.cppMC Return
(bzr r2528.1.22)
2012-07-30Reduced the scope of the variable 'radius' in DashStyle.cppMC Return
(bzr r2528.1.21)
2012-07-30Reduced the scope of the variable 'closest_diff' in BGHash.cppMC Return
(bzr r2528.1.20)
2012-07-30Fixed possible performance issue in PluginAdapterCompiz.cpp by replacement ↵MC Return
of postfix ++ operator with prefix one (bzr r2528.1.14)
2012-07-30Fixed possible performance issue in IconRenderer.cpp by replacement of ↵MC Return
postfix ++ operator with prefix one (bzr r2528.1.13)
2012-07-27merged latest preview ui standaloneGord Allott
(bzr r2419.6.9)
2012-07-27merged latest avani unityGord Allott
(bzr r2419.4.29)
2012-07-26latest preview-ui-standaloneGord Allott
(bzr r2419.6.5)
2012-07-26Dynamic resizing of previews. Added escape key handler.Nick Dedekind
(bzr r2419.4.27)
2012-07-26Merging with trunkMarco Trevisan (Treviño)
(bzr r2509.2.18)
2012-07-25previews showing and workingGord Allott
(bzr r2419.6.3)
2012-07-25Removed factory creation of previews to keep unity-protocol-private hidden ↵Nick Dedekind
from non-UnityCore areas. (bzr r2419.4.26)
2012-07-24makes space for previews, hides filter bar, buggy hide search bar behaviourGord Allott
(bzr r2419.6.1)
2012-07-24UScreen: make the default screen a static member, so that we can mock itMarco Trevisan (Treviño)
(bzr r2509.2.2)
2012-07-23KeyboardUtil: fix possible crash if XkbGetKeyboard returns nullMarco Trevisan (Treviño)
Also use initializer list. Fixes: https://bugs.launchpad.net/bugs/920258. Approved by Tim Penhey, Andrea Azzarone, jenkins. (bzr r2515)
2012-07-23Initialize some colors.Tim Penhey
(bzr r2501.4.4)
2012-07-23Make sure that weight is always set.Tim Penhey
(bzr r2501.4.3)
2012-07-20More style updates. Better action button stacking.Nick Dedekind
(bzr r2419.4.24)
2012-07-20Accion button icons. Style fixes.Nick Dedekind
(bzr r2419.4.23)
2012-07-18Merged with trunkNick Dedekind
(bzr r2419.4.22)
2012-07-17Added music preview.Nick Dedekind
(bzr r2419.4.21)
2012-07-16PluginAdapterStandalone: remove the unneeded close implementationMarco Trevisan (Treviño)
(bzr r2503.1.2)
2012-07-16Fix various code depending on sigc::slotMarco Trevisan (Treviño)
(bzr r2501.1.7)
2012-07-16TextureCache: replace sigc::slot with std::functionMarco Trevisan (Treviño)
(bzr r2501.1.6)
2012-07-16UBusWrapper: replace sigc::slot with std::functionMarco Trevisan (Treviño)
Also make UBusConnection struct private and remove the unneeded manager field (bzr r2501.1.5)
2012-07-16IconLoader: replace sigc::slot with std::functionMarco Trevisan (Treviño)
Also don't accept requests from invalid slots (bzr r2501.1.4)
2012-07-13Added keyboard navigation (not perfect)Nick Dedekind
(bzr r2419.4.19)
2012-07-13Show 'No image available' when no screenshot foundNick Dedekind
(bzr r2419.4.18)
2012-07-12Merged with lp:~mhr3/unity/update-core-preview-apiNick Dedekind
(bzr r2419.4.17)
2012-07-12Merged with trunkNick Dedekind
(bzr r2419.4.16)
2012-07-11* removed debuggingBrandon Schaefer
(bzr r2487.2.5)
2012-07-11* Added gtest for blank iconBrandon Schaefer
(bzr r2487.2.4)
2012-07-09More UI/Layout work.Nick Dedekind
(bzr r2419.4.14)
2012-07-06Fixed action button sizing issues and multi-line description text.Nick Dedekind
(bzr r2419.4.12)
2012-07-06Move the check to the top-level CMakeLists.txttimo.jyrinki@canonical.com
(bzr r2434.3.4)
2012-07-06Merge trunk.timo.jyrinki@canonical.com
(bzr r2434.3.3)
2012-07-06Use a more concise form for the ARM changes.timo.jyrinki@canonical.com
(bzr r2434.3.2)
2012-07-06KeyboardUtil: fixed typoMarco Trevisan (Treviño)
(bzr r2470.13.3)
2012-07-06KeyboardUtil: oops fix return value.Marco Trevisan (Treviño)
(bzr r2470.13.2)
2012-07-06KeyboardUtil: fix possible crash if XkbGetKeyboard returns nullMarco Trevisan (Treviño)
Also use initializer list (bzr r2470.13.1)
2012-07-05Draft Application LayoutNick Dedekind
(bzr r2419.4.11)
2012-07-05PreviewContainer now hosts PreviewsNick Dedekind
(bzr r2419.4.10)
2012-07-04Factory creation of previews. Created derived previews for ↵Nick Dedekind
Application/Movies/Music/Generic. (bzr r2419.4.8)
2012-07-03IMTextEntry: updated to match the new interface of ↵Marco Trevisan (Treviño)
lp:~3v1n0/nux/text-entry-virtual-clipboard. Fixes: https://bugs.launchpad.net/bugs/1016354. Approved by Brandon Schaefer. (bzr r2469)