summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c72fb3..6db572b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,128 +1,129 @@
1 2004-??-??Opie 1.1.x 1 2004-??-??Opie 1.1.x
2 2
3 New Features 3 New Features
4 ------------ 4 ------------
5 * libOpieDB now uses SQLite V3 instead V2. This would need an upgrade for old database files! (eilers)
5 * Backup uses Busy Indicator when backing up and restore (ar) 6 * Backup uses Busy Indicator when backing up and restore (ar)
6 * OpiePlayer2 gains adding of Directories to the playlist (zecke) 7 * OpiePlayer2 gains adding of Directories to the playlist (zecke)
7 * OpiePlayer2 handles error better (zecke) 8 * OpiePlayer2 handles error better (zecke)
8 * OpiePlayer2 gives Progress when streaming (zecke) 9 * OpiePlayer2 gives Progress when streaming (zecke)
9 * OpiePlayer2 ported to use libxine 1.0.0-rc6-a (brad,zecke) 10 * OpiePlayer2 ported to use libxine 1.0.0-rc6-a (brad,zecke)
10 * Ported brightnessapplet from Qtopia 1.7 (mickeyl) 11 * Ported brightnessapplet from Qtopia 1.7 (mickeyl)
11 * Opie Eye got a Digital Camera File Backend (alwin,zecke) 12 * Opie Eye got a Digital Camera File Backend (alwin,zecke)
12 * Support for Tuxpad 1 of Tradesquare.NL (mickeyl,zecke) 13 * Support for Tuxpad 1 of Tradesquare.NL (mickeyl,zecke)
13 * Opie-Console use Custom Font and Size in a Profile (harlekin) 14 * Opie-Console use Custom Font and Size in a Profile (harlekin)
14 * Opie-Console transparently log the Output and Input to a file (harlekin) 15 * Opie-Console transparently log the Output and Input to a file (harlekin)
15 * New O-menu icon to lock the PDA immediately: opie-lockapplet (clem) 16 * New O-menu icon to lock the PDA immediately: opie-lockapplet (clem)
16 * opie-security improvements: hide the plugin-based authentication tabs if no auth. plugin package is installed, and new 'test authentication' button (clem) 17 * opie-security improvements: hide the plugin-based authentication tabs if no auth. plugin package is installed, and new 'test authentication' button (clem)
17 18
18 Fixed Bugs 19 Fixed Bugs
19 ---------- 20 ----------
20 * #1380 - QDateBookAccess::remove() doesn't remove entries (eilers, zecke) 21 * #1380 - QDateBookAccess::remove() doesn't remove entries (eilers, zecke)
21 * #1445 - Opie Sheet Has No Icon (CoreDump) 22 * #1445 - Opie Sheet Has No Icon (CoreDump)
22 * #1440 - The icon of opie-mobilemsg is missing (CoreDump) 23 * #1440 - The icon of opie-mobilemsg is missing (CoreDump)
23 * #1395 - Build VNC Backend with gcc3.4 24 * #1395 - Build VNC Backend with gcc3.4
24 * #501 - Pickboard is able to show 'Umlaute' (TT,zecke) 25 * #501 - Pickboard is able to show 'Umlaute' (TT,zecke)
25 * #1450 - ZSame didn't clear the Bonus Item after winning a game (zecke) 26 * #1450 - ZSame didn't clear the Bonus Item after winning a game (zecke)
26 * #1245 - Opie Go 'paused' (zecke) 27 * #1245 - Opie Go 'paused' (zecke)
27 * #1448 - Brightness Applet added (mickeyl) 28 * #1448 - Brightness Applet added (mickeyl)
28 * #1358 - DocTab didn't show any MimeTypes (was fixed earlier) (zecke) 29 * #1358 - DocTab didn't show any MimeTypes (was fixed earlier) (zecke)
29 * #957 - Import of VCards/VTodos/VEvents with BASE64 encoding (ljp,zecke) 30 * #957 - Import of VCards/VTodos/VEvents with BASE64 encoding (ljp,zecke)
30 * n.a. - Converted applications to not hardcode /opt/QtPalmtop but to use QPEApplication::qpeDir 31 * n.a. - Converted applications to not hardcode /opt/QtPalmtop but to use QPEApplication::qpeDir
31 * n.a. - Converted usage of qpeDir() not to include a '/' as first charachter of the string 32 * n.a. - Converted usage of qpeDir() not to include a '/' as first charachter of the string
32 * n.a. - Build system: enable distcc and ccache when crosscompiling too, and use them everywhere we can (clem) 33 * n.a. - Build system: enable distcc and ccache when crosscompiling too, and use them everywhere we can (clem)
33 * 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) 34 * 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)
34 35
35 2004-09-17Opie 1.1.6 36 2004-09-17Opie 1.1.6
36 37
37 New Features 38 New Features
38 ------------ 39 ------------
39 * Fifteen gained configurable number of items (zecke) 40 * Fifteen gained configurable number of items (zecke)
40 * Fifteen can have custom background images (zecke) 41 * Fifteen can have custom background images (zecke)
41 * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl) 42 * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl)
42 * Integrated the new security framework into libopie2 (zecke,clem) 43 * Integrated the new security framework into libopie2 (zecke,clem)
43 * Converted the launcher to use the new security framework (zecke) 44 * Converted the launcher to use the new security framework (zecke)
44 * Backup can now handle custom locations for backup and restore (ar) 45 * Backup can now handle custom locations for backup and restore (ar)
45 * Implemented right-on-hold feedback (wimpie,zecke) 46 * Implemented right-on-hold feedback (wimpie,zecke)
46 * Lots of new features in opie-reader (tim,pohly) 47 * Lots of new features in opie-reader (tim,pohly)
47 * Build system cleanups (schurig) 48 * Build system cleanups (schurig)
48 49
49 Fixed Bugs 50 Fixed Bugs
50 -------- 51 --------
51 * #1005 - Fixed backup to CompactFlash (ar) 52 * #1005 - Fixed backup to CompactFlash (ar)
52 * #1167 - Fixed Opie write crashing on more text than one page (ar) 53 * #1167 - Fixed Opie write crashing on more text than one page (ar)
53 * #1225 - Fixed repeated light flashing on Zaurus with keyz (mickeyl) 54 * #1225 - Fixed repeated light flashing on Zaurus with keyz (mickeyl)
54 * #1359 - Fixed bookmarks in Gutenbrowser (ljp) 55 * #1359 - Fixed bookmarks in Gutenbrowser (ljp)
55 * #1361 - Fixed auto upercase in Opie-Addressbook (eilers) 56 * #1361 - Fixed auto upercase in Opie-Addressbook (eilers)
56 * #1370 - Pimconverter now reacts on cancel key (eilers) 57 * #1370 - Pimconverter now reacts on cancel key (eilers)
57 * #1376 - Bring back the capslock/numlock display (zecke) 58 * #1376 - Bring back the capslock/numlock display (zecke)
58 * #1383 - Language settings now warns about losing open apps (Markus Litz) 59 * #1383 - Language settings now warns about losing open apps (Markus Litz)
59 * #1393 - Fixed line wrap issues in opie-console for the default profile (mickeyl) 60 * #1393 - Fixed line wrap issues in opie-console for the default profile (mickeyl)
60 * #1394 - Fixed oversized headline in opie-login (coredump) 61 * #1394 - Fixed oversized headline in opie-login (coredump)
61 * #1396 - Opie-console captures the escape key and vim is working (zecke) 62 * #1396 - Opie-console captures the escape key and vim is working (zecke)
62 * #1401 - Scrollbar is now only visible if necessary in DocTab (mickeyl) 63 * #1401 - Scrollbar is now only visible if necessary in DocTab (mickeyl)
63 64
64 2004-07-06Opie 1.1.4 65 2004-07-06Opie 1.1.4
65 66
66 New Features 67 New Features
67 ------------ 68 ------------
68 * Added four themes courtesy Robert Griebl (http://www.softforge.de/zstyle) 69 * Added four themes courtesy Robert Griebl (http://www.softforge.de/zstyle)
69 * Added Conversion tool for pim-data (eilers) 70 * Added Conversion tool for pim-data (eilers)
70 * Introduced new OPimAccessFactory and OBackendFactory which simplyfies database access (eilers) 71 * Introduced new OPimAccessFactory and OBackendFactory which simplyfies database access (eilers)
71 * Modified the PIM API for providing generic use of OPimRecords (eilers) 72 * Modified the PIM API for providing generic use of OPimRecords (eilers)
72 * Clicking on the application symbol now iterates over the application's top level widgets if already raised (zecke) 73 * Clicking on the application symbol now iterates over the application's top level widgets if already raised (zecke)
73 74
74 Fixed Bugs 75 Fixed Bugs
75 -------- 76 --------
76 * #1068 - Country Drop Down Box Off Screen 77 * #1068 - Country Drop Down Box Off Screen
77 * #1291 - Opie tinykate does not open .desktop files (ar) 78 * #1291 - Opie tinykate does not open .desktop files (ar)
78 * #1291 - Opie sheet not saving correctly (ar) 79 * #1291 - Opie sheet not saving correctly (ar)
79 * #1294 - Opie does not know about British Summer Time 80 * #1294 - Opie does not know about British Summer Time
80 * #1314 - Drawpad initialization (mickeyl) 81 * #1314 - Drawpad initialization (mickeyl)
81 * #1317 - Packagemanager crashes on hold-down or install (chicken) 82 * #1317 - Packagemanager crashes on hold-down or install (chicken)
82 * #1321 - Batteryapplet graphic glitch (harlekin) 83 * #1321 - Batteryapplet graphic glitch (harlekin)
83 * #1324 - ZSafe not starting up (mickeyl) 84 * #1324 - ZSafe not starting up (mickeyl)
84 * #1328 - Personal Home Address fields is trimmed to 1char (eilers) 85 * #1328 - Personal Home Address fields is trimmed to 1char (eilers)
85 * #1327 - Opie-mail ipk does not depend on libopiedb2 (chicken) 86 * #1327 - Opie-mail ipk does not depend on libopiedb2 (chicken)
86 * #1345 - Networksettingsplugin wlan plugin dependency on libpcap0 (mickeyl) 87 * #1345 - Networksettingsplugin wlan plugin dependency on libpcap0 (mickeyl)
87 * #1348 - Datebook dependency on libopiedb2 (chicken) 88 * #1348 - Datebook dependency on libopiedb2 (chicken)
88 * #1328 - Switched SQLDatabase and VCards char encoding from latin1 to unicode (eilers) 89 * #1328 - Switched SQLDatabase and VCards char encoding from latin1 to unicode (eilers)
89 90
90 2004-04-25Opie 1.1.3 91 2004-04-25Opie 1.1.3
91 92
92 * Introduced first implementation of SQL-Support using SQLite (eilers) 93 * Introduced first implementation of SQL-Support using SQLite (eilers)
93 * Added a new Gutenberg Project reader app - opie-gutenbrowser (ljp) 94 * Added a new Gutenberg Project reader app - opie-gutenbrowser (ljp)
94 * Added a real system graffiti character set (brad) 95 * Added a real system graffiti character set (brad)
95 * Added Generic Keyconfig Widget (zecke) 96 * Added Generic Keyconfig Widget (zecke)
96 * Improved Screenshotapplet and Drawpad integration. You can now open a screenshot in drawpad and take notes (zecke) 97 * Improved Screenshotapplet and Drawpad integration. You can now open a screenshot in drawpad and take notes (zecke)
97 * Added new Bible reader app - opie-dagger (drw) 98 * Added new Bible reader app - opie-dagger (drw)
98 * Added a new Image Viewer. Work is ongoing (zecke,alwin) 99 * Added a new Image Viewer. Work is ongoing (zecke,alwin)
99 * Added namespace usage in libopie2 and everywhere (zecke,alwin) 100 * Added namespace usage in libopie2 and everywhere (zecke,alwin)
100 * Enabled the possibility to pass command line arguments to applications (mickeyl) 101 * Enabled the possibility to pass command line arguments to applications (mickeyl)
101 * Added an about applet showing some credits and information about Opie (mickeyl) 102 * Added an about applet showing some credits and information about Opie (mickeyl)
102 * Added benchmarking functionality to sysinfo (mickeyl) 103 * Added benchmarking functionality to sysinfo (mickeyl)
103 * Added applet and configuration application for switching hardware keyboard layouts (alwin) 104 * Added applet and configuration application for switching hardware keyboard layouts (alwin)
104 * Ported applications from libopie1 to libopie2* (drw,ar,alwin) 105 * Ported applications from libopie1 to libopie2* (drw,ar,alwin)
105 * Imported fullscreen and font improvements from the Qkonsole fork to embeddedkonsole (waspe) 106 * Imported fullscreen and font improvements from the Qkonsole fork to embeddedkonsole (waspe)
106 * Clean-up of package information in control files (drw) 107 * Clean-up of package information in control files (drw)
107 * Repaired mediummount which was broken since integrating the quicklauncher (alwin) 108 * Repaired mediummount which was broken since integrating the quicklauncher (alwin)
108 * Improved big-screen support (zecke,ar) 109 * Improved big-screen support (zecke,ar)
109 * Improved multikeyboard support, added keyboard layout switching applet (mouse) 110 * Improved multikeyboard support, added keyboard layout switching applet (mouse)
110 * Added a new mail client based on libetpan (harlekin,alwin,jgf) 111 * Added a new mail client based on libetpan (harlekin,alwin,jgf)
111 * Added new package manager - opie-packagemanager (drw) 112 * Added new package manager - opie-packagemanager (drw)
112 * Improved light-n-power for C7x0 (mickeyl) 113 * Improved light-n-power for C7x0 (mickeyl)
113 * Added automatic rotation support for C7x0 (treke) 114 * Added automatic rotation support for C7x0 (treke)
114 * Split libopie1 up into a set of smaller - functionally grouped - libraries (mickeyl) 115 * Split libopie1 up into a set of smaller - functionally grouped - libraries (mickeyl)
115 * Added scanning the wireless network neighbourhood to networksettings (mickeyl) 116 * Added scanning the wireless network neighbourhood to networksettings (mickeyl)
116 117
117 2003-11-29Opie 1.0.3 118 2003-11-29Opie 1.0.3
118 119
119 * Released as Version 1.0.3 120 * Released as Version 1.0.3
120 * Improved i18n (various contributors) 121 * Improved i18n (various contributors)
121 * Reduced application startup time by integrating the TT quicklauncher (zecke,harlekin) 122 * Reduced application startup time by integrating the TT quicklauncher (zecke,harlekin)
122 * Made the Documents Tab optional (mickeyl) 123 * Made the Documents Tab optional (mickeyl)
123 * Integrated basic support for HP iPAQ 54xx and the Jornada 5xx (chicken) 124 * Integrated basic support for HP iPAQ 54xx and the Jornada 5xx (chicken)
124 125
125 2003-08-04Opie 1.0.0 126 2003-08-04Opie 1.0.0
126 127
127 * Released as Version 1.0.0 128 * Released as Version 1.0.0
128 * Including a PPP module for easy dial up (tille,harlekin,zecke) 129 * Including a PPP module for easy dial up (tille,harlekin,zecke)