Marco Martin
f84ce4fc7f
remove dead code
13 years ago
Marco Martin
d546fbc423
Merge branch 'mart/useActivities'
...
Conflicts:
src/shell/shellcorona.cpp
13 years ago
Marco Martin
3aac401e92
get rid of WidgetExplorerView
...
The widget explorer window is done by a Dialog, allowing for more flexibility in shell packages
13 years ago
Martin Klapetek
edd4d3c598
Add --help option to plasma-shell executable
...
Reviewed-by: Sebastian Kügler
13 years ago
Marco Martin
a1c8ba323c
a toggleActivityManager action
...
still a stub, will be completely managed in qml
13 years ago
Marco Martin
0b54dac0b1
activity switching animation
13 years ago
Marco Martin
80713265cd
link to KF5::KActivities
13 years ago
Marco Martin
4413b49c87
make activity switching work
...
there is a problem in ownership of containment graphics objects, we can't reparent to 0 at the moment or it crashes
13 years ago
l10n daemon script
a663b4260c
SVN_SILENT made messages (.desktop file)
13 years ago
Marco Martin
9993c69219
use the ctivity class and Kactivities
...
just building, issues with linking with kactivities, not used yet
13 years ago
Marco Martin
2fbdd55140
crash--
...
check if the corona package is valid
13 years ago
Sebastian Kügler
a9c543f4e8
Rename target plasma to Plasma
...
This is in line with the frameworks naming policy, camelcasing. Up until
now, libplasma was the only library being KF5::plasma, that is now
KF5::Plasma.
13 years ago
Alex Richardson
c87c86deb5
fix some warnings
...
REVIEW: 113193
13 years ago
Sebastian Kügler
a66d961ea8
Put steve's changes back in
...
CCMAIL:steveire@gmail.com
13 years ago
Sebastian Kügler
eb19fd464a
Revert bef789642e4bc245b
...
That commit breaks the build, not finding qtest_kde.h, and cascading
errors from there.
CCMAIL:steveire@gmail.com
13 years ago
Stephen Kelly
9867930039
Remove obsolete include_directories use.
13 years ago
Marco Martin
fc2fbb1f9a
visibilitymode property
...
doesn't do much, just disables struts
13 years ago
Marco Martin
b531bd8a66
set the struts
...
sets reserved space and is on all desktops: looks like a real panel now.
visibility modes it still have to be restored
13 years ago
l10n daemon script
c1316bdf18
SVN_SILENT made messages (.desktop file)
13 years ago
Mirko Boehm (Endocode)
2584f1345c
Fix initialization order for WidgetExplorerView.
13 years ago
David Faure
4ee9406c53
script-ported with kde-dev-scripts/kf5/convert-kstandarddirs.pl
13 years ago
Sebastian Kügler
c272ca59f5
lower case headers
13 years ago
Sebastian Kügler
96c8b121d9
Port away from KStandardDirs
13 years ago
Sebastian Kügler
41331b6af6
Use target instead of var for KF5::KService and KCoreAddons
13 years ago
Sebastian Kügler
a0f713f35f
Use target instead of var for KF5::Solid
13 years ago
Sebastian Kügler
c508df38ab
cmake fixes
...
- finally remove KDE4_KIO_LIBS
- change KDeclarative to KF5::KDeclarative
- add KService where needed
13 years ago
Aleix Pol
fea9031fdf
Adapt to kdelibs ab56e2f.
13 years ago
Sebastian Kügler
7ef627a7f4
Merge branch 'master' into sebas/pluginlocator
13 years ago
Sebastian Kügler
9c99a56080
Put us a taskmanager in the default panel
...
remove testapplet and windowlist
13 years ago
Sebastian Kügler
1c16bb6fc9
Put us a taskmanager in the default panel
...
remove testapplet and windowlist
13 years ago
Marco Martin
81b99dc398
moved containmentconfigview out of libplasmaquick
13 years ago
Marco Martin
6f7ab98222
a very primitive dashboard
...
right now we have a single view, that gets brought to front and the wallpaper made translucent.
probably it will eventually need splitting the walppaper and the widgets in two separate views, but needs a more complex logic
13 years ago
Marco Martin
71119621fa
action for dashboard toggle
13 years ago
Marco Martin
050a03eb59
correctly restore popup size
13 years ago
l10n daemon script
143496d3e6
SVN_SILENT made messages (.desktop file)
13 years ago
Marco Martin
5588394d24
add --windowed option
...
if passed the destop view is windowed no matter what. probably useful
only in the early stages of development
13 years ago
Marco Martin
b947bb842d
the desktop view exposes a way to be desktop win
...
the desktop shell will set the window as a "desktop" window, always
behind. some other shells will have the desktop as a normal window
the api can still expand
13 years ago
Marco Martin
4de0728a8f
move setsource into desktopview
13 years ago
Marco Martin
c191ec965b
correctly load panels when the shell gets switched
13 years ago
Eike Hein
d9ec3affaa
Make panels default to spanning the screen axis.
13 years ago
Marco Martin
e49266d790
add a todo where shellmanager panel management should be done
13 years ago
Ivan Čukić
7e79b8ffeb
Desktop is now always willing
13 years ago
Giorgos Tsiapaliokas
f369c2488b
KF5::plasmaquick -> KF5::PlasmaQuick
13 years ago
Marco Martin
594c9a80fe
add a desktop view
13 years ago
Marco Martin
cdd427034a
reimplement showConfigurationInterface
13 years ago
Marco Martin
38db80c077
View -> PlasmaQuickView
13 years ago
Marco Martin
4863128129
libplasmaview -> libplsmaquick
...
this library will contain all the reusable qtquick and qml related bits necessary for plasma
13 years ago
Marco Martin
926bb1f5f8
fix build
13 years ago
Marco Martin
587b497aa2
Merge branch 'plasmaview2' into plasmaview3
...
Conflicts:
src/plasmaview/shellpackage_p.cpp
src/plasmaview/shellpackage_p.h
src/plasmaview/view.cpp
src/plasmaview/view.h
src/shell/CMakeLists.txt
src/shell/desktopcorona.cpp
src/shell/shellcorona.cpp
src/shell/shellpluginloader.cpp
13 years ago
Giorgos Tsiapaliokas
20e7d43bcb
KF5::plasmaview -> KF5::PlasmaView
13 years ago