branches with status:
Name Status Last Modified Last Commit
lp:appmenu-gtk/0.4 bug 1 Development 2013-06-07 21:55:09 UTC
153. Cherrypick r158 from trunk to help fi...

Author: Alex Chiang
Revision Date: 2013-06-07 21:55:09 UTC

Cherrypick r158 from trunk to help fix nm-applet in Precise.

lp:~canonical-dx-team/notify-osd/precise bug 1 Development 2012-11-28 10:36:35 UTC
461. Releasing 0.9.35daily12.11.28-0ubuntu...

Author: PS Jenkins bot
Revision Date: 2012-11-28 10:36:35 UTC

Releasing 0.9.35daily12.11.28-0ubuntu1 to ubuntu.

Approved by .

lp:~canonical-dx-team/sni-qt/trunk 1 Development 2012-11-27 08:38:41 UTC
98. Add bootstrapping message. Approved ...

Author: Didier Roche-Tolomelli
Revision Date: 2012-11-27 08:38:41 UTC

Add bootstrapping message.

Approved by Lars Uebernickel, PS Jenkins bot.

lp:appmenu-gtk/12.10 bug 1 Development 2012-10-03 15:51:16 UTC
161. 12.10.2

Author: Charles Kerr
Revision Date: 2012-10-03 15:51:16 UTC

12.10.2

lp:ido/12.10 1 Development 2012-09-20 15:59:26 UTC
116. 12.10.2

Author: Charles Kerr
Revision Date: 2012-09-20 15:59:26 UTC

12.10.2

lp:ido/0.3 bug 1 Development 2012-04-12 15:18:01 UTC
108. merge lp:~allanlesage/ido/TDD to add ...

Author: Charles Kerr
Revision Date: 2012-04-12 15:18:01 UTC

merge lp:~allanlesage/ido/TDD to add targets to autotools build for code-coverage reporting. For more information, see this blog post: http://qualityhour.wordpress.com/2012/01/29/test-coverage-tutorial-for-cc-autotools-projects/ .

lp:notify-osd/oneiric bug 1 Development 2012-02-02 12:41:17 UTC
448. Merged pitti's branch avoiding notify...

Author: Mirco Müller
Revision Date: 2012-02-02 12:38:39 UTC

Merged pitti's branch avoiding notify-osd to wake up on every key/focus event

lp:appmenu-gtk/0.1 2 Mature 2011-06-10 22:07:41 UTC
103. Blacklist Midori

Author: Ted Gould
Revision Date: 2011-01-06 21:37:44 UTC

Blacklist Midori

