author | mickeyl <mickeyl> | 2005-06-02 21:44:41 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-06-02 21:44:41 (UTC) |
commit | d0f6a0721d7ab67a115d08990143944ee71d54ba (patch) (unidiff) | |
tree | ba22ad18027419a6417f3d6439a2faf67917ab74 /ChangeLog | |
parent | f55a56f54de1d3fa9084160159a379079a317d96 (diff) | |
download | opie-d0f6a0721d7ab67a115d08990143944ee71d54ba.zip opie-d0f6a0721d7ab67a115d08990143944ee71d54ba.tar.gz opie-d0f6a0721d7ab67a115d08990143944ee71d54ba.tar.bz2 |
- move addLanguage.sh and mkipks to scripts/ directory
- finish recursive directory locks and mention in ChangeLog
beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS:
ChangeLog libopie2/opiecore/linux/ofilenotify.cpp CVS: libopie2/opiecore/linux/ofilenotify.h CVS:
examples/opiecore/onotifytest/main.cpp CVS: examples/opiecore/onotifytest/main.h CVS: Added Files: CVS:
scripts/addLanguage.sh scripts/mkipks CVS:
----------------------------------------------------------------------
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,126 +1,127 @@ | |||
1 | 2005-??-??Opie 1.2.1 | 1 | 2005-??-??Opie 1.2.1 |
2 | 2 | ||
3 | 3 | ||
4 | New Features | 4 | New Features |
5 | ------------ | 5 | ------------ |
6 | * OpieStumbler: Scans WiFi networks using the wireless extension scanning (skyhusker) | 6 | * OpieStumbler: Scans WiFi networks using the wireless extension scanning (skyhusker) |
7 | * Opie-Reader: Support for document formats ArriereGo and Reb, add flite output (tim,pohly) | 7 | * Opie-Reader: Support for document formats ArriereGo and Reb, add flite output (tim,pohly) |
8 | * Opie-Networksettings: Add support for wlan-ng devices and improve WEP handling (Dirk Opfer) | 8 | * Opie-Networksettings: Add support for wlan-ng devices and improve WEP handling (Dirk Opfer) |
9 | * Wellenreiter: Remove Joining networks - use OpieStumbler for that (mickeyl) | 9 | * Wellenreiter: Remove Joining networks - use OpieStumbler for that (mickeyl) |
10 | * Opie-Mobilemsg has gone unsupported - it never really worked and there will be a replacement (mickeyl) | 10 | * Opie-Mobilemsg has gone unsupported - it never really worked and there will be a replacement (mickeyl) |
11 | * Opie-Tabmanager has gone unsupported - it barely works and there is not much of a use of it anyway (mickeyl) | 11 | * Opie-Tabmanager has gone unsupported - it barely works and there is not much of a use of it anyway (mickeyl) |
12 | 12 | ||
13 | Fixed Bugs | 13 | Fixed Bugs |
14 | ---------- | 14 | ---------- |
15 | * #1476 - Wrong order of application entries in the O-menu (skyhusker) | 15 | * #1476 - Wrong order of application entries in the O-menu (skyhusker) |
16 | * #1535- Missing line break and unnecessary location shown with Today-Calendar plugin (deller) | 16 | * #1535- Missing line break and unnecessary location shown with Today-Calendar plugin (deller) |
17 | * #1565 - crash-fix in odevice.cpp while scanning the distribution table (deller) | 17 | * #1565 - crash-fix in odevice.cpp while scanning the distribution table (deller) |
18 | * #1614 - Make Opie-console start in $HOME instead of / (skyhusker) | 18 | * #1614 - Make Opie-console start in $HOME instead of / (skyhusker) |
19 | * n.a.- always show volume and wireless applet popups inside visible screen (deller) | 19 | * n.a.- always show volume and wireless applet popups inside visible screen (deller) |
20 | * n.a. - scale O-Menu-Applets appropriately (mickeyl) | 20 | * n.a. - scale O-Menu-Applets appropriately (mickeyl) |
21 | * n.a.- libopienet: fix bugs in wireless scanning and setting SSID (skyhusker) | 21 | * n.a.- libopienet: fix bugs in wireless scanning and setting SSID (skyhusker) |
22 | * n.a.- Wellenreiter: relax WE version matching test a bit (mickeyl) | 22 | * n.a.- Wellenreiter: relax WE version matching test a bit (mickeyl) |
23 | * n.a.- scale BluezApplet appropriately and use larger icons (mickeyl) | 23 | * n.a.- scale BluezApplet appropriately and use larger icons (mickeyl) |
24 | * n.a.- memoryapplet: fix crash in memoryapplet on kernels without swap support (seneca cunningham) | 24 | * n.a.- memoryapplet: fix crash in memoryapplet on kernels without swap support (seneca cunningham) |
25 | * n.a. - networksettings: ignore hostap control interfaces wifi* (mickeyl) | 25 | * n.a. - networksettings: ignore hostap control interfaces wifi* (mickeyl) |
26 | 26 | ||
27 | Internal | 27 | Internal |
28 | -------- | 28 | -------- |
29 | * Make BluezApplet use OTaskbarApplet (mickeyl) | 29 | * Make BluezApplet use OTaskbarApplet (mickeyl) |
30 | * Rewrite OFileNotification to use the upcoming inotify interface instead of the deprecated dnotify (mickeyl) | 30 | * libopiecore: rewrite OFileNotification to use the Linux 2.6 inotify interface (mickeyl) |
31 | * libopiecore: add ODirNotification - recursive directory notifications (mickeyl) | ||
31 | * libopienet: Skip hostap control interfaces 'wifi' and improve robustness in ONetworkInterface (mickeyl) | 32 | * libopienet: Skip hostap control interfaces 'wifi' and improve robustness in ONetworkInterface (mickeyl) |
32 | * libopieui: Remove OVersatileView and OVersatileViewItem (mickeyl) | 33 | * libopieui: Remove OVersatileView and OVersatileViewItem (mickeyl) |
33 | * libopienet: Miscellaneous API cleanups (mickeyl) | 34 | * libopienet: Miscellaneous API cleanups (mickeyl) |
34 | * libopiecore: Add linux pcmcia system abstraction classes (mickeyl) | 35 | * libopiecore: Add linux pcmcia system abstraction classes (mickeyl) |
35 | 36 | ||
36 | 2005-03-25Opie 1.2.0 | 37 | 2005-03-25Opie 1.2.0 |
37 | 38 | ||
38 | Fixed Bugs | 39 | Fixed Bugs |
39 | ---------- | 40 | ---------- |
40 | * #1613 - AdvancedFM - scale toolbar icons appropriately (drw) | 41 | * #1613 - AdvancedFM - scale toolbar icons appropriately (drw) |
41 | * #1620 - OFileSelector - show the button on press and not on press on hold (alwin) | 42 | * #1620 - OFileSelector - show the button on press and not on press on hold (alwin) |
42 | * #1473 - Opie-Eye - Same as #1620 but we lack a common FileSystem Button class (zecke) | 43 | * #1473 - Opie-Eye - Same as #1620 but we lack a common FileSystem Button class (zecke) |
43 | * n.a. - PackageManager - fix bug where messages show up multiple times in install dialog (drw) | 44 | * n.a. - PackageManager - fix bug where messages show up multiple times in install dialog (drw) |
44 | * n.a.- make qpeglobal.h include qglobal.h (zecke) | 45 | * n.a.- make qpeglobal.h include qglobal.h (zecke) |
45 | 46 | ||
46 | 2005-03-20Opie 1.2.0-rc1 | 47 | 2005-03-20Opie 1.2.0-rc1 |
47 | 48 | ||
48 | 49 | ||
49 | New Features | 50 | New Features |
50 | ------------ | 51 | ------------ |
51 | * Launcher: Support a static background pixmap (mickeyl) | 52 | * Launcher: Support a static background pixmap (mickeyl) |
52 | * LauncherSettings: Choose whether to have a static background pixmap (mickeyl) | 53 | * LauncherSettings: Choose whether to have a static background pixmap (mickeyl) |
53 | * PackageManager supports the 'lists_dir' ipkg configuration option (drw) | 54 | * PackageManager supports the 'lists_dir' ipkg configuration option (drw) |
54 | * Added hi-res inline images for large resolution devices (drw) | 55 | * Added hi-res inline images for large resolution devices (drw) |
55 | * Improved launcher icons for consistency (ar) | 56 | * Improved launcher icons for consistency (ar) |
56 | * Datebook: Added plugin system to datebook so holidays and birthdays from contacts may displayed in datebook (alwin) | 57 | * Datebook: Added plugin system to datebook so holidays and birthdays from contacts may displayed in datebook (alwin) |
57 | 58 | ||
58 | Fixed Bugs | 59 | Fixed Bugs |
59 | ---------- | 60 | ---------- |
60 | * #1236 - VCards contained empty home and work address entries causing Palms to crash (eilers) | 61 | * #1236 - VCards contained empty home and work address entries causing Palms to crash (eilers) |
61 | * #1412 - Launcher Settings - fixed default settings for background in Edit tab dialog (drw) | 62 | * #1412 - Launcher Settings - fixed default settings for background in Edit tab dialog (drw) |
62 | * #1472 - Opie textedit now check for unsaved changes on ESC key (ljp) | 63 | * #1472 - Opie textedit now check for unsaved changes on ESC key (ljp) |
63 | * #1474 - Implement GUI for Scrollbars on the Left in Appearance (zecke) | 64 | * #1474 - Implement GUI for Scrollbars on the Left in Appearance (zecke) |
64 | * #1482 - Fix double '/' in paths (zecke) | 65 | * #1482 - Fix double '/' in paths (zecke) |
65 | * #1536 - Autosave of custom locations in opie backup (ar) | 66 | * #1536 - Autosave of custom locations in opie backup (ar) |
66 | * #1539 - Fixed displaying too long path in the delete dialog in opie-eye (zecke) | 67 | * #1539 - Fixed displaying too long path in the delete dialog in opie-eye (zecke) |
67 | * #1540 - Implemented deletion of DocLnks in opie-eye (zecke) | 68 | * #1540 - Implemented deletion of DocLnks in opie-eye (zecke) |
68 | * #1542 - Fixed Todo crash when priority < 1 or > 5 (drw) | 69 | * #1542 - Fixed Todo crash when priority < 1 or > 5 (drw) |
69 | * #1550 - Browse for alarm sound start in QPEDIR/sounds/ (zecke) | 70 | * #1550 - Browse for alarm sound start in QPEDIR/sounds/ (zecke) |
70 | * #1554 - Fixed Opie-Console name in .desktop file (mickeyl) | 71 | * #1554 - Fixed Opie-Console name in .desktop file (mickeyl) |
71 | * #1556 - Start to look for sound files in /opt/QtPalmtop/sounds (zecke) | 72 | * #1556 - Start to look for sound files in /opt/QtPalmtop/sounds (zecke) |
72 | * #1558 - Fixed opie-login breaking opie startup (mickeyl) | 73 | * #1558 - Fixed opie-login breaking opie startup (mickeyl) |
73 | * #1560 - Fixed Opie-Console picking up the wrong shell (bluelightning) | 74 | * #1560 - Fixed Opie-Console picking up the wrong shell (bluelightning) |
74 | * #1570 - Confirmation needed befor Restore a backup and overwrite local data (ar) | 75 | * #1570 - Confirmation needed befor Restore a backup and overwrite local data (ar) |
75 | * #1591 - Addressbook sortorder changed by clicking on column 0 (eilers) | 76 | * #1591 - Addressbook sortorder changed by clicking on column 0 (eilers) |
76 | * #1599 - Security - change recommendation for opie-multiauth to opie-securityplugin (gints) | 77 | * #1599 - Security - change recommendation for opie-multiauth to opie-securityplugin (gints) |
77 | * #1604 - Checkbook crashed on startup (drw) | 78 | * #1604 - Checkbook crashed on startup (drw) |
78 | * #1608 - Addressbook crashed after search, which may caused by not initialzed member variable (eilers) | 79 | * #1608 - Addressbook crashed after search, which may caused by not initialzed member variable (eilers) |
79 | * #1608 - QueryByExampe-Datediff on SQL database did not worked properly (eilers) | 80 | * #1608 - QueryByExampe-Datediff on SQL database did not worked properly (eilers) |
80 | * n.a. - Netsystemtime - fixed UI to prevent error dialog from displaying when it shouldn't, get rid of some compiler warnings (drw) | 81 | * n.a. - Netsystemtime - fixed UI to prevent error dialog from displaying when it shouldn't, get rid of some compiler warnings (drw) |
81 | * n.a. - PackageManager - fixed where last package in status file was not shown as installed when it should be (drw) | 82 | * n.a. - PackageManager - fixed where last package in status file was not shown as installed when it should be (drw) |
82 | * n.a. - PackageManager - fixed bug where lists_dir was not being honored at startup (drw) | 83 | * n.a. - PackageManager - fixed bug where lists_dir was not being honored at startup (drw) |
83 | * n.a. - PackageManager - provided default value for lists_dir when none is entered in configuration dialog (drw) | 84 | * n.a. - PackageManager - provided default value for lists_dir when none is entered in configuration dialog (drw) |
84 | * n.a. - OTabWidget - fixed scroll buttons, fix display position of tabs (drw) | 85 | * n.a. - OTabWidget - fixed scroll buttons, fix display position of tabs (drw) |
85 | * n.a. - AddressBook - fixed sorting by 'File As' name (drw) | 86 | * n.a. - AddressBook - fixed sorting by 'File As' name (drw) |
86 | * n.a. - AddressBook - fixed category handling for 'All' and 'Unfiled' (eilers) | 87 | * n.a. - AddressBook - fixed category handling for 'All' and 'Unfiled' (eilers) |
87 | * n.a. - AddressBook - fixed letter picker record selection and sort records afterwards (drw) | 88 | * n.a. - AddressBook - fixed letter picker record selection and sort records afterwards (drw) |
88 | 89 | ||
89 | Internal | 90 | Internal |
90 | -------- | 91 | -------- |
91 | * Worked around bug in Qt/Embedded 2.3.10: qt_version() returns 231 (mickeyl) | 92 | * Worked around bug in Qt/Embedded 2.3.10: qt_version() returns 231 (mickeyl) |
92 | * Killed the need for weak symbols in QtE (zecke) | 93 | * Killed the need for weak symbols in QtE (zecke) |
93 | * Added optional building libqpe without inline images (mickeyl) | 94 | * Added optional building libqpe without inline images (mickeyl) |
94 | * OColorButton - fixed so does not emit a colorSelected signal inside of resizeEvent (drw) | 95 | * OColorButton - fixed so does not emit a colorSelected signal inside of resizeEvent (drw) |
95 | 96 | ||
96 | 2005-02-03Opie 1.1.9 | 97 | 2005-02-03Opie 1.1.9 |
97 | 98 | ||
98 | New Features | 99 | New Features |
99 | ------------ | 100 | ------------ |
100 | * Number of icon columns in Launcher is customizable through Launcher.conf (hrw,zecke,mickeyl) | 101 | * Number of icon columns in Launcher is customizable through Launcher.conf (hrw,zecke,mickeyl) |
101 | * Number of icon columns in Launcher is customizable through LauncherSettings (mickeyl) | 102 | * Number of icon columns in Launcher is customizable through LauncherSettings (mickeyl) |
102 | * Usability enhancements in OpieIRC (skyhusker) | 103 | * Usability enhancements in OpieIRC (skyhusker) |
103 | 104 | ||
104 | Fixed Bugs | 105 | Fixed Bugs |
105 | ---------- | 106 | ---------- |
106 | * #1501 - Fixed bug in todo sql backend (eilers) | 107 | * #1501 - Fixed bug in todo sql backend (eilers) |
107 | * #1505 - Added more Swap sizes in memoryapplet (mickeyl) | 108 | * #1505 - Added more Swap sizes in memoryapplet (mickeyl) |
108 | * #1525 - Hopefully fixed double alarms and not removing alarms set with the Clock application (zecke) | 109 | * #1525 - Hopefully fixed double alarms and not removing alarms set with the Clock application (zecke) |
109 | * #1533 - Security Owner Dialog (shown in case of unsuccessfull authentiacation) wasn't able to display information in non latin1 encoding (zecke) | 110 | * #1533 - Security Owner Dialog (shown in case of unsuccessfull authentiacation) wasn't able to display information in non latin1 encoding (zecke) |
110 | * n.a. - Removed hard coded font sizes in a couple of inputmethods (mickeyl) | 111 | * n.a. - Removed hard coded font sizes in a couple of inputmethods (mickeyl) |
111 | * n.a. - Removed MediumDlg appearing prior to FirstUsage wizard (i.e. calibration) (mickeyl) | 112 | * n.a. - Removed MediumDlg appearing prior to FirstUsage wizard (i.e. calibration) (mickeyl) |
112 | * n.a. - Fixed numerous buglets in OpieIRC (skyhusker) | 113 | * n.a. - Fixed numerous buglets in OpieIRC (skyhusker) |
113 | 114 | ||
114 | Internal | 115 | Internal |
115 | -------- | 116 | -------- |
116 | * Added the Qtopia 1.7 SDK macros for quick-apps to easa compilation of 3rd party apps against our headers (mickeyl) | 117 | * Added the Qtopia 1.7 SDK macros for quick-apps to easa compilation of 3rd party apps against our headers (mickeyl) |
117 | * You can now use the Opie build system in combination with a OpenEmbedded staging area which makes a nice cross development environment (mickeyl) | 118 | * You can now use the Opie build system in combination with a OpenEmbedded staging area which makes a nice cross development environment (mickeyl) |
118 | * Made Opie compilable with Qt/Embedded 2.3.10 (ar) | 119 | * Made Opie compilable with Qt/Embedded 2.3.10 (ar) |
119 | * Changed Launcher to get default orientation from ODevice w/ QWS_DISPLAY overriding (mickeyl) | 120 | * Changed Launcher to get default orientation from ODevice w/ QWS_DISPLAY overriding (mickeyl) |
120 | * Build tree cleanups (mickeyl) | 121 | * Build tree cleanups (mickeyl) |
121 | 122 | ||
122 | 2004-11-26Opie 1.1.8 | 123 | 2004-11-26Opie 1.1.8 |
123 | 124 | ||
124 | New Features | 125 | New Features |
125 | ------------ | 126 | ------------ |
126 | * PackageManager supports installation of local ipkg files (drw) | 127 | * PackageManager supports installation of local ipkg files (drw) |