Marco Martin
77f0ef97d1
don't skip taskbar for normal configs
...
BUG:338198
12 years ago
Marco Martin
27776854fe
wait a while before setting the window type
...
this because due to Qt xcb implementation the actual flags gets
set only after a while after the window is actually visible.
kwin has actually time to move the window since is not a dock yet,
at the moment there is no solution besides moving it back
BUG:339614
12 years ago
Marco Martin
40067a5790
make the widgetexplorer work
...
patch by Bhushan Shah <bhush94@gmail.com>
12 years ago
l10n daemon script
53bc36bd3c
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
ebd5d8f98e
SVN_SILENT made messages (.desktop file)
12 years ago
Marco Martin
b3d63d8d9a
when a panel is deleted by the user, clear config
...
remove all configgroups of that containment id
BUG:339613
12 years ago
l10n daemon script
68f45dcc1c
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
5d01f955db
SVN_SILENT made messages (.desktop file)
12 years ago
David Edmundson
5284a6b0b1
Set OSD Value before we toggle whether progress bar is shown or not
...
This prevents file:///usr/share/plasma/look-and-
feel/org.kde.breeze.desktop/contents/osd/Osd.qml:93:20: Unable to assign
QString to double
BUG: 339581
12 years ago
Marco Martin
0d6f120820
reposition panel on resize
...
needed for center and right alignments
now 90% of the times the behavior of the panel controller is correct.
but problems still happen
CCBUG:339202
CCBUG:339207
12 years ago
Marco Martin
d6512ab7e7
reposition panel on resize
...
needed for center and right alignments
now 90% of the times the behavior of the panel controller is correct.
but problems still happen
CCBUG:339202
CCBUG:339207
12 years ago
Marco Martin
0769a0013a
idon't play with flags when the dashboard is shown
12 years ago
Marco Martin
7fb25138e1
set KeepBelow on desktop window
...
This is probably wrong, but seems the only way that fixes the issue
of desktop going foreground
CCBUG:339426
12 years ago
l10n daemon script
926d6fb61a
SVN_SILENT made messages (.desktop file)
12 years ago
Marco Martin
8904525356
set the screen as soon as possible
...
set the screen in the constructor, to have the right one before
doing anything with the window, accessing the config or parsing
QML
CCBUG:339554
12 years ago
l10n daemon script
f225112ab3
SVN_SILENT made messages (.desktop file)
12 years ago
Marco Martin
a741948f9f
"Vertical"
12 years ago
l10n daemon script
620f924770
SVN_SILENT made messages (.desktop file)
12 years ago
Jeremy Whiting
2ee9e8857f
DigitalClock: Add timezone information to digital clock tooltip.
...
REVIEW:120358
(cherry picked from commit 43ecaacc63 )
12 years ago
Jeremy Whiting
43ecaacc63
DigitalClock: Add timezone information to digital clock tooltip.
...
REVIEW:120358
12 years ago
Aaron Seigo
3aa3a7324a
Normal -> Window
...
"Normal" is ambiguous and implies knowledge of the implementor's
bias. Window is specific / explicit.
12 years ago
Aaron Seigo
f4c985d3ab
shush the compiler
12 years ago
l10n daemon script
1e94ebe714
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
344a005f12
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
b4d7c387c7
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
700ffb1dc8
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
0bd88bd91a
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
c542a328c4
SVN_SILENT made messages (.desktop file)
12 years ago
Marco Martin
e0242f07c4
export PanelView as well, so its enum can be accessed
12 years ago
Marco Martin
40f8f013fe
documentation++
12 years ago
Marco Martin
b450dce6c0
copy the wallpaper config
...
when a wallpaper different from the current gets configured,
it has an own configuration object.
when the final wallpaper gets applied and the current changes, copy the config we did beforehand
to the now final real wallpaper config
BUG:338065
12 years ago
Marco Martin
3ec5cc9554
be quiet
12 years ago
Marco Martin
902d848ed5
ensure screen() is correct
...
use the views or panelviews if they exist already, fallback to lastScreen()
12 years ago
Marco Martin
a83b6feb8d
resize the view before showing and set containment
12 years ago
Marco Martin
92fd079fbf
specify that -a requires -p
12 years ago
Marco Martin
67f9e6719c
implement a simple screenForContainment
12 years ago
Marco Martin
9b966585cc
don't bomb when creating panel from script
...
even when they are created in the standaloneappcorona, create the containment
so when the same appletsrc is loaded in the full shell mode it works as expected
12 years ago
l10n daemon script
aa6537490c
SVN_SILENT made messages (.desktop file)
12 years ago
Marco Martin
ddbccc139f
initialize pointers
...
crash--
12 years ago
Marco Martin
ad31939ebf
take theme name also from the shell package if avail
...
the look and feel package still wins.
tough for applications is the shell that sets it
12 years ago
l10n daemon script
0c369f04bc
SVN_SILENT made messages (.desktop file)
12 years ago
Marco Martin
8b8dfa52da
ensureWindowType at focusIn is wrong
...
adds a FIXME in that event
12 years ago
l10n daemon script
7e2edd75c5
SVN_SILENT made messages (.desktop file)
12 years ago
Marco Martin
acd0aef096
remove fillScreen, introduce WindowedDesktop type
...
with this all cases needed for now are covered
12 years ago
Jonathan Riddell
e581777a45
set plasmashell version using global PROJECT_VERSION
12 years ago
Marco Martin
8f6112204f
slightly less ugly
...
but still...
12 years ago
Marco Martin
c81e52acfe
don't modify shellcorona, is already complex enough
12 years ago
Marco Martin
b94ee7f395
the standalone mode has own corona
...
in order to not complicate shellcorona too much use own corona and
completely bypass shellmanager in that case
12 years ago
Marco Martin
4d139e43da
take window title from the metadata
12 years ago
Marco Martin
c3934b129b
custom theme if standalone app
12 years ago