Check-in Number:
|
3969 | |
Date: |
2003-Jan-30 19:14:51 (local)
2003-Jan-30 18:14:51 (UTC) |
User: | ms |
Branch: | |
Comment: |
Fixed a bug and found a new one. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/as/as-gui/ChangeLog 1.19 -> 1.20
--- ChangeLog 2003/01/30 16:51:45 1.19
+++ ChangeLog 2003/01/30 18:14:51 1.20
@@ -3,6 +3,7 @@
030130 Made day date section focus the default value
Remove hackful zero date value, replace with current date
Added aggregate class User, and prefer user data from environment
+ Fixed ignored prepared entry bug on new document operation
030129 Fixed the autoscroll before show bug, causing wrong data position
|
|
ossp-pkg/as/as-gui/TODO 1.65 -> 1.66
--- TODO 2003/01/30 16:51:45 1.65
+++ TODO 2003/01/30 18:14:51 1.66
@@ -47,6 +47,8 @@
When sorting rows, sometimes a false extra highlight appears
Disabled actions still show enabled icons in menu popups
Pressing escape on task data cells does not exit edit mode
+On dirty, save is asked, if cancel from file dialog, doesn't revert
+On win32, all or some file reads and writes probably need IO_Translate?
Nice to have
------------
|
|
ossp-pkg/as/as-gui/as_slot.cpp 1.93 -> 1.94
--- as_slot.cpp 2003/01/30 14:36:01 1.93
+++ as_slot.cpp 2003/01/30 18:14:51 1.94
@@ -305,7 +305,6 @@
m_pStatbar->message(trUtf8("New document"), 4000);
this->setFilename("");
this->addEntry(1); // Default new op adds a row
- this->updEdit(1); // Update edit controls
m_pMaintable->setDirty(false); // Start out clean
}
|
|