Sebastian Kügler
5ca77d36bb
Pristine copies of applet model from
...
from: kde-workspace/libs/plasmagenericshell/widgetsexplorer
13 years ago
Sebastian Kügler
832bc012fd
window title for add widgets
13 years ago
Sebastian Kügler
ec4504fb65
Add widget explorer qml file -- pretty bare.
13 years ago
Sebastian Kügler
ee5c2698b3
Widgetexplorer - wiring up
...
- add explorer subdirectory to shellpackge, add widgetexplorer filedefinition
- hook up containment added with a connection to showing the widget
explorer
- memory management for widget explorer: create on demand, delete after
close: Maybe we want to cache it? For now, go for reduced memory
consumption rather than quick opening, and see how slow this might
react.
- add QQuickView for widget explorer in desktopcorona
With this patch, I can open a widget explorer window from the QML
containment. Of course, the widget explorer is just a pink window right
now.
13 years ago
Sebastian Kügler
acacef288c
different icon in testapplet
13 years ago
Marco Martin
eb1ba0f6fd
sync the panel controller size with screen
13 years ago
Sebastian Kügler
fd33c62cb1
clean up includes
13 years ago
Sebastian Kügler
8ca5ab6ff7
Fix a few errors in the testplasmoids
13 years ago
Marco Martin
a02b3c7681
a very simple panel controller
...
dummy, but setting the offset already works
13 years ago
Sebastian Kügler
016b0cd53f
radio buttons to choose backound
13 years ago
Sebastian Kügler
c21bc808d7
layout improvements
13 years ago
Sebastian Kügler
fad6fe021b
Colorshower as first page
13 years ago
Sebastian Kügler
424126a1de
remove hardcoded size
13 years ago
Sebastian Kügler
9be87afa06
Default size 1024x768
...
Makes the initial size of the shell a bit bigger so we can test multiple applets
13 years ago
Script Kiddy
59ea20efd3
SVN_SILENT made messages (.desktop file)
13 years ago
Sebastian Kügler
8a52c4e172
Fix typos
13 years ago
Sebastian Kügler
132e85c995
Fix reference error
13 years ago
Script Kiddy
4a984d36d0
SVN_SILENT made messages (.desktop file)
13 years ago
Marco Martin
c22cb33110
use only uniform vec2
13 years ago
Marco Martin
7bae352e6d
use a vec2 instead of two reals
13 years ago
Marco Martin
65989b7ecb
convert from 1 to 1.0
...
integers are not allowed there
13 years ago
Marco Martin
5e6c984885
try an actual wobblywindows effect
...
it still has some serious problems:
-animation not smooth
-the deformation is linear, the applet appears broken
-unfortunately the ShaderEffect must be a lot bigger thanthe thing it deforms because it looks clipped now
13 years ago
Marco Martin
3b61f61d21
adapt to api change
13 years ago
Marco Martin
2a9d56abc8
use the package name instead of app name
...
plasma2 will have only one executable for different shells
(also, appears to fix a weird crash)
13 years ago
Marco Martin
2d0e8c95ac
execute the update scripts, if any
13 years ago
Marco Martin
8e18d4c73b
listen to print and printError
13 years ago
Marco Martin
ef5616e0cb
remove defaultLayoutScripts
...
this path is now taken from the corona package
13 years ago
Marco Martin
f37caf4220
remove unused QGraphics* includes
13 years ago
Sebastian Kügler
2b7a763499
All imports are now 2.0
...
This patch changes the version numbers of the plugins to 2.0. This
includes the previously 0.1 plasmacomponents, extras and
qtextracomponents. DragandDrop, which was at 1.0 is now also at 2.0.
Also, all the QML code has been changed to import the 2.0 plugins.
As a side-effect, we now share a version number with QtQuick 2.0 now.
13 years ago
Sebastian Kügler
8a3ef62832
change all 0.1 imports to 2.0 in qml files
13 years ago
Script Kiddy
fc9efb4acc
SVN_SILENT made messages (.desktop file)
13 years ago
Marco Martin
0ca944621c
remove the singleton usage from everywhere
13 years ago
Marco Martin
85c7d2d81a
theme.defaultFont.mSize api changed
...
QML2 has QFont directly binded, but doesn't have mSize, so move it to Theme
theme.defaultFont.mSize to theme.mSize(theme.defaultFont)
13 years ago
Script Kiddy
f348b80bea
SVN_SILENT made messages (.desktop file)
13 years ago
Sebastian Kügler
18506baf7a
a few touch-ups
13 years ago
Sebastian Kügler
f7d4bb4278
New page in testshaderdemo showing Shadow effects
13 years ago
Sebastian Kügler
93bad25ef8
Pages with various effects for the Demo applet
...
This demo shows very simple and slightly more complex shaders used with
Plasma Components.
13 years ago
Script Kiddy
b2e30121b1
SVN_SILENT made messages (.desktop file)
13 years ago
Script Kiddy
04687b5a65
SVN_SILENT made messages (.desktop file)
13 years ago
Sebastian Kügler
0a9e0bb098
a few more improvements to the shadertest
13 years ago
Sebastian Kügler
374effadac
editor now does fragment and vertex shaders
13 years ago
Sebastian Kügler
e66eae0fe6
kill useless files
13 years ago
Sebastian Kügler
14e6a08723
UI cleanup and reorg, one page per example
13 years ago
Sebastian Kügler
f41f07ac02
New test applet for shader experiments
13 years ago
Sebastian Kügler
1d04ba2570
Use hideSource, Luke
...
And, dear Luke, don't implement the same in twenty eight lines that are
just one property away. RTFM, Luke.
13 years ago
Marco Martin
50079172fd
make the desktop scripting finally work
...
completely migrate to X-Plasma-ContainmentType from the desktop file, use it to set the containment type as soon as possible (in Containment::init())
in this way the desktop script can recognize panels as what they are immediately
13 years ago
Marco Martin
e90be3f3bd
fully build panel.cpp except hiding
13 years ago
Marco Martin
09aabf45f9
add desktop scripting files, use it
...
still partially stub
13 years ago
Marco Martin
bd1e8ff2b6
reorganize and add config page for autumn
13 years ago
Marco Martin
ff93c6639b
switch wallpaper plugins
13 years ago