author | mickeyl <mickeyl> | 2005-02-02 22:19:10 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-02-02 22:19:10 (UTC) |
commit | 231688524c0c42303d580c4a6fc62958579f283b (patch) (side-by-side diff) | |
tree | 9cb9211b25da089660cb97c275c7be770e4b0b72 | |
parent | 123309c4579848e9b23acb8471c54713c101d193 (diff) | |
download | opie-231688524c0c42303d580c4a6fc62958579f283b.zip opie-231688524c0c42303d580c4a6fc62958579f283b.tar.gz opie-231688524c0c42303d580c4a6fc62958579f283b.tar.bz2 |
prepare for next version
-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,49 +1,49 @@ -2005-??-?? Opie 1.1.9 +2005-02-03 Opie 1.1.9 New Features ------------ * Number of icon columns in Launcher is customizable through Launcher.conf (hrw,zecke,mickeyl) * Number of icon columns in Launcher is customizable through LauncherSettings (mickeyl) * Usability enhancements in OpieIRC (skyhusker) Fixed Bugs ---------- * #1501 - Fixed bug in todo sql backend (eilers) * #1505 - Added more Swap sizes in memoryapplet (mickeyl) * #1525 - Hopefully fixed double alarms and not removing alarms set with the Clock application (zecke) * #1533 - Security Owner Dialog (shown in case of unsuccessfull authentiacation) wasn't able to display information in non latin1 encoding (zecke) * n.a. - Removed hard coded font sizes in a couple of inputmethods (mickeyl) * n.a. - Removed MediumDlg appearing prior to FirstUsage wizard (i.e. calibration) (mickeyl) * n.a. - Fixed numerous buglets in OpieIRC (skyhusker) Internal -------- * Added the Qtopia 1.7 SDK macros for quick-apps to easa compilation of 3rd party apps against our headers (mickeyl) * You can now use the Opie build system in combination with a OpenEmbedded staging area which makes a nice cross development environment (mickeyl) * Made Opie compilable with Qt/Embedded 2.3.10 (ar) * Changed Launcher to get default orientation from ODevice w/ QWS_DISPLAY overriding (mickeyl) * Build tree cleanups (mickeyl) 2004-11-26 Opie 1.1.8 New Features ------------ * PackageManager supports installation of local ipkg files (drw) * PackageManager supports linking of applications to root (drw) * PackageManager supports src/gz feeds (drw,wimpie) * Added a syslog information tab to sysinfo (mickeyl) * Added new, more consistent, PIM icons + a GIMP teplate (ar) Fixed Bugs ---------- * #1017 - Tetrix doesn't display correctly for high resolution screens (drw) * #1269 - VCards were imported into personal area if it was activated (eilers) * #1464 - Packagemanager dont set active filter after install a package (drw) * #1479 - Improved VCard-Parser to import VCards created by Evolution 2 and Apple Addressbook (eilers) * #1493 - Fixed one column layout bug of the launcher (hrw) * n.a. - PackageManager - (Minor UI tweak) in filter dialog, when option is enabled, set focus to widget that corresponds to that option (drw) * n.a. - PackageManager - (Minor UI tweak) fix double entry in source feed configuration when adding a new feed (drw) * n.a. - Battery Applet - fix sizing of battery info popup (drw,mickeyl) Internal -------- diff --git a/core/applets/aboutapplet/widget.ui b/core/applets/aboutapplet/widget.ui index beefedc..7f53c66 100644 --- a/core/applets/aboutapplet/widget.ui +++ b/core/applets/aboutapplet/widget.ui @@ -1,93 +1,93 @@ <!DOCTYPE UI><UI> <class>AboutWidget</class> <widget> <class>QWidget</class> <property stdset="1"> <name>name</name> <cstring>AboutWidget</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>0</x> <y>0</y> <width>394</width> <height>210</height> </rect> </property> <property stdset="1"> <name>caption</name> <string>About</string> </property> <property> <name>layoutMargin</name> </property> <property> <name>layoutSpacing</name> </property> <grid> <property stdset="1"> <name>margin</name> <number>2</number> </property> <property stdset="1"> <name>spacing</name> <number>1</number> </property> <widget row="0" column="0" rowspan="1" colspan="2" > <class>QLabel</class> <property stdset="1"> <name>name</name> <cstring>TextLabel1</cstring> </property> <property stdset="1"> <name>text</name> - <string><center><b>The Open Palmtop Integrated Environment V1.1.8</b></center></string> + <string><center><b>The Open Palmtop Integrated Environment V1.2</b></center></string> </property> </widget> <widget row="1" column="1" > <class>QTabWidget</class> <property stdset="1"> <name>name</name> <cstring>tab</cstring> </property> <property> <name>layoutMargin</name> </property> <property> <name>layoutSpacing</name> </property> <widget> <class>QWidget</class> <property stdset="1"> <name>name</name> <cstring>tab</cstring> </property> <attribute> <name>title</name> <string>About</string> </attribute> <vbox> <property stdset="1"> <name>margin</name> <number>1</number> </property> <property stdset="1"> <name>spacing</name> <number>1</number> </property> <widget> <class>QTextBrowser</class> <property stdset="1"> <name>name</name> <cstring>TextBrowser1</cstring> </property> <property stdset="1"> <name>text</name> <string><p> The <b>Open Palmtop Integrated Environment</b> is written and maintained by the Opie Team, a world-wide network of software engineers committed to free software development. </p> <p> No single group, company or organization controls the Opie source code. Everyone is welcome to contribute to Opie. </p> <p> diff --git a/library/version.h b/library/version.h index ee2fa9f..826a567 100644 --- a/library/version.h +++ b/library/version.h @@ -1,3 +1,3 @@ #define QPE_VENDOR "Project Opie" -#define QPE_VERSION "1.1.8-snapshot" +#define QPE_VERSION "1.1.9" #define SUB_VERSION "" |