Avoid rendering background for QML widgets
m base/qt4/desktopwidget.cpp
Avoid rendering background for QML widgets
Draw the background with SVG
m base/qt4/desktopwidget.cpp
m base/qt4/desktopwidget.h
m base/qt4/plexyconfig.cpp
m base/qt4/svgprovider.cpp
m base/qt4/svgprovider.h
m extensions/desktop/plexy/desktopview.cpp
Draw the background with SVG
Removes hard coded image paths and uses the Image Cache
+ artwork/themepacks/default/resources/icon.png
+ artwork/themepacks/default/resources/panel.png
+ artwork/themepacks/default/resources/reverse.png
m base/qt4/CMakeLists.txt
m base/qt4/desktopwidget.cpp
m base/qt4/desktopwidget.h
m base/qt4/imagecache.cpp
m base/qt4/imagecache.h
Removes hard coded image paths and uses the Image Cache
Desktop widget now uses the Image cache to load images this
removes the hard coded paths within the base widget
- We still need to create only one instance of the cache
Adds Edit mode to desktopwidget
m base/qt4/desktopwidget.cpp
m base/qt4/desktopwidget.h
Adds Edit mode to desktopwidget
Adds a new API method setEditMode and editMode() to desktop widgets
this allows external desktopwidget handlers to set and reset the
edit mode of desktop widgets
Linux Compile Fixes
m base/qt4/netwm.h
m base/qt4/netwm_def.h
m extensions/widgets/cpu/cpuwidget.cpp
Linux Compile Fixes
Make the widget close when we press and hold the widget
m base/qt4/desktopwidget.cpp
m base/qt4/desktopwidget.h
Make the widget close when we press and hold the widget
When the widget is in DOCK mode, and if we press and hold the widget
for some time. it will enter edit more where, clicking on it again
will close the widget.
DesktopView : Load the desktop from desktop view plugin
m base/qt4/desktopviewplugin.h
m extensions/desktop/plexy/desktopview.cpp
m extensions/desktop/plexy/desktopviewiface.cpp
m extensions/desktop/plexy/desktopviewimpl.cpp
m extensions/desktop/plexy/desktopviewimpl.h
m runner/CMakeLists.txt
m runner/desktopbaseui.cpp
DesktopView : Load the desktop from desktop view plugin
runtime : Load the View from a Plugin
m base/qt4/desktopviewplugin.h
m runner/desktopbaseui.cpp
m runner/desktopbaseui.h
runtime : Load the View from a Plugin
Load the desktop view from plexydesk view plugin
Plugin: Desktop View Plugin
m CMakeLists.txt
m base/qt4/CMakeLists.txt
m base/qt4/abstractdesktopview.h
+ base/qt4/desktopviewplugin.h
+ extensions/desktop/plexy/CMakeLists.txt
+ extensions/desktop/plexy/desktopview.cpp
+ extensions/desktop/plexy/desktopview.h
+ extensions/desktop/plexy/desktopviewiface.cpp
+ extensions/desktop/plexy/desktopviewiface.h
+ extensions/desktop/plexy/desktopviewimpl.cpp
+ extensions/desktop/plexy/desktopviewimpl.h
+ extensions/desktop/plexy/plexydesktopview.desktop
m runner/desktopview.cpp
m runner/desktopview.h
Plugin: Desktop View Plugin
A DesktopView plugin which defines the main desktopview.
Adds : Abstract Desktop View
m base/qt4/CMakeLists.txt
+ base/qt4/abstractdesktopview.cpp
+ base/qt4/abstractdesktopview.h
m base/qt4/qmldesktopwidget.cpp
m base/qt4/qmldesktopwidget.h
Adds : Abstract Desktop View
Currently PlexyDesktopView is hard coded into the source tree so
any one who want to have their own view will have to fork the runtime.
With this abstract class the developers can use the API and write
their own DesktopView which can be loaded as a plugin.
refs #162
stylefix : remove white spaces
m base/qt4/desktopwidget.h
stylefix : remove white spaces
Cleanup : code clean up
m base/qt4/dataplugin.h
Cleanup : code clean up
refs #162 - Document Plexydesk Desktop Widget
m base/qt4/desktopwidget.h
refs #162 - Document Plexydesk Desktop Widget
refs #162 Rename NORMALSIDE to VIEW
m base/qt4/desktopwidget.cpp
m base/qt4/desktopwidget.h
+ base/qt4/qmldesktopwidget.cpp
+ base/qt4/qmldesktopwidget.h
m base/qt4/themepackloader.cpp
m extensions/facebook/authwin/authwidget.cpp
m runner/desktopview.cpp
refs #162 Rename NORMALSIDE to VIEW
change the variable to make more sense
refs #162 - Hide the qml children when docking the desktop widget
m base/qt4/desktopwidget.cpp
m base/qt4/desktopwidget.h
m runner/CMakeLists.txt
m runner/desktopview.cpp
refs #162 - Hide the qml children when docking the desktop widget
Introduces a new API, DesktopWidget::setContentRect to notify the base widget
about the size of the child widget so it can restore back to it's original size.
refs #162 - remove qml specific code from desktop widget
m base/qt4/desktopwidget.cpp
m base/qt4/desktopwidget.h
m extensions/backdrop/classicdrop/backdrop.cpp
m extensions/backdrop/classicdrop/backdrop.h
m extensions/widgets/folderwidget/folderplugin.cpp
m extensions/widgets/folderwidget/folderplugin.h
m extensions/widgets/photoframe/imageplugin.cpp
m extensions/widgets/photoframe/imageplugin.h
m runner/desktopview.cpp
m runner/main.cpp
refs #162 - remove qml specific code from desktop widget
The commit also tells the qml widgets to handle the double click
events.
refs #162 - split the QML specific stuff out of PlexydeskWidget
m base/qt4/CMakeLists.txt
m base/qt4/desktopwidget.cpp
m base/qt4/desktopwidget.h
+ plexydeskqmlwidget.h
refs #162 - split the QML specific stuff out of PlexydeskWidget
New QmlWidgetClass to hold qml specific stuff
[Fixed] Compilation issue due to the move of config.h to mime_globals.h
m 3rdparty/mime/CMakeLists.txt
[Fixed] Compilation issue due to the move of config.h to mime_globals.h
Add missing files, remove compilation warnings and qml folder view
m artwork/themepacks/default/default.pro
m base/qt4/plexyconfig.cpp
m base/qt4/qt4.pro
m extensions/backdrop/classicdrop/classicinterface.cpp
m extensions/data/rest/rest.cpp
m extensions/data/rest/restinterface.cpp
m extensions/extensions.pro
m extensions/widgets/photoframe/imageitem.cpp
m extensions/widgets/photoframe/imageplugin.cpp
m extensions/widgets/photoframe/interface.cpp
m plexydesk.pro
m runner/runner.pro
Add missing files, remove compilation warnings and qml folder view
Fix unix and mac compilation
m artwork/themepacks/default/default.pro
m plexydesk.pro
m runner/runner.pro
Fix unix and mac compilation
Navigation
Welcome
Welcome to the site of PlexyDesk - the new age window manager.
Browse the site for more details and for any help you need, join us at #plexydesk on freenode or Skype Us.
AntiSpam statistics
PlexyDesk Home is proudly protected by AntiSpam, 1 spam caught since 23 June, 2011
