summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-18Minor changes.Andrea Azzarone
(bzr r2507.1.5)
2012-07-17Minor changes.Andrea Azzarone
(bzr r2507.1.4)
2012-07-17Add unit test.Andrea Azzarone
(bzr r2507.1.3)
2012-07-17Add a wrapper for GVolumeMonitor.Andrea Azzarone
(bzr r2507.1.2)
2012-07-17Don't duplicate device launcher icons.Andrea Azzarone
(bzr r2507.1.1)
2012-07-16Fix an autopilot panel test and add additional logging to other autopilot ↵Thomi Richards
tests.. Fixes: . Approved by jenkins, Brandon Schaefer. (bzr r2507)
2012-07-17Made the test much simpler.Thomi Richards
(bzr r2502.1.3)
2012-07-17Fixed failing test.Thomi Richards
(bzr r2502.1.2)
2012-07-16test_bamflaunchericon: don't try to run an application, just test for the ↵Marco Trevisan (Treviño)
icon name. Fixes: . Approved by jenkins, Brandon Schaefer. (bzr r2506)
2012-07-16test_bamflaunchericon: updated copyrightMarco Trevisan (Treviño)
(bzr r2503.1.4)
2012-07-16test_bamflaunchericon: check default icon for empty applicationMarco Trevisan (Treviño)
(bzr r2503.1.3)
2012-07-16PluginAdapterStandalone: remove the unneeded close implementationMarco Trevisan (Treviño)
(bzr r2503.1.2)
2012-07-16test_bamflaunchericon: don't try to run an application, just test for the ↵Marco Trevisan (Treviño)
icon name (bzr r2503.1.1)
2012-07-16Fix launcher autoscroll during dnd.. Fixes: ↵Andrea Azzarone
https://bugs.launchpad.net/bugs/987223. Approved by Brandon Schaefer, jenkins. (bzr r2505)
2012-07-16Fix blinking/flickering of the launcher and panel, especially when runningDaniel van Vugt
LibreOffice or Emacs. (LP: #1024459). Fixes: https://bugs.launchpad.net/bugs/1024459. Approved by jenkins, Łukasz Zemczak. (bzr r2504)
2012-07-16Don't force shell repaint on every fullscreen redraw. That will cause theDaniel van Vugt
panel and launcher to appear over the top of fullscreen windows, intermittently. Which is bad. (bzr r2501.3.4)
2012-07-16Rebase on latest upstream lp:unityDaniel van Vugt
(bzr r2501.3.3)
2012-07-16Don't bind the FBO if it's possible it won't get painted and unbound. ThatDaniel van Vugt
could lead the the screen freezing while fullscreen windows are open. (LP: #1024911) . Fixes: https://bugs.launchpad.net/bugs/1024911. Approved by Łukasz Zemczak, jenkins. (bzr r2503)
2012-07-16Add test cases.Daniel van Vugt
(bzr r2501.3.2)
2012-07-16Fix blinking/flickering of the launcher and panel, especially when runningDaniel van Vugt
LibreOffice or Emacs. (LP: #1024459) Fixes LP: #1024459 (bzr r2501.3.1)
2012-07-16Add test case.Daniel van Vugt
(bzr r2501.2.2)
2012-07-16Made the panel assertion a bit more verbose, and removed an error about the ↵Thomi Richards
Try object being missing. (bzr r2502.1.1)
2012-07-16Don't bind the FBO if it's possible it won't get painted and unbound. ThatDaniel van Vugt
could lead the the screen freezing while fullscreen windows are open. (LP: #1024911) Fixes LP: #1024911 (bzr r2501.2.1)
2012-07-15Use std::function instead of sigc::slot. Fixes: . Approved by jenkins, Tim ↵Marco Trevisan (Treviño)
Penhey. (bzr r2502)
2012-07-16GLibDBusProxy: always return on errorMarco Trevisan (Treviño)
(bzr r2501.1.10)
2012-07-16GLibDBusProxy: use std::shared_ptr with deleter to unref the variantMarco Trevisan (Treviño)
(bzr r2501.1.9)
2012-07-16ShortcutView: pass values to lambda by value instead of using sigc::bindMarco Trevisan (Treviño)
(bzr r2501.1.8)
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-16GLibDBusProxy: replace sigc::slot with std::functionMarco Trevisan (Treviño)
Also remove the NoReplyCallback and use default nullptr value (bzr r2501.1.3)
2012-07-16GLibSignal: replace sigc::slot with std::functionMarco Trevisan (Treviño)
(bzr r2501.1.2)
2012-07-16GLibSource: replace sigc::slot with std::functionMarco Trevisan (Treviño)
(bzr r2501.1.1)
2012-07-13Add test for bug 1020891.. Fixes: https://bugs.launchpad.net/bugs/1020891. ↵Andrea Azzarone
Approved by Gord Allott, jenkins. (bzr r2501)
2012-07-12Scale mode now does not skip the first super to open the dash.. Fixes: ↵Brandon Schaefer
https://bugs.launchpad.net/bugs/1023811. Approved by Thomi Richards. (bzr r2500)
2012-07-12* Merged trunk, and fixed ap testBrandon Schaefer
(bzr r2497.1.2)
2012-07-12* Dont set scale_just_active if super was not pressed to start scale.Brandon Schaefer
(bzr r2497.1.1)
2012-07-12Fix up panel autopilot tests.. Fixes: . Approved by Christopher Lee, ↵Thomi Richards
jenkins, Brandon Schaefer. (bzr r2499)
2012-07-12Default Icon used if one isn't found by bamf.. Fixes: ↵Brandon Schaefer
https://bugs.launchpad.net/bugs/886778. Approved by Tim Penhey, Thomi Richards. (bzr r2498)
2012-07-13Well behaved checks now use assertProperty, thereby giving us some grace time.Thomi Richards
(bzr r2478.1.10)
2012-07-13Merged branch that fixes regressions.Thomi Richards
(bzr r2478.1.9)
2012-07-13Merged parent.Thomi Richards
(bzr r2478.1.8)
2012-07-12Add unit test for branch lp:~andyrock/unity/fix-1020891Andrea Azzarone
(bzr r2497.2.1)
2012-07-12Scale the generated fbo tex by the screen dimentions as its screen sizesmspillaz
and ensure nux sets the reference viewport back to output size. (LP: #1016789). Fixes: https://bugs.launchpad.net/bugs/1016789. Approved by Daniel van Vugt, jenkins. (bzr r2497)
2012-07-12Fixed failing show desktop test.Thomi Richards
(bzr r2496.1.6)
2012-07-12Fixed failing autopilot test.Thomi Richards
(bzr r2496.1.5)
2012-07-12Converted a hud test that failed to use the Eventually matcher.Thomi Richards
(bzr r2496.1.4)
2012-07-12Fixed an error waiting for the Bamf model to update.Thomi Richards
(bzr r2496.1.3)
2012-07-12Hud now closes correctly.Thomi Richards
(bzr r2496.1.2)