whoo! Havn't typed "cvs commit" in a while :)
Anyway, this is the eventsrc for the kwin events (window shadow, minimize, etc). I've not connected any of the code to KWin itself because I don't feel like damaging it :). KConfig is broken, so foo to the kcontrol module until someone feels like fixing it, which, most certainly, does not include me. I've got a teeny tiny addition to make to KNotifyClient (so to make it start the KNotify daemon if/when needed.) And I think "we" should patch Linux's ld.so so that it caches references to functions. I believe this will speed up startup times significantly. Why am I ranting on a cvs commit off-topicly? Well. I'm aware of my weirdness. What're you going to do about it? :) svn path=/trunk/kdebase/kwin/; revision=47402
This commit is contained in:
parent
99c4839913
commit
6f0d6ab59b
2 changed files with 126 additions and 0 deletions
|
@ -21,6 +21,9 @@ METASOURCES = AUTO
|
|||
messages:
|
||||
$(XGETTEXT) -kaliasLocal *.h *.cpp -o $(podir)/kwin.pot
|
||||
|
||||
datadir = $(kde_datadir)/kwin
|
||||
|
||||
data_DATA= eventsrc
|
||||
|
||||
dummy.cpp:
|
||||
echo > dummy.cpp
|
||||
|
|
123
eventsrc
Normal file
123
eventsrc
Normal file
|
@ -0,0 +1,123 @@
|
|||
[!Global!]
|
||||
Name=KWin
|
||||
Comment=The KDE Window Manager
|
||||
|
||||
[desktop1]
|
||||
Name=Change to Desktop 1
|
||||
Comment=Virtual Desktop One is Selected
|
||||
default_presentation=0
|
||||
|
||||
[desktop2]
|
||||
Name=Change to Desktop 2
|
||||
Comment=Virtual Desktop Two is Selected
|
||||
default_presentation=0
|
||||
|
||||
[desktop3]
|
||||
Name=Change to Desktop 3
|
||||
Comment=Virtual Desktop Three is Selected
|
||||
default_presentation=0
|
||||
|
||||
[desktop4]
|
||||
Name=Change to Desktop 4
|
||||
Comment=Virtual Desktop Four is Selected
|
||||
default_presentation=0
|
||||
|
||||
[desktop5]
|
||||
Name=Change to Desktop 5
|
||||
Comment=Virtual Desktop Five is Selected
|
||||
default_presentation=0
|
||||
|
||||
[desktop6]
|
||||
Name=Change to Desktop 6
|
||||
Comment=Virtual Desktop Six is Selected
|
||||
default_presentation=0
|
||||
|
||||
[desktop7]
|
||||
Name=Change to Desktop 7
|
||||
Comment=Virtual Desktop Seven is Selected
|
||||
default_presentation=0
|
||||
|
||||
[desktop8]
|
||||
Name=Change to Desktop 8
|
||||
Comment=Virtual Desktop Eight is Selected
|
||||
default_presentation=0
|
||||
|
||||
[activate]
|
||||
Name=Activate Window
|
||||
Comment=Another Window is Activated
|
||||
default_presentation=0
|
||||
|
||||
[open]
|
||||
Name=Open New Window
|
||||
Comment=A New Window Appears
|
||||
default_presentation=0
|
||||
|
||||
[shadeup]
|
||||
Name=Window Shade Up
|
||||
Comment=A Window is Shaded Up
|
||||
default_presentation=0
|
||||
|
||||
[shadedown]
|
||||
Name=Window Shade Down
|
||||
Comment=A Window is Shaded Down
|
||||
default_presentation=0
|
||||
|
||||
[iconify]
|
||||
Name=Window Iconify
|
||||
Comment=A Window is Iconified
|
||||
default_presentation=0
|
||||
|
||||
[deiconify]
|
||||
Name=Window Deiconify
|
||||
Comment=A Window is Restored
|
||||
default_presentation=0
|
||||
|
||||
[maximize]
|
||||
Name=Window Maximize
|
||||
Comment=A Window is Maximized
|
||||
default_presentation=0
|
||||
|
||||
[unmaximize]
|
||||
Name=Window Unmaximize
|
||||
Comment=A Window Loses Maximization
|
||||
default_presentation=0
|
||||
|
||||
[sticky]
|
||||
Name=Window Sticky
|
||||
Comment=A Window is Made Sticky
|
||||
default_presentation=0
|
||||
|
||||
[unsticky]
|
||||
Name=Window Unsticky
|
||||
Comment=A Window is Made Unsticky
|
||||
default_presentation=0
|
||||
|
||||
[transnew]
|
||||
Name=Window Trans New
|
||||
Comment=Who knows what this does :)
|
||||
default_presentation=0
|
||||
|
||||
[transdelete]
|
||||
Name=Window Trans Delete
|
||||
Comment=Eh?
|
||||
default_presentation=0
|
||||
|
||||
[movestart]
|
||||
Name=Window Move Start
|
||||
Comment=A Window has Began Moving
|
||||
default_presentation=0
|
||||
|
||||
[moveend]
|
||||
Name=Window Move End
|
||||
Comment=A Window has Completed its Moving
|
||||
default_presentation=0
|
||||
|
||||
[resizestart]
|
||||
Name=Window Resize Start
|
||||
Comment=A Window has Began Resizing
|
||||
default_presentation=0
|
||||
|
||||
[resizeend]
|
||||
Name=Window Resize End
|
||||
Comment=A Window has Done Resizing
|
||||
default_presentation=0
|
Loading…
Reference in a new issue