lp:appmenu-gtk/0.2 2 Mature 2011-06-10 21:58:47 UTC
135. support gtk3 builds (thanks to Mathia...

Author: Michael Terry
Revision Date: 2011-05-12 06:55:24 UTC

support gtk3 builds (thanks to Mathias Hasselmann)

lp:~canonical-dx-team/unity/unity.fix-ql-losing-focus 1 Development 2011-02-28 23:29:18 UTC
905. trying to get to keyboard-focus on th...

Author: Mirco Müller
Revision Date: 2011-02-28 23:28:39 UTC

trying to get to keyboard-focus on the quicklist once it opened via key-nav

lp:~canonical-dx-team/unity/unity.unity-mt-grab-handles (Has a merge proposal) 1 Development 2011-02-28 17:16:56 UTC
902. Add unity-mt-grab-handles

Author: Sam Spilsbury
Revision Date: 2011-02-28 17:05:41 UTC

Add unity-mt-grab-handles

lp:notify-osd/natty (Linked to a blueprint) 1 Development 2011-02-25 11:32:32 UTC
433. bump version number to 0.9.30 for the...

Author: Mirco Müller
Revision Date: 2011-02-25 11:02:45 UTC

bump version number to 0.9.30 for the new release

lp:notify-osd/lucid bug(Linked to a blueprint) 1 Development 2011-02-25 11:02:45 UTC
433. bump version number to 0.9.30 for the...

Author: Mirco Müller
Revision Date: 2011-02-25 11:02:45 UTC

bump version number to 0.9.30 for the new release

lp:~canonical-dx-team/unity/unity.fix-701543 bug 1 Development 2011-02-14 11:07:39 UTC
828. modified: src/Launcher.cpp src/Pl...

Author: Mirco Müller
Revision Date: 2011-02-14 11:07:39 UTC

modified:
  src/Launcher.cpp
  src/PlacesController.cpp
  src/QuicklistView.cpp
  src/unityshell.cpp

Adapted to API-change for BaseWindow::EnableInputWindow()

lp:~canonical-dx-team/unity/unity.fix-701546 bug 1 Development 2011-01-24 14:06:16 UTC
757. Further attempts to try to get keyboa...

Author: Mirco Müller
Revision Date: 2011-01-24 14:06:16 UTC

Further attempts to try to get keyboard-focus working for the launcher

lp:~canonical-dx-team/unity/unity.fix-701594 bug 1 Development 2011-01-12 22:40:21 UTC
757. use better comment for new make-target

Author: Mirco Müller
Revision Date: 2011-01-12 22:39:11 UTC

use better comment for new make-target

lp:~canonical-dx-team/unity/unity.paint_under_fullscreen (Has a merge proposal) 1 Development 2010-12-31 04:33:02 UTC
730. We have removed our own windows from ...

Author: Sam Spilsbury
Revision Date: 2010-12-31 04:31:24 UTC

We have removed our own windows from the paint list - we can no longer
rely on them for paint order, so just paint underneath fullscreen windows
(since in reality we want to be on top of everything else).

This also cuts back the number of function calls we need - we can just
enable painting on fullscreen windows and nothing else

-------------- This line and the following will be ignored
--------------

modified:
  src/unityshell.cpp

lp:~canonical-dx-team/unity/unity.maximized_snapoff 1 Development 2010-12-27 15:39:57 UTC
730. Added snap-off functionality for maxi...

Author: Sam Spilsbury
Revision Date: 2010-12-27 15:36:20 UTC

Added snap-off functionality for maximized windows. Works like the regular
snap-off functionality from compiz and metacity for maximized windows - just
grab the "unused" area of the panel + titlebar while the window is maximized
and drag down - the window will be unmaximized.

changed:
 * src/PanelMenuView.cpp : Add signals
 * src/PanelMenuView.h : Add signal callback methods and _is_grabbed
 * src/WindowManager.cpp : Added a StartMove () method. This sets a
                           _NET_WM_MOVERESIZE_MOVE (on _NET_WM_MOVERESIZE)
                           to the root window, which compiz and other EWMH
                           compliant window managers will receive and
                           initiate a window move with
Added:
 * PanelTitlebarGrabAreaView.cpp / h : New nux widget embedded into panel
           which takes up the rest of the remaining
           space and handles grab events

lp:~canonical-dx-team/unity/unity.add_multi_plugin_build_and_unity_dialog 1 Development 2010-12-23 05:38:49 UTC
730. Move to multi-plugin build and add un...

Author: Sam Spilsbury
Revision Date: 2010-12-23 05:37:53 UTC

Move to multi-plugin build and add unitydialog plugin

lp:~canonical-dx-team/unity/unity.add-multiple-plugins-to-buildsystem (Has a merge proposal) 1 Development 2010-12-13 12:27:43 UTC
703. Fixed up the unityshell build

Author: Sam Spilsbury
Revision Date: 2010-12-13 12:27:43 UTC

Fixed up the unityshell build

lp:~canonical-dx-team/nux/nux.gputests 1 Development 2010-12-13 01:05:40 UTC
156. * Added GPU tests * Bug Fix: trying t...

Author: Jay Taoko
Revision Date: 2010-12-13 01:05:40 UTC

* Added GPU tests
* Bug Fix: trying to set vsync before checking if the extension is available in glx

lp:~canonical-dx-team/unity/unity.dnd-offscreen 1 Development 2010-12-10 23:05:37 UTC
699. * Offscreen rendering of DND window

Author: Jay Taoko
Revision Date: 2010-12-10 23:04:56 UTC

* Offscreen rendering of DND window

lp:~canonical-dx-team/nux/nux.fix-object 1 Development 2010-12-09 05:31:24 UTC
149. * Fixed bug in Object.

Author: Jay Taoko
Revision Date: 2010-12-09 05:30:55 UTC

* Fixed bug in Object.

lp:~canonical-dx-team/nux/nux.gtkentry-wrapper 1 Development 2010-12-08 05:34:05 UTC
152. GtkEntry wrapper * Render the offscre...

Author: Jay Taoko
Revision Date: 2010-12-08 05:34:05 UTC

GtkEntry wrapper
* Render the offscreen window pixbuf

lp:~canonical-dx-team/nux/nux.arch-cleanup 1 Development 2010-12-05 01:15:51 UTC
139. * Cleanup Nux Graphics * Added GpuInf...

Author: Jay Taoko
Revision Date: 2010-12-05 01:15:51 UTC

* Cleanup Nux Graphics
* Added GpuInfo
* Fixed end of line

lp:~canonical-dx-team/unity/unity.event-automation 1 Development 2010-12-03 06:24:38 UTC
658. * Bugfix: the quicklist should emit t...

Author: Jay Taoko
Revision Date: 2010-12-03 06:24:38 UTC

* Bugfix: the quicklist should emit that an item is clicked only on the mouse up signal.

lp:~canonical-dx-team/unity/unity.fix-682345 1 Development 2010-12-01 22:27:06 UTC
649. Possible fix for bug #682345

Author: Jay Taoko
Revision Date: 2010-12-01 22:25:47 UTC

Possible fix for bug #682345

lp:~canonical-dx-team/nux/nux.event-fix 1 Development 2010-11-30 06:44:35 UTC
133. In progress: event fix

Author: Jay Taoko
Revision Date: 2010-11-30 06:43:55 UTC

In progress: event fix

lp:~canonical-dx-team/nux/trunk 1 Development 2010-11-29 18:32:11 UTC
132. * Detect mouse release during a GrabP...

Author: Jay Taoko
Revision Date: 2010-11-29 18:32:11 UTC

* Detect mouse release during a GrabPointer of input windows

[modified]
  NuxGraphics/XInputWindow.cpp

lp:~canonical-dx-team/unity/unity 1 Development 2010-11-25 16:17:42 UTC
630. added: src/QuicklistMenuItem.cpp ...

Author: Mirco Müller
Revision Date: 2010-11-25 16:09:04 UTC

added:
  src/QuicklistMenuItem.cpp
  src/QuicklistMenuItem.h
  src/QuicklistMenuItemCheckmark.cpp
  src/QuicklistMenuItemCheckmark.h
  src/QuicklistMenuItemLabel.cpp
  src/QuicklistMenuItemLabel.h
  src/QuicklistMenuItemRadio.cpp
  src/QuicklistMenuItemRadio.h
  src/QuicklistMenuItemSeparator.cpp
  src/QuicklistMenuItemSeparator.h
  tests/unit/TestQuicklistMenuitems.cpp
  tests/unit/TestThreadHelper.h
modified:
  src/LauncherIcon.cpp*
  src/LauncherIcon.h
  src/QuicklistView.cpp*
  src/QuicklistView.h*
  src/StaticCairoText.cpp
  src/StaticCairoText.h
  src/Tooltip.cpp
  src/Tooltip.h
  tests/CMakeLists.txt
  tests/unit/TestMain.cpp*

Merged unity.qlmenuitems branch after review (and corrections) and
approval to unity trunk. This does implement proper local and rendering
of Quicklist menuitems. Final visual polish still remains to be done.

lp:~canonical-dx-team/nux/nux.improved-ref-count 1 Development 2010-11-21 05:53:19 UTC
124. * Minor Fix: disable irrelevant warning

Author: Jay Taoko
Revision Date: 2010-11-21 05:53:19 UTC

* Minor Fix: disable irrelevant warning

lp:~canonical-dx-team/unity/unity.shelf 1 Development 2010-11-14 07:30:07 UTC
605. Start working on "shelf" concept

Author: Jason Smith
Revision Date: 2010-11-14 07:29:07 UTC

Start working on "shelf" concept

lp:~canonical-dx-team/ubuntu/maverick/gtk+2.0/menuproxy 1 Development 2010-08-24 02:26:35 UTC
184. Cast to GtkWidget

Author: Cody Russell
Revision Date: 2010-08-24 02:26:35 UTC

Cast to GtkWidget

lp:~canonical-dx-team/unity/ubuntu-netbook-unity-default-settings 1 Development 2010-05-10 06:42:53 UTC
39. releasing version 0.7.9

Author: Didier Roche-Tolomelli
Revision Date: 2010-05-05 15:51:14 UTC

releasing version 0.7.9

lp:~canonical-dx-team/mutter/mutter-fixes 1 Development 2010-05-10 06:34:12 UTC
3436. Fix nasty crash with windows that don...

Author: Neil J. Patel
Revision Date: 2010-05-06 11:14:10 UTC

Fix nasty crash with windows that don't exist anymore in topmost_changed

lp:~canonical-dx-team/wncksync/wncksync-packaging 1 Development 2010-05-10 06:29:42 UTC
146. releasing version 0.2.24-0ubuntu1

Author: Didier Roche-Tolomelli
Revision Date: 2010-05-07 11:04:42 UTC

releasing version 0.2.24-0ubuntu1

lp:dbusmodel 1 Development 2010-05-10 06:22:48 UTC
62. [release] 0.1.2

Author: Neil J. Patel
Revision Date: 2010-01-28 16:14:54 UTC

[release] 0.1.2

lp:~canonical-dx-team/dbusmodel/dbusmodel-packaging 1 Development 2010-05-10 06:22:13 UTC
64. releasing version 0.1.2-0ubuntu1~ppa1

Author: Didier Roche-Tolomelli
Revision Date: 2010-01-28 19:05:10 UTC

releasing version 0.1.2-0ubuntu1~ppa1

lp:wncksync 1 Development 2010-05-07 10:07:49 UTC
120. version bump to 2.24

Author: Jason Smith
Revision Date: 2010-05-07 10:07:49 UTC

version bump to 2.24

lp:~canonical-dx-team/liblauncher/liblauncher-packaging 1 Development 2010-04-16 15:22:42 UTC
98. releasing version 0.3.26-0ubuntu1

Author: Didier Roche-Tolomelli
Revision Date: 2010-04-16 15:22:42 UTC

releasing version 0.3.26-0ubuntu1

lp:clutk/0.2 2 Mature 2010-04-12 09:37:32 UTC
105. bump version

Author: Didier Roche-Tolomelli
Revision Date: 2010-04-12 09:37:32 UTC

bump version

lp:wncksync/0.2 1 Development 2010-01-26 14:45:02 UTC
93. Fix distcheck

Author: Jason Smith
Revision Date: 2010-01-26 14:45:02 UTC

Fix distcheck

lp:~canonical-dx-team/wncksync/0.1 1 Development 2010-01-14 15:40:04 UTC
86. Update version number:

Author: Jason Smith
Revision Date: 2010-01-14 15:40:04 UTC

Update version number:

lp:~canonical-dx-team/window-picker-applet/karmic 1 Development 2009-11-03 05:16:34 UTC
105. import packaging.

Author: Robert Collins
Revision Date: 2009-11-03 05:16:11 UTC

import packaging.

lp:~canonical-dx-team/maximus/karmic 1 Development 2009-11-02 04:40:28 UTC
57. Import packaging from Ubuntu.

Author: Robert Collins
Revision Date: 2009-11-02 04:40:04 UTC

Import packaging from Ubuntu.

lp:~canonical-dx-team/go-home-applet/karmic 1 Development 2009-11-02 03:31:36 UTC
41. Import Ubuntu packaging.

Author: Robert Collins
Revision Date: 2009-11-02 03:31:36 UTC

Import Ubuntu packaging.

lp:~canonical-dx-team/ubuntu/karmic/plasma-widget-indicatordisplay/dailydebs 1 Development 2009-10-28 04:10:49 UTC
104. Import packaging data.

Author: Robert Collins
Revision Date: 2009-10-28 04:10:16 UTC

Import packaging data.

lp:~canonical-dx-team/ubuntu/karmic/libindicate-qt/dailydebs 1 Development 2009-10-28 01:37:20 UTC
99. Import packaging from karmic.

Author: Robert Collins
Revision Date: 2009-10-28 01:19:11 UTC

Import packaging from karmic.

148 of 48 results