Rename kwin to twin (part 1 of 2)

master
Timothy Pearson 13 years ago
parent 11aeab04ea
commit 4d20401a8f

@ -312,7 +312,7 @@ Sun Mar 4 13:57:52 2001 Carsten Pfeiffer <pfeiffer@kde.org>
hack around QWidget::move() resizing us -> we just ignore that hack around QWidget::move() resizing us -> we just ignore that
resizeEvent. Gives less flicker when switching into window-mode. resizeEvent. Gives less flicker when switching into window-mode.
* initial fullscreen mode works again as well (hacking around a kwin * initial fullscreen mode works again as well (hacking around a twin
"limitation") "limitation")
Sun Mar 4 10:50:23 2001 Carsten Pfeiffer <pfeiffer@kde.org> Sun Mar 4 10:50:23 2001 Carsten Pfeiffer <pfeiffer@kde.org>
@ -387,7 +387,7 @@ Wed Jan 10 23:39:14 2001 Carsten Pfeiffer <pfeiffer@kde.org>
Fri Nov 3 14:32:53 2000 Carsten Pfeiffer <pfeiffer@kde.org> Fri Nov 3 14:32:53 2000 Carsten Pfeiffer <pfeiffer@kde.org>
* src/imagewindow.cpp (setFullscreen): * src/imagewindow.cpp (setFullscreen):
cool, no need to workaround kwin's auto-maximization needed, cool, no need to workaround twin's auto-maximization needed,
setMinimumSize() does it! Thanks Matthias Ettrich! setMinimumSize() does it! Thanks Matthias Ettrich!
Fri Nov 3 13:23:41 2000 Carsten Pfeiffer <pfeiffer@kde.org> Fri Nov 3 13:23:41 2000 Carsten Pfeiffer <pfeiffer@kde.org>
@ -400,7 +400,7 @@ Fri Nov 3 13:23:41 2000 Carsten Pfeiffer <pfeiffer@kde.org>
Fri Nov 3 01:49:57 2000 Carsten Pfeiffer <pfeiffer@kde.org> Fri Nov 3 01:49:57 2000 Carsten Pfeiffer <pfeiffer@kde.org>
* src/*: some more work on the KDE2 port/integration. Workarounds for * src/*: some more work on the KDE2 port/integration. Workarounds for
kwin's auto-maximization added. Fullscreen works. Moving images inside twin's auto-maximization added. Fullscreen works. Moving images inside
the window works properly again. NETWM/KWin handling is better now. the window works properly again. NETWM/KWin handling is better now.
Also better handling of non-loadable files. Also better handling of non-loadable files.

@ -22,7 +22,7 @@
#include <tqgroupbox.h> #include <tqgroupbox.h>
#include <tqlabel.h> #include <tqlabel.h>
#include <kwin.h> #include <twin.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include "imlibwidget.h" #include "imlibwidget.h"

@ -56,7 +56,7 @@
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kglobalsettings.h> #include <kglobalsettings.h>
#include <ktempfile.h> #include <ktempfile.h>
#include <kwin.h> #include <twin.h>
#include <netwm.h> #include <netwm.h>
#include <kurldrag.h> #include <kurldrag.h>
#include <kio/netaccess.h> #include <kio/netaccess.h>

@ -22,8 +22,8 @@
#include <tqrect.h> #include <tqrect.h>
#include <tqsize.h> #include <tqsize.h>
#include <kwin.h> #include <twin.h>
#include <kwinmodule.h> #include <twinmodule.h>
class Kuick class Kuick
{ {

@ -19,7 +19,7 @@
#ifndef KUICKGLOBALS_H #ifndef KUICKGLOBALS_H
#define KUICKGLOBALS_H #define KUICKGLOBALS_H
#include <kwinmodule.h> #include <twinmodule.h>
class KuickGlobals class KuickGlobals
{ {

@ -57,7 +57,7 @@
#include <kurlcombobox.h> #include <kurlcombobox.h>
#include <kurlcompletion.h> #include <kurlcompletion.h>
#include <kurldrag.h> #include <kurldrag.h>
#include <kwin.h> #include <twin.h>
#include <kstdguiitem.h> #include <kstdguiitem.h>
#include <kdebug.h> #include <kdebug.h>

Loading…
Cancel
Save