Aaron Seigo
1d3d9ce8e8
ShellPluginLoader is no longer necessary
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
0234bdcbb7
include 'plasmaquick' directly in the includes
...
makes it a lot easier to track where the problem spots are with a
`grep plasmaquick`
12 years ago
Marco Martin
15a443d977
remove the opengles code for now
...
it gives problems on some drivers
the correct approach will probably be to change the opengl profile based on drivers
12 years ago
Marco Martin
9809bdffbe
start of a plasma5 rewrite of plasma-windowed
...
still some serious problems in restoring the config of a known applet tough
12 years ago
Aleix Pol
c4d7c1fc4b
Fix build
...
It's a condition, so should be #if, I wonder why it worked here...
12 years ago
Aleix Pol
a6011cad0f
Force OpenGLES when running on Qt 5.4
...
REVIEW: 119524
12 years ago
Vishesh Handa
7652d58192
PlasmaShell: Disable Session Management
...
PlasmaShell should not be restored by the session manager. It will be
started by klauncher because we install an autostart file.
This also clears up the booting process to a certain extent, as
plasmashell will now not be started twice (once via session restore, and
once via autostart)
REVIEW: 119105
12 years ago
Martin Gräßlin
71be2a13f8
Revert "set QSG_RENDER_LOOP as basic if not explicitly set"
...
This reverts commit 30d2489930 .
The test results we got indicate that on NVIDIA the problems with the
threaded rendering loop do not exist and at the same time the rendering
result improves a lot. As Qt still disables the threaded rendering loop
for the problematic drivers, it's better to not force the basic rendering
loop.
12 years ago
Marco Martin
55c0090856
Plasma as applicationDisplayName
12 years ago
Marco Martin
d798163811
default icon for windows
...
use "plasma" as default icon for windows created by the process, as plasma1
CCBUG:336461
12 years ago
Lukáš Tinkl
fd17db12d4
i18n fixes
...
boy... there's a LOT of work here
12 years ago
David Edmundson
af748d39c9
Remove the debug enabler
...
It's not much use without QtCreator being able to profile multiple
engines at once. Even then it's too much to deal with anyway.
12 years ago
Martin Gräßlin
d0c04df878
[plasmashell] Call QQuickWindow::setDefaultAlphaBuffer
...
It needs to be called once to ensure that an opengl context with alpha
buffer gets created.
Reviewed-by: Marco Martin
12 years ago
Marco Martin
d1c0b3356d
new binary name: plasmashell
12 years ago
Jonathan Riddell
043cf352f9
change version to 4.96.0 for beta
12 years ago
Marco Martin
30d2489930
set QSG_RENDER_LOOP as basic if not explicitly set
12 years ago
Aleix Pol
ccdb7173c3
Actually destroy the ShellManager when we're closing plasma shell
...
Arguably, ShellManager shouldn't be a singleton at all, but this is the
smaller correct change, for now.
12 years ago
Marco Martin
61ecbd1c9f
add an option to force a shell
...
will be necessary to develop any other shell
12 years ago