author | drw <drw> | 2004-11-16 18:14:11 (UTC) |
---|---|---|
committer | drw <drw> | 2004-11-16 18:14:11 (UTC) |
commit | 47a5c043c7ee0647da508ee63b5b8ec27205a9c3 (patch) (unidiff) | |
tree | a2695067081dd89acea260bb2d819fbf52a85f4d | |
parent | e83f5b12337c22f365323aa00806b638a971e3a2 (diff) | |
download | opie-47a5c043c7ee0647da508ee63b5b8ec27205a9c3.zip opie-47a5c043c7ee0647da508ee63b5b8ec27205a9c3.tar.gz opie-47a5c043c7ee0647da508ee63b5b8ec27205a9c3.tar.bz2 |
Updated with PackageManager fixes done today
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,149 +1,152 @@ | |||
1 | 2004-??-??Opie 1.1.8 | 1 | 2004-??-??Opie 1.1.8 |
2 | 2 | ||
3 | New Features | 3 | New Features |
4 | ------------ | 4 | ------------ |
5 | 5 | ||
6 | Fixed Bugs | 6 | Fixed Bugs |
7 | ---------- | 7 | ---------- |
8 | * #1464 - Packagemanager dont set active filter after install a package (drw) | ||
9 | * n.a. - PackageManager - (Minor UI tweak) in filter dialog, when option is enabled, set focus to widget that corresponds to that option (drw) | ||
10 | * n.a. - PackageManager - (Minor UI tweak) fix double entry in source feed configuration when adding a new feed (drw) | ||
8 | 11 | ||
9 | 2004-11-14Opie 1.1.7 | 12 | 2004-11-14Opie 1.1.7 |
10 | 13 | ||
11 | New Features | 14 | New Features |
12 | ------------ | 15 | ------------ |
13 | * libOpieDB now uses SQLite V3 instead V2. Remember to upgrade your database files! (eilers) | 16 | * libOpieDB now uses SQLite V3 instead V2. Remember to upgrade your database files! (eilers) |
14 | * Backup now uses the busy indicator when backing up and restore (ar) | 17 | * Backup now uses the busy indicator when backing up and restore (ar) |
15 | * OpiePlayer2 gained adding of Directories to the playlist (zecke) | 18 | * OpiePlayer2 gained adding of Directories to the playlist (zecke) |
16 | * OpiePlayer2 better error handling (zecke) | 19 | * OpiePlayer2 better error handling (zecke) |
17 | * OpiePlayer2 progress indication while streaming (zecke) | 20 | * OpiePlayer2 progress indication while streaming (zecke) |
18 | * OpiePlayer2 ported to use libxine 1.0.0-rc6a (brad,zecke) | 21 | * OpiePlayer2 ported to use libxine 1.0.0-rc6a (brad,zecke) |
19 | * Ported brightnessapplet from Qtopia 1.7 (mickeyl) | 22 | * Ported brightnessapplet from Qtopia 1.7 (mickeyl) |
20 | * Opie-Eye got a Digital Camera File Backend (alwin,zecke) | 23 | * Opie-Eye got a Digital Camera File Backend (alwin,zecke) |
21 | * Support for Tuxpad1 of Tradesquare.NL (mickeyl,zecke) | 24 | * Support for Tuxpad1 of Tradesquare.NL (mickeyl,zecke) |
22 | * Opie-Console use Custom Font and Size in a Profile (harlekin) | 25 | * Opie-Console use Custom Font and Size in a Profile (harlekin) |
23 | * Opie-Console transparently log the Output and Input to a file (harlekin) | 26 | * Opie-Console transparently log the Output and Input to a file (harlekin) |
24 | * Added new O-menu icon to lock the PDA immediately: opie-lockapplet (clem) | 27 | * Added new O-menu icon to lock the PDA immediately: opie-lockapplet (clem) |
25 | * Opie-Security now hides the plugin-based authentication tabs if no auth. plugin package is installed (clem) | 28 | * Opie-Security now hides the plugin-based authentication tabs if no auth. plugin package is installed (clem) |
26 | * Opie-Security gained a 'test authentication' button (clem) | 29 | * Opie-Security gained a 'test authentication' button (clem) |
27 | * Opie-Eye got a more unique layout (menubar), a slideshow, user can setup some defaults | 30 | * Opie-Eye got a more unique layout (menubar), a slideshow, user can setup some defaults |
28 | * Opie-Mail improve the handling of POP mail boxes (alwin) | 31 | * Opie-Mail improve the handling of POP mail boxes (alwin) |
29 | * Both Opie-Eye and Opie-Mail were greatly improved due the hard work of Rajko Albrecht(alwin) | 32 | * Both Opie-Eye and Opie-Mail were greatly improved due the hard work of Rajko Albrecht(alwin) |
30 | * Opie IRC - backports of the 'NeIRC fork' (zecke) | 33 | * Opie IRC - backports of the 'NeIRC fork' (zecke) |
31 | 34 | ||
32 | Fixed Bugs | 35 | Fixed Bugs |
33 | ---------- | 36 | ---------- |
34 | * #501 - Pickboard is able to show 'Umlaute' (TT,zecke) | 37 | * #501 - Pickboard is able to show 'Umlaute' (TT,zecke) |
35 | * #608 - Make Opie usable for left handed users (zecke) | 38 | * #608 - Make Opie usable for left handed users (zecke) |
36 | * #957 - Import of VCards/VTodos/VEvents with BASE64 encoding (ljp,zecke) | 39 | * #957 - Import of VCards/VTodos/VEvents with BASE64 encoding (ljp,zecke) |
37 | * #1245 - Opie-Go 'paused' (zecke) | 40 | * #1245 - Opie-Go 'paused' (zecke) |
38 | * #1358 - DocTab didn't show any MimeTypes (was fixed earlier) (zecke) | 41 | * #1358 - DocTab didn't show any MimeTypes (was fixed earlier) (zecke) |
39 | * #1380 - QDateBookAccess::remove() doesn't remove entries (eilers, zecke) | 42 | * #1380 - QDateBookAccess::remove() doesn't remove entries (eilers, zecke) |
40 | * #1395 - Build VNC Backend with gcc3.4 | 43 | * #1395 - Build VNC Backend with gcc3.4 |
41 | * #1440 - The icon of opie-mobilemsg is missing (CoreDump) | 44 | * #1440 - The icon of opie-mobilemsg is missing (CoreDump) |
42 | * #1426 - Add missing opie-bartender Icon (CoreDump) | 45 | * #1426 - Add missing opie-bartender Icon (CoreDump) |
43 | * #1445 - Opie-Sheet Has No Icon (CoreDump) | 46 | * #1445 - Opie-Sheet Has No Icon (CoreDump) |
44 | * #1448 - Brightness Applet added (mickeyl) | 47 | * #1448 - Brightness Applet added (mickeyl) |
45 | * #1450 - ZSame didn't clear the bonus item after winning a game (zecke) | 48 | * #1450 - ZSame didn't clear the bonus item after winning a game (zecke) |
46 | * #1482 - Fix OFileSelector to be able to sort by size (zecke) | 49 | * #1482 - Fix OFileSelector to be able to sort by size (zecke) |
47 | * n.a. - Opie-mail: fixed some crasher, some layout-problems | 50 | * n.a. - Opie-mail: fixed some crasher, some layout-problems |
48 | * n.a. - Converted applications to not hardcode /opt/QtPalmtop but to use QPEApplication::qpeDir (zecke) | 51 | * n.a. - Converted applications to not hardcode /opt/QtPalmtop but to use QPEApplication::qpeDir (zecke) |
49 | * n.a. - Converted usage of qpeDir() not to include a '/' as first charachter of the string (zecke) | 52 | * n.a. - Converted usage of qpeDir() not to include a '/' as first charachter of the string (zecke) |
50 | * n.a. - Build system: Enable distcc and ccache when crosscompiling too, and use them everywhere we can (clem) | 53 | * n.a. - Build system: Enable distcc and ccache when crosscompiling too, and use them everywhere we can (clem) |
51 | * n.a. - Build system: Fix deps in several config.in (and fix scripts/deps.pl too) to stop breaking builds, especially with make -j highNumber (clem) | 54 | * n.a. - Build system: Fix deps in several config.in (and fix scripts/deps.pl too) to stop breaking builds, especially with make -j highNumber (clem) |
52 | * n.a. - Removed hardcoded icon size in a couple of applets (mickeyl) | 55 | * n.a. - Removed hardcoded icon size in a couple of applets (mickeyl) |
53 | * n.a. - Opie-Qashmoney has been moved to unsupported (mickeyl) | 56 | * n.a. - Opie-Qashmoney has been moved to unsupported (mickeyl) |
54 | * n.a. - Opie-Ubrowser has been moved to unsupported (mickeyl) | 57 | * n.a. - Opie-Ubrowser has been moved to unsupported (mickeyl) |
55 | 58 | ||
56 | 2004-09-17Opie 1.1.6 | 59 | 2004-09-17Opie 1.1.6 |
57 | 60 | ||
58 | New Features | 61 | New Features |
59 | ------------ | 62 | ------------ |
60 | * Fifteen gained configurable number of items (zecke) | 63 | * Fifteen gained configurable number of items (zecke) |
61 | * Fifteen can have custom background images (zecke) | 64 | * Fifteen can have custom background images (zecke) |
62 | * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl) | 65 | * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl) |
63 | * Integrated the new security framework into libopie2 (zecke,clem) | 66 | * Integrated the new security framework into libopie2 (zecke,clem) |
64 | * Converted the launcher to use the new security framework (zecke) | 67 | * Converted the launcher to use the new security framework (zecke) |
65 | * Backup can now handle custom locations for backup and restore (ar) | 68 | * Backup can now handle custom locations for backup and restore (ar) |
66 | * Implemented right-on-hold feedback (wimpie,zecke) | 69 | * Implemented right-on-hold feedback (wimpie,zecke) |
67 | * Lots of new features in opie-reader (tim,pohly) | 70 | * Lots of new features in opie-reader (tim,pohly) |
68 | * Build system cleanups (schurig) | 71 | * Build system cleanups (schurig) |
69 | 72 | ||
70 | Fixed Bugs | 73 | Fixed Bugs |
71 | -------- | 74 | -------- |
72 | * #1005 - Fixed backup to CompactFlash (ar) | 75 | * #1005 - Fixed backup to CompactFlash (ar) |
73 | * #1167 - Fixed Opie write crashing on more text than one page (ar) | 76 | * #1167 - Fixed Opie write crashing on more text than one page (ar) |
74 | * #1225 - Fixed repeated light flashing on Zaurus with keyz (mickeyl) | 77 | * #1225 - Fixed repeated light flashing on Zaurus with keyz (mickeyl) |
75 | * #1359 - Fixed bookmarks in Gutenbrowser (ljp) | 78 | * #1359 - Fixed bookmarks in Gutenbrowser (ljp) |
76 | * #1361 - Fixed auto upercase in Opie-Addressbook (eilers) | 79 | * #1361 - Fixed auto upercase in Opie-Addressbook (eilers) |
77 | * #1370 - Pimconverter now reacts on cancel key (eilers) | 80 | * #1370 - Pimconverter now reacts on cancel key (eilers) |
78 | * #1376 - Bring back the capslock/numlock display (zecke) | 81 | * #1376 - Bring back the capslock/numlock display (zecke) |
79 | * #1383 - Language settings now warns about losing open apps (Markus Litz) | 82 | * #1383 - Language settings now warns about losing open apps (Markus Litz) |
80 | * #1393 - Fixed line wrap issues in opie-console for the default profile (mickeyl) | 83 | * #1393 - Fixed line wrap issues in opie-console for the default profile (mickeyl) |
81 | * #1394 - Fixed oversized headline in opie-login (coredump) | 84 | * #1394 - Fixed oversized headline in opie-login (coredump) |
82 | * #1396 - Opie-console captures the escape key and vim is working (zecke) | 85 | * #1396 - Opie-console captures the escape key and vim is working (zecke) |
83 | * #1401 - Scrollbar is now only visible if necessary in DocTab (mickeyl) | 86 | * #1401 - Scrollbar is now only visible if necessary in DocTab (mickeyl) |
84 | 87 | ||
85 | 2004-07-06Opie 1.1.4 | 88 | 2004-07-06Opie 1.1.4 |
86 | 89 | ||
87 | New Features | 90 | New Features |
88 | ------------ | 91 | ------------ |
89 | * Added four themes courtesy Robert Griebl (http://www.softforge.de/zstyle) | 92 | * Added four themes courtesy Robert Griebl (http://www.softforge.de/zstyle) |
90 | * Added Conversion tool for pim-data (eilers) | 93 | * Added Conversion tool for pim-data (eilers) |
91 | * Introduced new OPimAccessFactory and OBackendFactory which simplyfies database access (eilers) | 94 | * Introduced new OPimAccessFactory and OBackendFactory which simplyfies database access (eilers) |
92 | * Modified the PIM API for providing generic use of OPimRecords (eilers) | 95 | * Modified the PIM API for providing generic use of OPimRecords (eilers) |
93 | * Clicking on the application symbol now iterates over the application's top level widgets if already raised (zecke) | 96 | * Clicking on the application symbol now iterates over the application's top level widgets if already raised (zecke) |
94 | 97 | ||
95 | Fixed Bugs | 98 | Fixed Bugs |
96 | -------- | 99 | -------- |
97 | * #1068 - Country Drop Down Box Off Screen | 100 | * #1068 - Country Drop Down Box Off Screen |
98 | * #1291 - Opie tinykate does not open .desktop files (ar) | 101 | * #1291 - Opie tinykate does not open .desktop files (ar) |
99 | * #1291 - Opie sheet not saving correctly (ar) | 102 | * #1291 - Opie sheet not saving correctly (ar) |
100 | * #1294 - Opie does not know about British Summer Time | 103 | * #1294 - Opie does not know about British Summer Time |
101 | * #1314 - Drawpad initialization (mickeyl) | 104 | * #1314 - Drawpad initialization (mickeyl) |
102 | * #1317 - Packagemanager crashes on hold-down or install (chicken) | 105 | * #1317 - Packagemanager crashes on hold-down or install (chicken) |
103 | * #1321 - Batteryapplet graphic glitch (harlekin) | 106 | * #1321 - Batteryapplet graphic glitch (harlekin) |
104 | * #1324 - ZSafe not starting up (mickeyl) | 107 | * #1324 - ZSafe not starting up (mickeyl) |
105 | * #1328 - Personal Home Address fields is trimmed to 1char (eilers) | 108 | * #1328 - Personal Home Address fields is trimmed to 1char (eilers) |
106 | * #1327 - Opie-mail ipk does not depend on libopiedb2 (chicken) | 109 | * #1327 - Opie-mail ipk does not depend on libopiedb2 (chicken) |
107 | * #1345 - Networksettingsplugin wlan plugin dependency on libpcap0 (mickeyl) | 110 | * #1345 - Networksettingsplugin wlan plugin dependency on libpcap0 (mickeyl) |
108 | * #1348 - Datebook dependency on libopiedb2 (chicken) | 111 | * #1348 - Datebook dependency on libopiedb2 (chicken) |
109 | * #1328 - Switched SQLDatabase and VCards char encoding from latin1 to unicode (eilers) | 112 | * #1328 - Switched SQLDatabase and VCards char encoding from latin1 to unicode (eilers) |
110 | 113 | ||
111 | 2004-04-25Opie 1.1.3 | 114 | 2004-04-25Opie 1.1.3 |
112 | 115 | ||
113 | * Introduced first implementation of SQL-Support using SQLite (eilers) | 116 | * Introduced first implementation of SQL-Support using SQLite (eilers) |
114 | * Added a new Gutenberg Project reader app - opie-gutenbrowser (ljp) | 117 | * Added a new Gutenberg Project reader app - opie-gutenbrowser (ljp) |
115 | * Added a real system graffiti character set (brad) | 118 | * Added a real system graffiti character set (brad) |
116 | * Added Generic Keyconfig Widget (zecke) | 119 | * Added Generic Keyconfig Widget (zecke) |
117 | * Improved Screenshotapplet and Drawpad integration. You can now open a screenshot in drawpad and take notes (zecke) | 120 | * Improved Screenshotapplet and Drawpad integration. You can now open a screenshot in drawpad and take notes (zecke) |
118 | * Added new Bible reader app - opie-dagger (drw) | 121 | * Added new Bible reader app - opie-dagger (drw) |
119 | * Added a new Image Viewer. Work is ongoing (zecke,alwin) | 122 | * Added a new Image Viewer. Work is ongoing (zecke,alwin) |
120 | * Added namespace usage in libopie2 and everywhere (zecke,alwin) | 123 | * Added namespace usage in libopie2 and everywhere (zecke,alwin) |
121 | * Enabled the possibility to pass command line arguments to applications (mickeyl) | 124 | * Enabled the possibility to pass command line arguments to applications (mickeyl) |
122 | * Added an about applet showing some credits and information about Opie (mickeyl) | 125 | * Added an about applet showing some credits and information about Opie (mickeyl) |
123 | * Added benchmarking functionality to sysinfo (mickeyl) | 126 | * Added benchmarking functionality to sysinfo (mickeyl) |
124 | * Added applet and configuration application for switching hardware keyboard layouts (alwin) | 127 | * Added applet and configuration application for switching hardware keyboard layouts (alwin) |
125 | * Ported applications from libopie1 to libopie2* (drw,ar,alwin) | 128 | * Ported applications from libopie1 to libopie2* (drw,ar,alwin) |
126 | * Imported fullscreen and font improvements from the Qkonsole fork to embeddedkonsole (waspe) | 129 | * Imported fullscreen and font improvements from the Qkonsole fork to embeddedkonsole (waspe) |
127 | * Clean-up of package information in control files (drw) | 130 | * Clean-up of package information in control files (drw) |
128 | * Repaired mediummount which was broken since integrating the quicklauncher (alwin) | 131 | * Repaired mediummount which was broken since integrating the quicklauncher (alwin) |
129 | * Improved big-screen support (zecke,ar) | 132 | * Improved big-screen support (zecke,ar) |
130 | * Improved multikeyboard support, added keyboard layout switching applet (mouse) | 133 | * Improved multikeyboard support, added keyboard layout switching applet (mouse) |
131 | * Added a new mail client based on libetpan (harlekin,alwin,jgf) | 134 | * Added a new mail client based on libetpan (harlekin,alwin,jgf) |
132 | * Added new package manager - opie-packagemanager (drw) | 135 | * Added new package manager - opie-packagemanager (drw) |
133 | * Improved light-n-power for C7x0 (mickeyl) | 136 | * Improved light-n-power for C7x0 (mickeyl) |
134 | * Added automatic rotation support for C7x0 (treke) | 137 | * Added automatic rotation support for C7x0 (treke) |
135 | * Split libopie1 up into a set of smaller - functionally grouped - libraries (mickeyl) | 138 | * Split libopie1 up into a set of smaller - functionally grouped - libraries (mickeyl) |
136 | * Added scanning the wireless network neighbourhood to networksettings (mickeyl) | 139 | * Added scanning the wireless network neighbourhood to networksettings (mickeyl) |
137 | 140 | ||
138 | 2003-11-29Opie 1.0.3 | 141 | 2003-11-29Opie 1.0.3 |
139 | 142 | ||
140 | * Released as Version 1.0.3 | 143 | * Released as Version 1.0.3 |
141 | * Improved i18n (various contributors) | 144 | * Improved i18n (various contributors) |
142 | * Reduced application startup time by integrating the TT quicklauncher (zecke,harlekin) | 145 | * Reduced application startup time by integrating the TT quicklauncher (zecke,harlekin) |
143 | * Made the Documents Tab optional (mickeyl) | 146 | * Made the Documents Tab optional (mickeyl) |
144 | * Integrated basic support for HP iPAQ 54xx and the Jornada 5xx (chicken) | 147 | * Integrated basic support for HP iPAQ 54xx and the Jornada 5xx (chicken) |
145 | 148 | ||
146 | 2003-08-04Opie 1.0.0 | 149 | 2003-08-04Opie 1.0.0 |
147 | 150 | ||
148 | * Released as Version 1.0.0 | 151 | * Released as Version 1.0.0 |
149 | * Including a PPP module for easy dial up (tille,harlekin,zecke) | 152 | * Including a PPP module for easy dial up (tille,harlekin,zecke) |