summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--ChangeLog8
-rw-r--r--library/version.h2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f58efe..f66dd34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,96 +1,104 @@
1 2004-??-??Opie 1.1.8
2
3 New Features
4 ------------
5
6 Fixed Bugs
7 ----------
8
1 2004-11-14Opie 1.1.7 9 2004-11-14Opie 1.1.7
2 10
3 New Features 11 New Features
4 ------------ 12 ------------
5 * libOpieDB now uses SQLite V3 instead V2. Remember to upgrade your database files! (eilers) 13 * 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) 14 * Backup now uses the busy indicator when backing up and restore (ar)
7 * OpiePlayer2 gained adding of Directories to the playlist (zecke) 15 * OpiePlayer2 gained adding of Directories to the playlist (zecke)
8 * OpiePlayer2 better error handling (zecke) 16 * OpiePlayer2 better error handling (zecke)
9 * OpiePlayer2 progress indication while streaming (zecke) 17 * OpiePlayer2 progress indication while streaming (zecke)
10 * OpiePlayer2 ported to use libxine 1.0.0-rc6a (brad,zecke) 18 * OpiePlayer2 ported to use libxine 1.0.0-rc6a (brad,zecke)
11 * Ported brightnessapplet from Qtopia 1.7 (mickeyl) 19 * Ported brightnessapplet from Qtopia 1.7 (mickeyl)
12 * Opie-Eye got a Digital Camera File Backend (alwin,zecke) 20 * Opie-Eye got a Digital Camera File Backend (alwin,zecke)
13 * Support for Tuxpad1 of Tradesquare.NL (mickeyl,zecke) 21 * Support for Tuxpad1 of Tradesquare.NL (mickeyl,zecke)
14 * Opie-Console use Custom Font and Size in a Profile (harlekin) 22 * Opie-Console use Custom Font and Size in a Profile (harlekin)
15 * Opie-Console transparently log the Output and Input to a file (harlekin) 23 * 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) 24 * 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) 25 * 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) 26 * Opie-Security gained a 'test authentication' button (clem)
19 * Opie-Eye got a more unique layout (menubar), a slideshow, user can setup some defaults 27 * Opie-Eye got a more unique layout (menubar), a slideshow, user can setup some defaults
20 * Opie-Mail improve the handling of POP mail boxes (alwin) 28 * Opie-Mail improve the handling of POP mail boxes (alwin)
21 * Both Opie-Eye and Opie-Mail were greatly improved due the hard work of Rajko Albrecht(alwin) 29 * Both Opie-Eye and Opie-Mail were greatly improved due the hard work of Rajko Albrecht(alwin)
22 * Opie IRC - backports of the 'NeIRC fork' (zecke) 30 * Opie IRC - backports of the 'NeIRC fork' (zecke)
23 31
24 Fixed Bugs 32 Fixed Bugs
25 ---------- 33 ----------
26 * #501 - Pickboard is able to show 'Umlaute' (TT,zecke) 34 * #501 - Pickboard is able to show 'Umlaute' (TT,zecke)
27 * #608 - Make Opie usable for left handed users (zecke) 35 * #608 - Make Opie usable for left handed users (zecke)
28 * #957 - Import of VCards/VTodos/VEvents with BASE64 encoding (ljp,zecke) 36 * #957 - Import of VCards/VTodos/VEvents with BASE64 encoding (ljp,zecke)
29 * #1245 - Opie-Go 'paused' (zecke) 37 * #1245 - Opie-Go 'paused' (zecke)
30 * #1358 - DocTab didn't show any MimeTypes (was fixed earlier) (zecke) 38 * #1358 - DocTab didn't show any MimeTypes (was fixed earlier) (zecke)
31 * #1380 - QDateBookAccess::remove() doesn't remove entries (eilers, zecke) 39 * #1380 - QDateBookAccess::remove() doesn't remove entries (eilers, zecke)
32 * #1395 - Build VNC Backend with gcc3.4 40 * #1395 - Build VNC Backend with gcc3.4
33 * #1440 - The icon of opie-mobilemsg is missing (CoreDump) 41 * #1440 - The icon of opie-mobilemsg is missing (CoreDump)
34 * #1426 - Add missing opie-bartender Icon (CoreDump) 42 * #1426 - Add missing opie-bartender Icon (CoreDump)
35 * #1445 - Opie-Sheet Has No Icon (CoreDump) 43 * #1445 - Opie-Sheet Has No Icon (CoreDump)
36 * #1448 - Brightness Applet added (mickeyl) 44 * #1448 - Brightness Applet added (mickeyl)
37 * #1450 - ZSame didn't clear the bonus item after winning a game (zecke) 45 * #1450 - ZSame didn't clear the bonus item after winning a game (zecke)
38 * #1482 - Fix OFileSelector to be able to sort by size (zecke) 46 * #1482 - Fix OFileSelector to be able to sort by size (zecke)
39 * n.a. - Opie-mail: fixed some crasher, some layout-problems 47 * n.a. - Opie-mail: fixed some crasher, some layout-problems
40 * n.a. - Converted applications to not hardcode /opt/QtPalmtop but to use QPEApplication::qpeDir (zecke) 48 * n.a. - Converted applications to not hardcode /opt/QtPalmtop but to use QPEApplication::qpeDir (zecke)
41 * n.a. - Converted usage of qpeDir() not to include a '/' as first charachter of the string (zecke) 49 * n.a. - Converted usage of qpeDir() not to include a '/' as first charachter of the string (zecke)
42 * n.a. - Build system: Enable distcc and ccache when crosscompiling too, and use them everywhere we can (clem) 50 * n.a. - Build system: Enable distcc and ccache when crosscompiling too, and use them everywhere we can (clem)
43 * 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) 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)
44 * n.a. - Removed hardcoded icon size in a couple of applets (mickeyl) 52 * n.a. - Removed hardcoded icon size in a couple of applets (mickeyl)
45 * n.a. - Opie-Qashmoney has been moved to unsupported (mickeyl) 53 * n.a. - Opie-Qashmoney has been moved to unsupported (mickeyl)
46 * n.a. - Opie-Ubrowser has been moved to unsupported (mickeyl) 54 * n.a. - Opie-Ubrowser has been moved to unsupported (mickeyl)
47 55
48 2004-09-17Opie 1.1.6 56 2004-09-17Opie 1.1.6
49 57
50 New Features 58 New Features
51 ------------ 59 ------------
52 * Fifteen gained configurable number of items (zecke) 60 * Fifteen gained configurable number of items (zecke)
53 * Fifteen can have custom background images (zecke) 61 * Fifteen can have custom background images (zecke)
54 * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl) 62 * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl)
55 * Integrated the new security framework into libopie2 (zecke,clem) 63 * Integrated the new security framework into libopie2 (zecke,clem)
56 * Converted the launcher to use the new security framework (zecke) 64 * Converted the launcher to use the new security framework (zecke)
57 * Backup can now handle custom locations for backup and restore (ar) 65 * Backup can now handle custom locations for backup and restore (ar)
58 * Implemented right-on-hold feedback (wimpie,zecke) 66 * Implemented right-on-hold feedback (wimpie,zecke)
59 * Lots of new features in opie-reader (tim,pohly) 67 * Lots of new features in opie-reader (tim,pohly)
60 * Build system cleanups (schurig) 68 * Build system cleanups (schurig)
61 69
62 Fixed Bugs 70 Fixed Bugs
63 -------- 71 --------
64 * #1005 - Fixed backup to CompactFlash (ar) 72 * #1005 - Fixed backup to CompactFlash (ar)
65 * #1167 - Fixed Opie write crashing on more text than one page (ar) 73 * #1167 - Fixed Opie write crashing on more text than one page (ar)
66 * #1225 - Fixed repeated light flashing on Zaurus with keyz (mickeyl) 74 * #1225 - Fixed repeated light flashing on Zaurus with keyz (mickeyl)
67 * #1359 - Fixed bookmarks in Gutenbrowser (ljp) 75 * #1359 - Fixed bookmarks in Gutenbrowser (ljp)
68 * #1361 - Fixed auto upercase in Opie-Addressbook (eilers) 76 * #1361 - Fixed auto upercase in Opie-Addressbook (eilers)
69 * #1370 - Pimconverter now reacts on cancel key (eilers) 77 * #1370 - Pimconverter now reacts on cancel key (eilers)
70 * #1376 - Bring back the capslock/numlock display (zecke) 78 * #1376 - Bring back the capslock/numlock display (zecke)
71 * #1383 - Language settings now warns about losing open apps (Markus Litz) 79 * #1383 - Language settings now warns about losing open apps (Markus Litz)
72 * #1393 - Fixed line wrap issues in opie-console for the default profile (mickeyl) 80 * #1393 - Fixed line wrap issues in opie-console for the default profile (mickeyl)
73 * #1394 - Fixed oversized headline in opie-login (coredump) 81 * #1394 - Fixed oversized headline in opie-login (coredump)
74 * #1396 - Opie-console captures the escape key and vim is working (zecke) 82 * #1396 - Opie-console captures the escape key and vim is working (zecke)
75 * #1401 - Scrollbar is now only visible if necessary in DocTab (mickeyl) 83 * #1401 - Scrollbar is now only visible if necessary in DocTab (mickeyl)
76 84
77 2004-07-06Opie 1.1.4 85 2004-07-06Opie 1.1.4
78 86
79 New Features 87 New Features
80 ------------ 88 ------------
81 * Added four themes courtesy Robert Griebl (http://www.softforge.de/zstyle) 89 * Added four themes courtesy Robert Griebl (http://www.softforge.de/zstyle)
82 * Added Conversion tool for pim-data (eilers) 90 * Added Conversion tool for pim-data (eilers)
83 * Introduced new OPimAccessFactory and OBackendFactory which simplyfies database access (eilers) 91 * Introduced new OPimAccessFactory and OBackendFactory which simplyfies database access (eilers)
84 * Modified the PIM API for providing generic use of OPimRecords (eilers) 92 * Modified the PIM API for providing generic use of OPimRecords (eilers)
85 * Clicking on the application symbol now iterates over the application's top level widgets if already raised (zecke) 93 * Clicking on the application symbol now iterates over the application's top level widgets if already raised (zecke)
86 94
87 Fixed Bugs 95 Fixed Bugs
88 -------- 96 --------
89 * #1068 - Country Drop Down Box Off Screen 97 * #1068 - Country Drop Down Box Off Screen
90 * #1291 - Opie tinykate does not open .desktop files (ar) 98 * #1291 - Opie tinykate does not open .desktop files (ar)
91 * #1291 - Opie sheet not saving correctly (ar) 99 * #1291 - Opie sheet not saving correctly (ar)
92 * #1294 - Opie does not know about British Summer Time 100 * #1294 - Opie does not know about British Summer Time
93 * #1314 - Drawpad initialization (mickeyl) 101 * #1314 - Drawpad initialization (mickeyl)
94 * #1317 - Packagemanager crashes on hold-down or install (chicken) 102 * #1317 - Packagemanager crashes on hold-down or install (chicken)
95 * #1321 - Batteryapplet graphic glitch (harlekin) 103 * #1321 - Batteryapplet graphic glitch (harlekin)
96 * #1324 - ZSafe not starting up (mickeyl) 104 * #1324 - ZSafe not starting up (mickeyl)
diff --git a/library/version.h b/library/version.h
index b210ed7..0eb7cb6 100644
--- a/library/version.h
+++ b/library/version.h
@@ -1,3 +1,3 @@
1#define QPE_VENDOR "Project Opie" 1#define QPE_VENDOR "Project Opie"
2#define QPE_VERSION "1.1.7" 2#define QPE_VERSION "1.1.7-snapshot"
3#define SUB_VERSION "" 3#define SUB_VERSION ""