Sebastian Kügler
6f45ad7c0d
Use new service type and cmake macro for wallpapers
13 years ago
Marco Martin
0034c7da79
move the config dialog in the shell
...
it still doesn't successfully load
13 years ago
Script Kiddy
98c138caca
SVN_SILENT made messages (.desktop file)
13 years ago
Script Kiddy
ba39d7132e
SVN_SILENT made messages (.desktop file)
13 years ago
Sebastian Kügler
f9593a05de
Move image wallpaper to color, reflecting reality
13 years ago
Aaron Seigo
5defe20f92
add the runtime platform entry
13 years ago
Sebastian Kügler
1881ad6668
file definitions for LnF package
13 years ago
Sebastian Kügler
f36e6cb347
Directory definitions for Look and Feel package structure
13 years ago
Sebastian Kügler
f6363cc39a
Start of look and feel package structure
13 years ago
Sebastian Kügler
7b073af51c
comment improvements
13 years ago
Sebastian Kügler
485e0585df
test locale bindings
13 years ago
Sebastian Kügler
04cf01f7d8
Improve plasma-shell app metadata
13 years ago
Sebastian Kügler
dc7ee6dc68
Try a special component as tooltip: works
13 years ago
Sebastian Kügler
6d97bc78e4
rename testplasma2 binary to plasma-shell
...
This also means that the config file is now
~/.config5/plasma-shell-appletsrc
CCMAIL:plasma-devel@kde.org
13 years ago
Sebastian Kügler
8b7fe619f7
add objectnames for easier debugging
13 years ago
Marco Martin
0b8b76057e
find solid
13 years ago
Marco Martin
e570b506e5
link to Solid
13 years ago
Marco Martin
3d13224512
remove DataEngine::query()
13 years ago
Sebastian Kügler
514df43156
Restore API: ToolTip.visualParent becomes target
13 years ago
Sebastian Kügler
afc67d088e
Add two test images, use them for tooltips
13 years ago
Sebastian Kügler
55a48f9cc1
Increase margins a bit, wm hints
13 years ago
Sebastian Kügler
8d2fb1ce4b
Window size synching with tooltip content
13 years ago
Sebastian Kügler
0ea6247d0f
Add testing code for tooltips in testcomponentsapplet
13 years ago
Script Kiddy
ddbbaea7c8
SVN_SILENT made messages (.desktop file)
13 years ago
Script Kiddy
a088853e48
SVN_SILENT made messages (.desktop file)
13 years ago
Sebastian Kügler
1686d8ae79
More predictable behaviour of wallpaper chooser
13 years ago
Sebastian Kügler
6003283884
Make it possible to choose wallpapers without config
...
Wallpapers don't necessarily have config UIs, so we need to take a bit
of care that we don't try to load them. Just hide the pagestack instead.
13 years ago
Sebastian Kügler
ac72f29694
small cleanup
13 years ago
Sebastian Kügler
fc672c5e1b
improve dragdroppage
13 years ago
Sebastian Kügler
f1579af5ab
Enable category filtering in widgetexplorer
13 years ago
Sebastian Kügler
f0158b22ad
Make listing categories and filtering work
13 years ago
Sebastian Kügler
f2c25209ce
enable a few more things
13 years ago
Sebastian Kügler
9409f5b1ce
positioning for context menu
13 years ago
Sebastian Kügler
76776bfb0d
test code for menu in testcomponentsplasmoid
13 years ago
Sebastian Kügler
1075578ecd
various improvements and fixes to widgetexplorer
13 years ago
Sebastian Kügler
e48b35e3e7
Move widgetexplorerview into its own class
13 years ago
Sebastian Kügler
8f26ec8a39
Connect closeClicked signal
13 years ago
Sebastian Kügler
276cff1ee2
make widgetexplorer show up
...
it lists widgets, allows to add them now.
Categories and download new widgets are disabled for now.
It seems PlasmaComponents.MenuItem is broken (it inherits its API from QAction,
but in QtQuick, it has to be a QQuickItem to be accepted as Delegate.
This might need glue-api. :/)
13 years ago
Sebastian Kügler
a9afbf6907
Change imports to Plasma2
13 years ago
Sebastian Kügler
775554f4c0
pristine copies of widget explorer QML files from package in kde-workspace
13 years ago
Marco Martin
34cb9064c5
expose thickness
13 years ago
Marco Martin
7c40dec6bc
add more properties to views
...
control them with the panel controller
probably will change architecture: seems safer to put the panel controller in an "expanded" panelview instead?
13 years ago
Sebastian Kügler
7d2ed72ed5
revert last change
13 years ago
Marco Martin
f54f0c0c83
make the view transparent
...
fixes rendering on nvidia
13 years ago
Sebastian Kügler
81c68ac246
init applet after it's added
13 years ago
Sebastian Kügler
261410618e
add widgetexplorer button in testcontainment
13 years ago
Sebastian Kügler
798ed27742
header cleanup, copyrights, runtime warnings--
13 years ago
Sebastian Kügler
ec3f7ceeba
logic to load Plasmoids
...
- add a mousearea to the delegate that calls
widgetExplorer.addApplet(pluginName)
- in widgetsexplorer, locate the plasmoid, load it via
Applet::loadPlasmoid(), then add it to the containment
- In showWidgetExplorer, we set the widgetExplorer's containment to the
sender(), if there's no containment set, we can't add the applet. This
way, the widgetexplorer knows which containment the applet should go to
This makes it possible to add Plasmoids via the GUI :-)
13 years ago
Sebastian Kügler
7caefe7de0
add WidgetExplorer object to the rootContext
...
- WidgetExplorer is parented to the view, and deleted / init'ed along
with it
- the model is populated before the QML UI is loaded
The explorer now shows a list of widgets, no interaction atm.
13 years ago
Sebastian Kügler
723937e835
Initialize the model
13 years ago