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