a lot of i18n tags and other small krazy issues fixed, nothing major
svn path=/trunk/KDE/kdebase/workspace/; revision=702784
This commit is contained in:
parent
bd170f252c
commit
261456c8f7
9 changed files with 16 additions and 23 deletions
|
@ -28,20 +28,16 @@
|
|||
#include <QLayout>
|
||||
#include <QBitmap>
|
||||
#include <QStyle>
|
||||
|
||||
#include <QWidget>
|
||||
#include <QLabel>
|
||||
#include <QEvent>
|
||||
#include <QApplication>
|
||||
#include <QStyle>
|
||||
|
||||
#include <X11/Xlib.h>
|
||||
|
||||
#include "keramik.h"
|
||||
#include "keramik.moc"
|
||||
|
||||
|
||||
|
||||
// -------------------------------------------------------------------------------------------
|
||||
|
||||
static void flip( QPixmap *&pix )
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
* Copyright (c) 2005 Sandro Giessl <sandro@giessl.com>
|
||||
* Ported to the kde3.2 API by Luciano Montanaro <mikelima@cirulla.net>
|
||||
*/
|
||||
#ifndef __KDECLIENT_H
|
||||
#define __KDECLIENT_H
|
||||
#ifndef LAPTOPCLIENT_H
|
||||
#define LAPTOPCLIENT_H
|
||||
|
||||
#include <QBitmap>
|
||||
#include <QPixmap>
|
||||
|
@ -76,4 +76,4 @@ private:
|
|||
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // LAPTOPCLIENT_H
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#include <QPixmap>
|
||||
#include <QPaintEvent>
|
||||
#include <kpixmapeffect.h>
|
||||
#include <QPixmap>
|
||||
#include <QPainter>
|
||||
#include <QBitmap>
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include <kimageeffect.h>
|
||||
#include <kdrawutil.h>
|
||||
#include <klocale.h>
|
||||
#include <QPixmap>
|
||||
|
||||
#include <QBitmap>
|
||||
#include <QImage>
|
||||
|
|
|
@ -8,8 +8,8 @@ You can Freely distribute this program under the GNU General Public
|
|||
License. See the file "COPYING" for the exact licensing terms.
|
||||
******************************************************************/
|
||||
|
||||
#ifndef KWIN_SHAKYMOVE_H
|
||||
#define KWIN_SHAKYMOVE_H
|
||||
#ifndef DEMO_SHAKYMOVE_H
|
||||
#define DEMO_SHAKYMOVE_H
|
||||
|
||||
#include <qtimer.h>
|
||||
|
||||
|
@ -38,4 +38,4 @@ class ShakyMoveEffect
|
|||
|
||||
} // namespace
|
||||
|
||||
#endif
|
||||
#endif // DEMO_SHAKYMOVE_H
|
||||
|
|
|
@ -8,13 +8,12 @@ You can Freely distribute this program under the GNU General Public
|
|||
License. See the file "COPYING" for the exact licensing terms.
|
||||
******************************************************************/
|
||||
|
||||
#ifndef KWIN_WAVYWINDOWS_H
|
||||
#define KWIN_WAVYWINDOWS_H
|
||||
#ifndef DEMO_WAVYWINDOWS_H
|
||||
#define DEMO_WAVYWINDOWS_H
|
||||
|
||||
// Include with base class for effects.
|
||||
#include <kwineffects.h>
|
||||
|
||||
|
||||
namespace KWin
|
||||
{
|
||||
|
||||
|
@ -38,4 +37,4 @@ class WavyWindowsEffect
|
|||
|
||||
} // namespace
|
||||
|
||||
#endif
|
||||
#endif // DEMO_WAVYWINDOWS_H
|
||||
|
|
|
@ -182,12 +182,12 @@ void KWinOptions::defaults()
|
|||
|
||||
QString KWinOptions::quickHelp() const
|
||||
{
|
||||
return i18n("<h1>Window Behavior</h1> Here you can customize the way windows behave when being"
|
||||
return i18n("<p><h1>Window Behavior</h1> Here you can customize the way windows behave when being"
|
||||
" moved, resized or clicked on. You can also specify a focus policy as well as a placement"
|
||||
" policy for new windows."
|
||||
" policy for new windows.</p>"
|
||||
" <p>Please note that this configuration will not take effect if you do not use"
|
||||
" KWin as your window manager. If you do use a different window manager, please refer to its documentation"
|
||||
" for how to customize window behavior.");
|
||||
" for how to customize window behavior.</p>");
|
||||
}
|
||||
|
||||
void KWinOptions::moduleChanged(bool state)
|
||||
|
|
|
@ -162,7 +162,7 @@ KFocusConfig::KFocusConfig (bool _standAlone, KConfig *_config, const KComponent
|
|||
" that was under the mouse has focus."
|
||||
" New windows will not automatically receive the focus.</li>"
|
||||
" <li><em>Focus strictly under mouse:</em> Only the window under the mouse pointer is"
|
||||
" active. If the mouse points nowhere, nothing has focus."
|
||||
" active. If the mouse points nowhere, nothing has focus.</li>"
|
||||
" </ul>"
|
||||
"Note that 'Focus under mouse' and 'Focus strictly under mouse' prevent certain"
|
||||
" features such as the Alt+Tab walk through windows dialog in the KDE mode"
|
||||
|
|
|
@ -80,11 +80,11 @@ void KCMRules::defaults()
|
|||
|
||||
QString KCMRules::quickHelp() const
|
||||
{
|
||||
return i18n("<h1>Window-specific Settings</h1> Here you can customize window settings specifically only"
|
||||
" for some windows."
|
||||
return i18n("<p><h1>Window-specific Settings</h1> Here you can customize window settings specifically only"
|
||||
" for some windows.</p>"
|
||||
" <p>Please note that this configuration will not take effect if you do not use"
|
||||
" KWin as your window manager. If you do use a different window manager, please refer to its documentation"
|
||||
" for how to customize window behavior.");
|
||||
" for how to customize window behavior.</p>");
|
||||
}
|
||||
|
||||
void KCMRules::moduleChanged( bool state )
|
||||
|
|
Loading…
Reference in a new issue