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
Marco Martin
4b7135bd9d
highlight current item
13 years ago
Marco Martin
d2e6bd02f8
color picker collapsed by default
13 years ago
Marco Martin
211746d68e
sync dialog size
13 years ago
Sebastian Kügler
4bfd00bc8f
Falling leaves wallpaper plugin
...
Using QtQuick's particle shader to render a wallpaper.
change the wallpaperPlugin in your appletsrc to org.kde.autumn to try
it.
The code for the wallpaper has been borrowed from QtDeclarative
examples.
13 years ago
Sebastian Kügler
419b6c6dc7
Use a shader to animate the applet's busy state
...
This is just an experiment to show how we can use shaders for our
animations within the containment. It seems to work nicely.
The shader code has been borrowed from the shadereffects example in Qt's
declarative module.
13 years ago
Sebastian Kügler
aae4c4cf34
Bigger buttons in Plasmoid Page
...
Easier to hit when the thing wobbles.
13 years ago
Sebastian Kügler
ce298ecd12
show it's html
13 years ago
Sebastian Kügler
e2902cb4a3
test mimedata attachment and transport from drag to drop area
...
Works for me.
13 years ago