
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
I'm not quite satisfied with the "current app control" in plamsa-netbook, so I pull the code and add some more new small feature that I really want to it.
- Minimize Button
- Show/Hide window title, Show/Hide icon, every button.
- Drag from widget and move window
- Enable borderless maximized window.
So that's it.
install:
download tarball and extract.
mkdir build
cd build
1. install for global
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
make
make install (with root, use kdesu, sudo, su, anything you like)
kbuildsycoca4 (for refresh the list)
2. install for current user
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --localprefix` ..
make
make install
kbuildsycoca4 (for refresh the list)
8 years ago
0.4:
Avaiable to rearrange order of icon.
Better drag position handling.
Activity aware window number.
Present window show window on all desktop.
Remove window list for now.
NOTICE: KDE 4.8 is required.
0.3:
New feature:
Drag window from widget.
Change borderless maximized window setting.
8 years ago
0.4:
Avaiable to rearrange order of icon.
Better drag position handling.
Activity aware window number.
Present window show window on all desktop.
Remove window list for now.
NOTICE: KDE 4.8 is required.
0.3:
New feature:
Drag window from widget.
Change borderless maximized window setting.
masterdany88
6 years ago
Report
DiscipleOfDante
6 years ago
Report
DiscipleOfDante
7 years ago
Report
clearmartin
7 years ago
Report
clearmartin
7 years ago
Report
clearmartin
7 years ago
Report
saabzero
7 years ago
I have a little feature request though: I would like to be able to choose whether "present windows" effect is applied with applications on the current desktop only or with applications on all desktops.
cheers
Report
djdihengo
8 years ago
Just a suggestion =D
Report
10110111
8 years ago
Report
Contrast
8 years ago
Report
abhijeet1in
8 years ago
Now a question: Is there a way to change the alignment of title? I mean a way to change it from left justified (the current setting) to right justified (or centre) with respect to the whole plasmoid, in case you want to put it on the right most side of the panel.
Report
D--
8 years ago
i would like to know if its possible to change icons, using those of the standard oxygen windeco.
Report
oOSplashOo
8 years ago
Or is it only related to plasma theme icons, if so what theme should I choose for having with icons?
Btw thank's for this fantastic app.
Report
gerlosgm
8 years ago
Report
gerlosgm
8 years ago
/usr/share/kde4/apps/desktoptheme/oxygen/widgets/configuration-icons.svgz
It should be enough to create a new custom theme with different icons (maybe borrowing them from other themes :), or just put edited icons in ~/.kde/share/apps/desktoptheme/[yourtheme]/configuration-icons.svgz
Report
masterdany88
8 years ago
I was wondering is it hard for You to implement varius behaviour of maxymalise button in three diferent action:
1) left mouse button- full maxymalise
2) middle mouse button- vertically maxymalise
3) right mouse button- horizontally maxymalise
It's about the normall kwin decoration actions, so I thought it will be great to have it in that widget. For now when I click with right mouse button I got menu listed.
please write me back
Report
masterdany88
8 years ago

Asia@Asia-Kubuntu:~/Pulpit/yawc-0.4/build$ cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
-- Found Qt-Version 4.8.1 (using /usr/bin/qmake)
-- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
-- Found KDE 4.8 include dir: /usr/include
-- Found KDE 4.8 library dir: /usr/lib
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
CMake Error at CMakeLists.txt:6 (find_package):
Could not find module FindKActivities.cmake or a configuration file for
package KActivities.
Adjust CMAKE_MODULE_PATH to find FindKActivities.cmake or set
KActivities_DIR to the directory containing a CMake configuration file for
KActivities. The file will have one of the following names:
KActivitiesConfig.cmake
kactivities-config.cmake
-- Configuring incomplete, errors occurred!
Asia@Asia-Kubuntu:~/Pulpit/yawc-0.4/build$
please help
Report
masterdany88
8 years ago
Report
csslayer
8 years ago
Report
masterdany88
8 years ago
By the way: Great update :D
Report
enoop
8 years ago
Report
Hombremaledicto
8 years ago
Report
csslayer
8 years ago
And I will not implement it, since I want consistent look in plasma.
Report
herrbatka
8 years ago
That's the reason why I'm using "Window Controls" plasma applet. Stock icons are ugly but i was able to use inkscape to create new ones. Also I would rather want to see icons more like kwin buttons.
Report
swiftscythe
8 years ago
I have a couple feature requests, though:
- Additional option to set app name instead of Window title using "info.windowClassClass()" instead of "info.name()"
- When the option above is enabled: Set widgets width according to the app name length and show Window title in Widget's tooltip.
What do you think? I may try to implement it myself and send you a patch to get started with C++/Qt/KDE/Plasma :)
Thanks for keeping this widget alive! :)
Report