Index: ossp-pkg/as/as-gui/TODO RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/TODO,v rcsdiff -q -kk '-r1.77' '-r1.78' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/TODO,v' 2>/dev/null --- TODO 2003/02/05 10:56:43 1.77 +++ TODO 2003/02/05 11:33:27 1.78 @@ -47,6 +47,8 @@ Method saveData(stream) must write to a new file, otherwise writes data pattern CRCs are being generated before parsing of "" is finished? Double click on column separator is broken again +Zeitabzug moeglicherweise falsch wenn 23:00-01:00=? +24:00 muss als Valideintrag im Finishfeld erlaubt (gefunden mlelstv) Nice to have ------------ Index: ossp-pkg/as/as-gui/as_slot.cpp RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_slot.cpp,v rcsdiff -q -kk '-r1.110' '-r1.111' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_slot.cpp,v' 2>/dev/null --- as_slot.cpp 2003/02/04 20:32:46 1.110 +++ as_slot.cpp 2003/02/05 11:33:27 1.111 @@ -1512,7 +1512,7 @@ } // Open an account object on the remote server - Account_var Account = Asdbase->Open("/tmp/corbadb.txt"); // Security problem! + Account_var Account = Asdbase->Open("events.as"); if (CORBA::is_nil(Account)) { // Verify sanity m_pStatbar->message(trUtf8("Could not create an account object on the server")); qWarning("Could not create an account object on the server\n");