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
@@ -6,49 +6,50 @@ | |||
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) |