Marco Martin
fa62974dcb
don't do multiscreen if we are a standalone app
12 years ago
Marco Martin
81d9650c68
get back fillScreen
12 years ago
Marco Martin
81814112d6
permit close in case of standalone
12 years ago
Marco Martin
034f64229b
pass the standalone option to crash autostart
12 years ago
Marco Martin
162297b7e1
expose a WindowType api to Desktop.qml
12 years ago
l10n daemon script
f9815ad42f
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
247cedd633
SVN_SILENT made messages (.desktop file)
12 years ago
Aaron Seigo
0991836473
fix single image case
...
* when dropped w/out a url scheme, check if it is an abs path
* set the preferred file in the package itself for single files
* don't try and find a best fit in the wallpaper plugin if the package
has already set a prefrred image
12 years ago
Marco Martin
5da102003d
experimental full app mode of plasmashell
...
experimental way to use plasmashell to launch applications like pmc
12 years ago
Aaron Seigo
8e8751859e
get rid of m_wallpaperConfigDirty
...
wallpaper changes are handled at runtime now and this had become a bunch
of noops and setting of variables for no particular reason
12 years ago
Aaron Seigo
c0b805ff86
move WallpaperPackage into a pluging called Wallpaper/Images
...
this will allow it to be shared by other plugins out there. it does mean
sacrificing the generic "find best paper size" functionality which was
tightly bound to the image wallpaper (in plasma4, this was Plasma::Wallpaper,
so acceptable). Finding the best image is now left up to the plugin,
though I imagine that other plugins will want this eventually as well
and it will find its way into a library somewhere or else just be
copy-and-pasted a lot.
12 years ago
Aaron Seigo
b0bf29094e
the application name is always plasma-shell now, so don't bother with this check
12 years ago
Aaron Seigo
9ffe09c151
forward the command line options on crash
...
Reviewed by Marco Martin
12 years ago
Marco Martin
68225d8075
view::fillScreen false is a perfectly legal value
...
fillScreen is a behavior defined by the shell corona, some shell packages don't want that
12 years ago
Aaron Seigo
0a84ff570c
use Corona::numScreens
12 years ago
Aaron Seigo
50e9a2d1af
coding style
12 years ago
Aaron Seigo
3f617fdbb6
sanity check desktop for activity requests, allow fetching current activity
12 years ago
Aaron Seigo
2f22b304c8
make createContainmentForActivity public for use by scripting
12 years ago
l10n daemon script
53549eb063
SVN_SILENT made messages (.desktop file)
12 years ago
Ivan Čukić
699407128a
Fixing screen invariants to support containments without an assigned screen
...
Containments that have no assigned screen keep -1 as the id of the
screen. For those, the previously defined asserts would fail not
allowing plasma shell to start in debug mode.
12 years ago
Marco Martin
6970bc2fb7
consider CustomPanelContainment case
...
REVIEW:120179
12 years ago
Marco Martin
8e0068c64c
correct screen() even when is still starting up
...
If screenForContainment() depends on the existence of the view instance,
while the corona is starting up, screen() will return -1 for a while,
changing the behavior depending where is called.
this patch makes screen() return a stable final value, even before any
view has been created.
this is (also) needed for correctly keeping track of what containments
are still loading, what finished.
REVIEW:120179
12 years ago
l10n daemon script
4b7b697db8
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
edfceadfc6
SVN_SILENT made messages (.desktop file)
12 years ago
Marco Martin
2b9088606c
containment loses screen if its activity not current
...
when the current activity changes, all desktop containments, having the old
activity lose their screen
12 years ago
Marco Martin
93ed2cb13d
restore kiosk disable for unlocking widgets
...
Fix regression:
restore support to
plasma/plasmashell/unlockedDesktop
in
[KDE Action Restrictions]
see https://techbase.kde.org/KDE_System_Administration/Kiosk/Keys#Plasma
12 years ago
l10n daemon script
eeed83147b
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
1aa3dd4c88
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
179dc92be3
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
6b37f7f75f
SVN_SILENT made messages (.desktop file)
12 years ago
Aaron Seigo
feed5041ae
unused file
12 years ago
Aaron Seigo
b523b4f919
unused file
12 years ago
l10n daemon script
27c543e560
SVN_SILENT made messages (.desktop file)
12 years ago
Marco Martin
35dc2b60d5
set a default package in the l&f structure
12 years ago
Marco Martin
6848d261ac
remove the fallback if the path becomes the default
12 years ago
l10n daemon script
bba67ff4a8
SVN_SILENT made messages (.desktop file)
12 years ago
Marco Martin
fbf076075b
add a default fallback for shell package
12 years ago
Marco Martin
3a018d496f
add a default fallback to lnf packagestructure
...
remove lookandfeelaccess from the shell
12 years ago
l10n daemon script
f5575e441b
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
7d59e21df3
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
ae30b993c4
SVN_SILENT made messages (.desktop file)
12 years ago
Aaron Seigo
669f9c99e4
need to include plasma as the root
12 years ago
Aaron Seigo
1d3d9ce8e8
ShellPluginLoader is no longer necessary
12 years ago
Aaron Seigo
780d9624dd
Plasma/LayoutTemplate, Plasma/LookAndFeel & Plasma/Wallpaper PackageStructure plugins
12 years ago
Aaron Seigo
ec938f64e0
relative paths are supported
12 years ago
Aaron Seigo
10ab74482b
package->packagestructure
12 years ago
Aaron Seigo
1287cb4ea2
put the shell package into a plugin
12 years ago
Aaron Seigo
195540bd58
add the package plugins to the build
12 years ago
Aaron Seigo
3a07bc8b73
yet more consistency
12 years ago
Aleix Pol
11ff706c40
Prevent stupid crash
...
BUG: 338637
12 years ago