~ubuntu-branches/ubuntu/maverick/plasma-mobile/maverick

« back to all changes in this revision

Viewing changes to bindings/plasmabindings.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Belem
  • Date: 2010-08-30 23:41:22 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100830234122-3q94e0vf1qfl4e2c
Tags: 0.0~svn20100830-0ubuntu1
* New svn snapshot, revision 1170070. (LP: #627205)
* Updated Standards-Version to 3.9.1.
* Updated the build-dep kdebase-workspace-dev to >= 4.5.
* Removed the patches kubuntu_02_enable_mobilesystray_build.diff and
  kubuntu_03_add_mobilesystray_to_all_desktops.diff since upstream
  already enables the systray build and it is by default on all
  desktops.
* Switch to dpkg-source 3.0 (quilt) format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
qmlRegisterType<Plasma::Svg>("Plasma", 0, 1, "Svg");
40
40
qmlRegisterType<Plasma::FrameSvg>("Plasma", 0, 1, "FrameSvg");
41
41
 
 
42
qmlRegisterType<ThemeProxy>("Plasma", 0, 1, "Theme");
 
43
 
42
44
qmlRegisterInterface<QGraphicsLayoutItem>("QGraphicsLayoutItem");
43
45
qmlRegisterInterface<QGraphicsLayout>("QGraphicsLayout");
44
46
qmlRegisterType<GraphicsLinearLayoutStretchItemObject>("GraphicsLayouts",4,7,"QGraphicsLinearLayoutStretchItem");