author | mickeyl <mickeyl> | 2004-11-14 18:07:32 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-11-14 18:07:32 (UTC) |
commit | 23d70775cb18b2b759e12e810962891417a595bc (patch) (unidiff) | |
tree | a54ab6b1c357f6aefa2623a512b9e922386f4012 | |
parent | 4763ca7911e452b6e36b00999eb243e6549e5cb5 (diff) | |
download | opie-23d70775cb18b2b759e12e810962891417a595bc.zip opie-23d70775cb18b2b759e12e810962891417a595bc.tar.gz opie-23d70775cb18b2b759e12e810962891417a595bc.tar.bz2 |
Opie 1.1.7
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | core/applets/aboutapplet/widget.ui | 2 | ||||
-rw-r--r-- | library/version.h | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ | |||
1 | 2004-??-??Opie 1.1.x | 1 | 2004-11-14Opie 1.1.7 |
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) |
diff --git a/core/applets/aboutapplet/widget.ui b/core/applets/aboutapplet/widget.ui index bb8a893..4091c3c 100644 --- a/core/applets/aboutapplet/widget.ui +++ b/core/applets/aboutapplet/widget.ui | |||
@@ -37,17 +37,17 @@ | |||
37 | <widget row="0" column="0" rowspan="1" colspan="2" > | 37 | <widget row="0" column="0" rowspan="1" colspan="2" > |
38 | <class>QLabel</class> | 38 | <class>QLabel</class> |
39 | <property stdset="1"> | 39 | <property stdset="1"> |
40 | <name>name</name> | 40 | <name>name</name> |
41 | <cstring>TextLabel1</cstring> | 41 | <cstring>TextLabel1</cstring> |
42 | </property> | 42 | </property> |
43 | <property stdset="1"> | 43 | <property stdset="1"> |
44 | <name>text</name> | 44 | <name>text</name> |
45 | <string><center><b>The Open Palmtop Integrated Environment V1.1.6</b></center></string> | 45 | <string><center><b>The Open Palmtop Integrated Environment V1.1.7</b></center></string> |
46 | </property> | 46 | </property> |
47 | </widget> | 47 | </widget> |
48 | <widget row="1" column="1" > | 48 | <widget row="1" column="1" > |
49 | <class>QTabWidget</class> | 49 | <class>QTabWidget</class> |
50 | <property stdset="1"> | 50 | <property stdset="1"> |
51 | <name>name</name> | 51 | <name>name</name> |
52 | <cstring>tab</cstring> | 52 | <cstring>tab</cstring> |
53 | </property> | 53 | </property> |
diff --git a/library/version.h b/library/version.h index c084122..b210ed7 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.6-snapshot" | 2 | #define QPE_VERSION "1.1.7" |
3 | #define SUB_VERSION "" | 3 | #define SUB_VERSION "" |