Aaron Seigo
b0bf29094e
the application name is always plasma-shell now, so don't bother with this check
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
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
Aaron Seigo
e8b50316e4
consistency and readability: get rid of static file methods
...
the screen related static methods are just as well served by being
class members: they aren't used elsewhere, were being passed the same
internal datamembers repeatedly, etc.
also move them below the constructor to where they generally make
more contextual sense.
12 years ago
Aaron Seigo
f2a6cc67a7
get rid of dptr
...
this is not a library, the overhead is unneeded.
12 years ago
Aaron Seigo
92c61bc967
readability++: cliOptions and <optionName>Option
...
parser says nothing about what it does. it could be a json parser.
crash, dgb, win, etc says the wrong thing: they don't communicate
that they are options
12 years ago
Aaron Seigo
8336c30ae2
remove some debugging
12 years ago
Aaron Seigo
b9fbc59d20
make just one plugin out of both components
12 years ago
Aaron Seigo
903b83dd06
add a scriptengine to the root context of the interactive console QML
12 years ago
Aaron Seigo
41cfb89e97
make evaluateScript a slot
...
facilitates calling it from QML
12 years ago
Aaron Seigo
9d9acc9c06
desktopscriptengine is not longer needed
12 years ago
Aaron Seigo
b50dbfdbf3
remove include that is no longer there
12 years ago
Aaron Seigo
c6d94bd4e4
KTextEditor no longer used here
12 years ago
Aaron Seigo
f75fd4b675
make interactiveconsole a qml component
12 years ago
Aaron Seigo
bfbca8cc9e
move the widgetexplorer qml component into components
12 years ago
Aaron Seigo
25771ea19c
rely on qml to create the interactive console interface
12 years ago
l10n daemon script
697651faa6
SVN_SILENT made messages (.desktop file)
12 years ago