summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-14QuicklistMenuitem, BFBLauncherIcon: don't close the Dash when clicking on ↵Marco Trevisan (Treviño)
BFB quicklist items. Fixes: https://bugs.launchpad.net/bugs/1035641. Approved by Tim Penhey. (bzr r2561)
2012-08-14fix flickeringGord Allott
(bzr r2419.6.25)
2012-08-14QuicklistMenuItem: remove debug bits, factorize duplicated code, remove ↵Marco Trevisan (Treviño)
friendship, use smart pointers Removed a lot of duplicated code between implementations, use top-level factorized code, use enum class, c++ types and better pointer deletions Tests updated. Fixes: . Approved by Tim Penhey. (bzr r2560)
2012-08-14enables preview introspectionGord Allott
(bzr r2419.6.24)
2012-08-14QuicklistMenuItem: remove the wrong "public:" statementMarco Trevisan (Treviño)
(bzr r2547.2.12)
2012-08-14USE_MODERN_COMPIZ_GL does not need to be a CMake option any more.Daniel van Vugt
The macro is instead detected automatically from: include/compiz/opengl/opengl.h (bzr r2559.2.1)
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-14Fixed lens indicator bug appearing when no lens was currently selected. ↵Nic d'Offay
Prior to the fix it was checking whether a lens was active, all lenses were active. It actually needed to check whether a lens currently was both active and visible and only then render the indicator.. Fixes: https://bugs.launchpad.net/bugs/998752. Approved by Tim Penhey. (bzr r2559)
2012-08-13Reduce the spread delay in alt-tab.. Fixes: ↵Andrea Azzarone
https://bugs.launchpad.net/bugs/838232. Approved by John Lea, Tim Penhey, jenkins. (bzr r2558)
2012-08-13Fix a race condition that caused occasional compression of the desktop icon ↵Tim Penhey
work area in height.. Fixes: . Approved by jenkins, Andrea Azzarone. Original authors: - Tim Penhey <tim.penhey@canonical.com> - Bowmore <bowmores@telia.com> (bzr r2557)
2012-08-13Unity: remove the dbus-glib dependencyMarco Trevisan (Treviño)
We don't really need it anymore at this level.. Fixes: . Approved by Andrea Azzarone. (bzr r2556)
2012-08-13Right clicking a launcher icon will open its quicklist even if a quicklist ↵Brandon Schaefer
is already open.. Fixes: https://bugs.launchpad.net/bugs/890991. Approved by Thomi Richards, Marco Trevisan (Treviño). (bzr r2555)
2012-08-13PanelService: correctly dispose the gsettings objectMarco Trevisan (Treviño)
(bzr r2554.1.2)
2012-08-13Unity: remove the dbus-glib dependencyMarco Trevisan (Treviño)
We don't really need it anymore. (bzr r2554.1.1)
2012-08-13unityshell: correctly damage the LauncherDragWindow region. Fixes: ↵Marco Trevisan (Treviño)
https://bugs.launchpad.net/bugs/1026247, https://bugs.launchpad.net/bugs/1032700. Approved by Brandon Schaefer, Andrea Azzarone. (bzr r2554)
2012-08-13QuicklistMenuItem: always use glib::Object<DbusmenuMenuitem>Marco Trevisan (Treviño)
(bzr r2547.2.11)
2012-08-13TrashLauncherIcon: use glib::Signal for entry-activated actionMarco Trevisan (Treviño)
(bzr r2547.2.10)
2012-08-13LauncherIcon: make an icon type to be set on construction, so that it can't ↵Marco Trevisan (Treviño)
be changed. Fixes: https://bugs.launchpad.net/bugs/763560. Approved by Marco Trevisan (Treviño). (bzr r2553)
2012-08-13AbstractLauncherIcon: add typedef for MenuItemsListMarco Trevisan (Treviño)
(bzr r2547.2.9)
2012-08-13LauncherIcon: Use a vector of glib::Object<DbusmenuMenuitem> to get the MenusMarco Trevisan (Treviño)
(bzr r2547.2.8)
2012-08-13BFBLauncherIcon: use glib::SignalManagerMarco Trevisan (Treviño)
(bzr r2547.2.7)
2012-08-13Right clicking a launcher icon will open its quicklist even if a quicklist ↵Brandon Schaefer
is already open.. Fixes: https://bugs.launchpad.net/bugs/890991. Approved by Marco Trevisan (Treviño). (bzr r2552)
2012-08-13* Merged trunk..Brandon Schaefer
(bzr r2529.9.11)
2012-08-13Switcher is now disabled when the Wall plugin is Active.. Fixes: ↵Brandon Schaefer
https://bugs.launchpad.net/bugs/1031959. Approved by Marco Trevisan (Treviño), Thomi Richards. (bzr r2551)
2012-08-13test_bfb_launcher_icon: add BFB tests to check if the menu items are overlay ↵Marco Trevisan (Treviño)
items (bzr r2547.2.6)
2012-08-13BFBLauncherIcon: don't close the Dash when clicking on BFB quicklist itemsMarco Trevisan (Treviño)
(bzr r2547.2.5)
2012-08-13test_quicklist_menu_item: added tests for quicklist activationMarco Trevisan (Treviño)
(bzr r2547.2.4)
2012-08-13QuicklistMenuItem: use static property strings for unity propsMarco Trevisan (Treviño)
(bzr r2547.2.3)
2012-08-13QuicklistMenuItem, QuicklistView: switch to GTest based testsMarco Trevisan (Treviño)
(bzr r2547.2.2)
2012-08-13Remove gconf dep in u-p-s.. Fixes: . Approved by Didier Roche.Andrea Azzarone
(bzr r2550)
2012-08-13QuicklistMenuItem: remove debug bits, factorize duplicated code, remove ↵Marco Trevisan (Treviño)
friendship, use smart pointers Removed a lot of duplicated code between implementations, use top-level factorized code, use enum class, c++ types and better pointer deletions Tests updated (bzr r2547.2.1)
2012-08-13Merge trunk.Andrea Azzarone
(bzr r2540.5.5)
2012-08-13Detect required package "libgeis", rather than waiting for cryptic buildDaniel van Vugt
failures. (LP: #1036095). Fixes: https://bugs.launchpad.net/bugs/1036095. Approved by Sam Spilsbury, Andrea Azzarone. (bzr r2549)
2012-08-13Switch on "backlight toggles" mode by default. Fixes: ↵Andrea Azzarone
https://bugs.launchpad.net/bugs/1033866. Approved by Brandon Schaefer. (bzr r2548)
2012-08-13Merge trunk.Andrea Azzarone
(bzr r2540.4.4)
2012-08-13Detect required package "libgeis", rather than waiting for cryptic buildDaniel van Vugt
failures. (LP: #1036095) (bzr r2547.1.1)
2012-08-13Make ResultIterator operator* return non-const Result, this lowers the ↵Michal Hruby
number of copies we need considerably (bzr r2547.3.5)
2012-08-13Fix criticals coming from ResultView's destructorMichal Hruby
(bzr r2547.3.4)
2012-08-12This should workMichal Hruby
(bzr r2547.3.3)
2012-08-12Initial cut at ResultIterator usageMichal Hruby
(bzr r2547.3.2)
2012-08-11Merge Gord's result-iterator branchMichal Hruby
(bzr r2547.3.1)
2012-08-10* Merged trunk, fixed conflictsBrandon Schaefer
(bzr r2529.8.6)
2012-08-10* merged trunkBrandon Schaefer
(bzr r2540.8.8)
2012-08-10* Clicking was to slow. Sometimes it would press down long enough to ↵Brandon Schaefer
activate dragging of the icon (bzr r2540.8.7)
2012-08-10* Fixed enumBrandon Schaefer
(bzr r2540.8.6)
2012-08-10* Merged trunk.Brandon Schaefer
(bzr r2529.9.10)
2012-08-10Music track preview displays state while playing/pausedNick Dedekind
(bzr r2419.4.64)
2012-08-10Rename 'object' to 'self'.Andrea Azzarone
(bzr r2540.5.4)
2012-08-10Remove debug code.Andrea Azzarone
(bzr r2540.5.3)
2012-08-10relayout preview on layout size changeGord Allott
(bzr r2419.6.23)