author | eilers <eilers> | 2005-03-18 16:09:20 (UTC) |
---|---|---|
committer | eilers <eilers> | 2005-03-18 16:09:20 (UTC) |
commit | f32b76432aeb554204f06ca15ed1ec8d5387fb12 (patch) (unidiff) | |
tree | 5cbdf506011db1aa8e7c00f39bd7a015181d9400 | |
parent | e8df4b3938c8f97aa958708a56794797f16b24c7 (diff) | |
download | opie-f32b76432aeb554204f06ca15ed1ec8d5387fb12.zip opie-f32b76432aeb554204f06ca15ed1ec8d5387fb12.tar.gz opie-f32b76432aeb554204f06ca15ed1ec8d5387fb12.tar.bz2 |
Fixed category handling
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,25 +24,25 @@ | |||
24 | * #1556 - Start to look for sound files in /opt/QtPalmtop/sounds (zecke) | 24 | * #1556 - Start to look for sound files in /opt/QtPalmtop/sounds (zecke) |
25 | * #1558 - Fixed opie-login breaking opie startup (mickeyl) | 25 | * #1558 - Fixed opie-login breaking opie startup (mickeyl) |
26 | * #1570 - Confirmation needed befor Restore a backup and overwrite local data (ar) | 26 | * #1570 - Confirmation needed befor Restore a backup and overwrite local data (ar) |
27 | * #1599 - Security - change recommendation for opie-multiauth to opie-securityplugin (gints) | 27 | * #1599 - Security - change recommendation for opie-multiauth to opie-securityplugin (gints) |
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) |
45 | 45 | ||
46 | 2005-02-03Opie 1.1.9 | 46 | 2005-02-03Opie 1.1.9 |
47 | 47 | ||
48 | New Features | 48 | New Features |