Index: ossp-pkg/as/as-gui/TODO RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/TODO,v rcsdiff -q -kk '-r1.39' '-r1.40' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/TODO,v' 2>/dev/null --- TODO 2002/12/12 20:52:13 1.39 +++ TODO 2002/12/12 21:24:07 1.40 @@ -39,6 +39,7 @@ Quitting is the same as closing the (only) window IDs in as_const.h much better choosing, so they make sense Preserve main window geo and dock pos with << operators +Make edit control window dockable anywhere Beim Editmodus --------------- Index: ossp-pkg/as/as-gui/as_assist.cpp RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_assist.cpp,v rcsdiff -q -kk '-r1.63' '-r1.64' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_assist.cpp,v' 2>/dev/null --- as_assist.cpp 2002/12/12 20:52:13 1.63 +++ as_assist.cpp 2002/12/12 21:24:07 1.64 @@ -331,7 +331,8 @@ // Populate the view menu with subitems m_pMenubar->insertItem(trUtf8("&View"), m_pViewpopup); - m_pViewpopup->insertItem(trUtf8("&Normal"), this, SLOT(normalView())); + nMenuid = m_pViewpopup->insertItem(trUtf8("&Normal"), this, SLOT(normalView())); + m_pViewpopup->setItemEnabled(nMenuid, false); nMenuid = m_pViewpopup->insertItem(trUtf8("&Editing"), this, SLOT(editingView())); m_pViewpopup->setItemEnabled(nMenuid, false); nMenuid = m_pViewpopup->insertItem(trUtf8("&Timing"), this, SLOT(timingView())); Index: ossp-pkg/as/as-gui/as_gui.cpp RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_gui.cpp,v rcsdiff -q -kk '-r1.30' '-r1.31' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_gui.cpp,v' 2>/dev/null --- as_gui.cpp 2002/12/12 21:13:29 1.30 +++ as_gui.cpp 2002/12/12 21:24:07 1.31 @@ -71,7 +71,7 @@ // Rehydrate main window layout and doc positions QString Laystring = m_pPrefs->getString(TITRAQ_PREFFRAMELAY, NULL); // FIXME: Handle first case better QTextStream Laystream(&Laystring, IO_ReadOnly); - Laystream >> *this; // Persist the main window + Laystream >> *this; // // Lock down window size // setSizePolicy(QSizePolicy((QSizePolicy::SizeType)0,