IDEAl mode State Saving on exit
Amilcar do Carmo Lucas
amilcar at ida.ing.tu-bs.de
Wed Jul 9 10:56:02 UTC 2003
Applied, thanks!
But please take care in not commiting changes to lines that you actualy
didn't change, for example:
Index: lib/widgets/ktabzoomwidget.cpp
===================================================================
RCS file: /home/kde/kdevelop/lib/widgets/ktabzoomwidget.cpp,v
retrieving revision 1.25
diff -u -r1.25 ktabzoomwidget.cpp
--- lib/widgets/ktabzoomwidget.cpp 30 Jun 2003 13:46:50 -0000 1.25
+++ lib/widgets/ktabzoomwidget.cpp 8 Jul 2003 21:54:00 -0000
@@ -76,7 +76,7 @@
d->m_layout = new QVBoxLayout(this);
d->m_popup = new KTabZoomFrame(parent, pos);
-
+
if(pos == KTabZoomPosition::Left || pos == KTabZoomPosition::Right)
d->m_popup->setMinimumWidth(110);
else
@@ -124,8 +124,8 @@
if(widget->minimumSizeHint().width() + 12 > d->m_popup->minimumWidth())
d->m_popup->setMinimumWidth(widget->minimumSizeHint().width() + 12);
break;
- }
-
+ }
+
emit tabsChanged();
}
Index: src/mainwindowideal.cpp
===================================================================
RCS file: /home/kde/kdevelop/src/mainwindowideal.cpp,v
retrieving revision 1.35
diff -u -r1.35 mainwindowideal.cpp
--- src/mainwindowideal.cpp 30 Jun 2003 13:46:52 -0000 1.35
+++ src/mainwindowideal.cpp 8 Jul 2003 21:54:04 -0000
@@ -244,9 +246,9 @@
connect( m_rightBar, SIGNAL(tabsChanged()), this, SLOT(slotRightTabsChanged()) );
connect( m_bottomBar, SIGNAL(tabsChanged()), this, SLOT(slotBottomTabsChanged()) );
- connect(PartController::getInstance(), SIGNAL(partAdded(KParts::Part*)),
+ connect(PartController::getInstance(), SIGNAL(partAdded(KParts::Part*)),
this, SLOT(slotPartAdded(KParts::Part*)));
- connect(PartController::getInstance(), SIGNAL(partAdded(KParts::Part*)),
+ connect(PartController::getInstance(), SIGNAL(partAdded(KParts::Part*)),
this, SLOT(slotStatusChange(KParts::Part*)));
connect(PartController::getInstance(), SIGNAL(fileDirty(const QString&)),
this, SLOT(fileDirty(const QString&)));
Anyway thanks, lots of people complained about this one!
--
Amilcar Lucas
More information about the KDevelop-devel
mailing list