diff options
author | Timothy Pearson <[email protected]> | 2011-11-07 20:20:30 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-07 20:20:30 -0600 |
commit | df63cee06e06381aaa420f8646f5183ed7018c4d (patch) | |
tree | b284cf9be367d9ec073abb12f280b288050279f6 | |
parent | 967c4c8c4d5081075de9fa3827317ec57ea47030 (diff) | |
download | tde-style-lipstik-df63cee06e06381aaa420f8646f5183ed7018c4d.tar.gz tde-style-lipstik-df63cee06e06381aaa420f8646f5183ed7018c4d.zip |
Rename kwin to twin (part 1 of 2)
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | style/lipstik.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -162,7 +162,7 @@ I dont have much time these days to work on lipstik, but here is a small update. ---6/12/2004--- 1.0 beta1 : Reaching the "Susan" stage :-) --Completely redone the configuration panel. - --Fixed the position of dots on horizontal dockwindow. + --Fixed the position of dots on horizontal doctwindow. --Toolbar handle mouseover highlighting. --Popupmenu arrows are now using the button text color when normal, and highlight text color when selected. --Arrow color on "colored combobox" is now the highlighted text color. (matching plastikq's behaviour) @@ -14,7 +14,7 @@ DONE: - Can I port the Mouse Over Highlight of the slider and scrollbar from MotifPlus to Lipstik? [DONE IN 0.91] - Menu arrows highlighting. [DONE IN 1.0 beta1] - Config panel fits on a 800x600 resolution. [DONE IN 1.0 beta1] -- Dockwindow handle mouseover highlight. [DONE in 1.99] +- Doctwindow handle mouseover highlight. [DONE in 1.99] - Maybe i should put an option to show a tick instead of a cross in checkboxes. [DONE in 1.99] - Maybe some highlighting of the active tab? (Blue line at the top?) [DONE in 1.99] - Is there a way to "highlight on mouseover" the tab buttons (new tab, close tab)? [DONE in 2.0] diff --git a/style/lipstik.cpp b/style/lipstik.cpp index b7ff52d..b69316b 100644 --- a/style/lipstik.cpp +++ b/style/lipstik.cpp @@ -3099,7 +3099,7 @@ void LipstikStyle::tqdrawControl(ControlElement element, break; } - // Menu and dockwindow empty space + // Menu and doctwindow empty space // case CE_DockWindowEmptyArea: |