summaryrefslogtreecommitdiff
authoreilers <eilers>2005-03-18 16:09:20 (UTC)
committer eilers <eilers>2005-03-18 16:09:20 (UTC)
commitf32b76432aeb554204f06ca15ed1ec8d5387fb12 (patch) (unidiff)
tree5cbdf506011db1aa8e7c00f39bd7a015181d9400
parente8df4b3938c8f97aa958708a56794797f16b24c7 (diff)
downloadopie-f32b76432aeb554204f06ca15ed1ec8d5387fb12.zip
opie-f32b76432aeb554204f06ca15ed1ec8d5387fb12.tar.gz
opie-f32b76432aeb554204f06ca15ed1ec8d5387fb12.tar.bz2
Fixed category handling
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 88581df..7717697 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,17 +28,17 @@
28 * #1604 - Checkbook crashed on startup (drw) 28 * #1604 - Checkbook crashed on startup (drw)
29 * n.a. - Netsystemtime - fixed UI to prevent error dialog from displaying when it shouldn't, get rid of some compiler warnings (drw) 29 * n.a. - Netsystemtime - fixed UI to prevent error dialog from displaying when it shouldn't, get rid of some compiler warnings (drw)
30 * n.a. - PackageManager - fixed where last package in status file was not shown as installed when it should be (drw) 30 * n.a. - PackageManager - fixed where last package in status file was not shown as installed when it should be (drw)
31 * n.a. - PackageManager - fixed bug where lists_dir was not being honored at startup (drw) 31 * n.a. - PackageManager - fixed bug where lists_dir was not being honored at startup (drw)
32 * n.a. - PackageManager - provided default value for lists_dir when none is entered in configuration dialog (drw) 32 * n.a. - PackageManager - provided default value for lists_dir when none is entered in configuration dialog (drw)
33 * n.a. - Launcher Settings - fixed default settings for background in Edit tab dialog (drw) 33 * n.a. - Launcher Settings - fixed default settings for background in Edit tab dialog (drw)
34 * n.a. - OTabWidget - fixed scroll buttons, fix display position of tabs (drw) 34 * n.a. - OTabWidget - fixed scroll buttons, fix display position of tabs (drw)
35 * n.a. - AddressBook - fixed sorting by 'File As' name (drw) 35 * n.a. - AddressBook - fixed sorting by 'File As' name (drw)
36 * n.a. - AddressBook - fixed category handling for 'All' and 'Unfiled' (drw) 36 * n.a. - AddressBook - fixed category handling for 'All' and 'Unfiled' (eilers)
37 * n.a. - AddressBook - fixed letter picker record selection and sort records afterwards (drw) 37 * n.a. - AddressBook - fixed letter picker record selection and sort records afterwards (drw)
38 38
39 Internal 39 Internal
40 -------- 40 --------
41 * Worked around bug in Qt/Embedded 2.3.10: qt_version() returns 231 (mickeyl) 41 * Worked around bug in Qt/Embedded 2.3.10: qt_version() returns 231 (mickeyl)
42 * Killed the need for weak symbols in QtE (zecke) 42 * Killed the need for weak symbols in QtE (zecke)
43 * Added optional building libqpe without inline images (mickeyl) 43 * Added optional building libqpe without inline images (mickeyl)
44 * OColorButton - fixed so does not emit a colorSelected signal inside of resizeEvent (drw) 44 * OColorButton - fixed so does not emit a colorSelected signal inside of resizeEvent (drw)