OSSP CVS Repository

ossp - Check-in [2914]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 2914
Date: 2002-Nov-28 11:31:33 (local)
2002-Nov-28 10:31:33 (UTC)
User:ms
Branch:
Comment: Column adjustment.
Tickets:
Inspections:
Files:
ossp-pkg/as/as-gui/TODO      1.19 -> 1.20     1 inserted, 0 deleted
ossp-pkg/as/as-gui/as_assist.cpp      1.34 -> 1.35     5 inserted, 5 deleted
ossp-pkg/as/as-gui/as_slot.cpp      1.26 -> 1.27     2 inserted, 2 deleted
ossp-pkg/titraq/TODO      1.19 -> 1.20     1 inserted, 0 deleted
ossp-pkg/titraq/titassist.cpp      1.34 -> 1.35     5 inserted, 5 deleted
ossp-pkg/titraq/titslot.cpp      1.26 -> 1.27     2 inserted, 2 deleted

ossp-pkg/as/as-gui/TODO 1.19 -> 1.20

--- TODO 2002/11/27 23:07:38     1.19
+++ TODO 2002/11/28 10:31:33     1.20
@@ -29,6 +29,7 @@
 QTable::valueChanged(int row, int col) should be responsible for dirty flag
 Remove magic numbers from cpp files to titconst like TITRAQ_INDEXREMARK
 Reduce dependence to STL by removing cout to QTextStream
+Preferences fehlen <option name wert> <aspect name wert> <rule name expr cond>
 
 Bugs
 ----


ossp-pkg/as/as-gui/as_assist.cpp 1.34 -> 1.35

--- as_assist.cpp        2002/11/27 23:07:38     1.34
+++ as_assist.cpp        2002/11/28 10:31:33     1.35
@@ -322,7 +322,7 @@
     if (m_pFiletools == NULL)                   // Sanity check
         throw Genexcept("File tool bar creation failed.");
     m_pFiletools->setLabel(trUtf8("File Ops"));
-    m_pFiletools->setOpaqueMoving(true);
+    m_pFiletools->setOpaqueMoving(false);
     m_pFiletools->setCloseMode(QDockWindow::Never);
     m_pFilenewact->addTo(m_pFiletools);
     m_pFileopenact->addTo(m_pFiletools);
@@ -415,10 +415,10 @@
     // Table header row
     m_pTablehead = m_pMaintable->horizontalHeader();
     m_pMaintable->setHScrollBarMode(QScrollView::AlwaysOff);
-    m_pTablehead->setLabel(0, QObject::trUtf8("Date"), 76);
-    m_pTablehead->setLabel(1, QObject::trUtf8("Begin"), 48);
-    m_pTablehead->setLabel(2, QObject::trUtf8("End"), 48);
-    m_pTablehead->setLabel(3, QObject::trUtf8("Amount"), 48);
+    m_pTablehead->setLabel(0, QObject::trUtf8("Date"), 94);
+    m_pTablehead->setLabel(1, QObject::trUtf8("Begin"), 86);
+    m_pTablehead->setLabel(2, QObject::trUtf8("End"), 86);
+    m_pTablehead->setLabel(3, QObject::trUtf8("Amount"), 96);
     m_pTablehead->setLabel(4, QObject::trUtf8("Task"), 96);
     m_pTablehead->setLabel(5, QObject::trUtf8("Remark"));
 


ossp-pkg/as/as-gui/as_slot.cpp 1.26 -> 1.27

--- as_slot.cpp  2002/11/27 23:07:38     1.26
+++ as_slot.cpp  2002/11/28 10:31:33     1.27
@@ -201,7 +201,7 @@
 {
     switch (nSection) {
     case TITRAQ_IDXALLCTRLS:
-        m_pDateedit->setFixedWidth(m_pMaintable->horizontalHeader()->sectionSize(TITRAQ_IDXDATE) - TITRAQ_SPACING + TITRAQ_SPACING / 2 + 1);
+        m_pDateedit->setFixedWidth(m_pMaintable->horizontalHeader()->sectionSize(TITRAQ_IDXDATE) - TITRAQ_SPACING + TITRAQ_SPACING / 2);
         m_pStarttime->setFixedWidth(m_pMaintable->horizontalHeader()->sectionSize(TITRAQ_IDXSTART) - TITRAQ_SPACING);
         m_pEndtime->setFixedWidth(m_pMaintable->horizontalHeader()->sectionSize(TITRAQ_IDXFINISH) - TITRAQ_SPACING);
         m_pAmount->setFixedWidth(m_pMaintable->horizontalHeader()->sectionSize(TITRAQ_IDXAMOUNT) - TITRAQ_SPACING);
@@ -209,7 +209,7 @@
 //        m_pRemark->setFixedWidth(m_pMaintable->horizontalHeader()->sectionSize(TITRAQ_IDXREMARK) - TITRAQ_SPACING);
         break;
     case TITRAQ_IDXDATE:
-        m_pDateedit->setFixedWidth(m_pMaintable->horizontalHeader()->sectionSize(TITRAQ_IDXDATE) - TITRAQ_SPACING + TITRAQ_SPACING / 2 + 1);
+        m_pDateedit->setFixedWidth(m_pMaintable->horizontalHeader()->sectionSize(TITRAQ_IDXDATE) - TITRAQ_SPACING + TITRAQ_SPACING / 2);
         break;
     case TITRAQ_IDXSTART:
         m_pStarttime->setFixedWidth(m_pMaintable->horizontalHeader()->sectionSize(TITRAQ_IDXSTART) - TITRAQ_SPACING);




CVSTrac 2.0.1