diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:48:59 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:48:59 -0600 |
commit | 371e91c48d010efedcc490858f04b8d75e91a82d (patch) | |
tree | 722c82764ee74ef74a48e3ceea5740b3a008b15b /twin/HACKING | |
parent | 9fad243fd6c7e0d838d518cf283a0ec1ccbda1a6 (diff) | |
download | tdebase-371e91c48d010efedcc490858f04b8d75e91a82d.tar.gz tdebase-371e91c48d010efedcc490858f04b8d75e91a82d.zip |
Additional renaming of kde to tde
Diffstat (limited to 'twin/HACKING')
-rw-r--r-- | twin/HACKING | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/twin/HACKING b/twin/HACKING index 3dcd579f3..3cee26330 100644 --- a/twin/HACKING +++ b/twin/HACKING @@ -14,13 +14,13 @@ KWin parts: =========== There are four parts of KWin: -- The KWin core, located in kdebase/twin/*, which implements the actual functionality. -- The decoration plugins, located in kdebase/twin/clients and kdeartwork/twin-styles, which +- The KWin core, located in tdebase/twin/*, which implements the actual functionality. +- The decoration plugins, located in tdebase/twin/clients and tdeartwork/twin-styles, which are responsible for the visual representation of the windows. -- The libkdecoration library, located in kdebase/twin/lib/*, which is used for communication +- The libkdecoration library, located in tdebase/twin/lib/*, which is used for communication between the core and the decoration, and also implements some shared functionality for the decorations. -- KControl modules, located in kdebase/twin/kcmtwin. +- KControl modules, located in tdebase/twin/kcmtwin. KWin decorations: @@ -101,7 +101,7 @@ The rest of the files contain additional helper classes: - group.* - grouping related windows together (warning! This is currently really messy and scary code that should be rewritten). - killwindow.* - handling of the Ctrl+Esc feature -- twinbindings.cpp - KWin's keyboard shortcuts (used by kdebase/kcontrol/keys) +- twinbindings.cpp - KWin's keyboard shortcuts (used by tdebase/kcontrol/keys) - notifications.* - for KNotify - options.* - all configuration options for KWin are stored in this class - plugins.* - loading of the right decoration plugin @@ -109,8 +109,8 @@ The rest of the files contain additional helper classes: - tabbox.* - the Alt+Tab dialog - utils.* - various small utility functions/classes -KWin also uses code from kdelibs, specifically files netwm.cpp, netwm.h, netwm_def.h and netwm_p.h -from kdelibs/tdecore. These files implement support for the EWMH window manager specification, +KWin also uses code from tdelibs, specifically files netwm.cpp, netwm.h, netwm_def.h and netwm_p.h +from tdelibs/tdecore. These files implement support for the EWMH window manager specification, originally called NETWM (hence the filenames). |