author | mickeyl <mickeyl> | 2004-08-19 10:35:11 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-08-19 10:35:11 (UTC) |
commit | 64bf315f998ef3ce0114adffa95fafaf2482ee17 (patch) (side-by-side diff) | |
tree | f659b84db59f30e9ebb4333a7ad1fda2dffff2c4 | |
parent | 50636a24f8ec2e603f1888a18dba044a1045bf0b (diff) | |
download | opie-64bf315f998ef3ce0114adffa95fafaf2482ee17.zip opie-64bf315f998ef3ce0114adffa95fafaf2482ee17.tar.gz opie-64bf315f998ef3ce0114adffa95fafaf2482ee17.tar.bz2 |
fix #1225
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | share/zkb/common.xml | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,37 +1,38 @@ 2004-??-?? The Opie Team <opie@handhelds.org> New Features ------------ * Fifteen gained configurable number of items (zecke) * Fifteen can have custom background images (zecke) * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl) * Integrated the new security framework into libopie2 (zecke,clem) * Converted the launcher to use the new security framework (zecke) * Backup can now handle custom locations for backup and restore (ar) Fixed Bugs -------- + * #1225 - Fixed repeated light flashing on Zaurus with keyz (mickeyl) * #1361 - Fixed auto upercase in Opie-Addressbook (eilers) * #1370 - Pimconverter now reacts on cancel key (eilers) 2004-07-06 The Opie Team <opie@handhelds.org> * Tagged as Version 1.1.4 (devel) New Features ------------ * Added four themes courtesy Robert Griebl (http://www.softforge.de/zstyle) * Added Conversion tool for pim-data (eilers) * Introduced new OPimAccessFactory and OBackendFactory which simplyfies database access (eilers) * Modified the PIM API for providing generic use of OPimRecords (eilers) * Clicking on the application symbol now iterates over the application's top level widgets if already raised (zecke) Fixed Bugs -------- * #1068 - Country Drop Down Box Off Screen * #1291 - Opie tinykate does not open .desktop files (ar) * #1291 - Opie sheet not saving correctly (ar) * #1294 - Opie does not know about British Summer Time * #1314 - Drawpad initialization (mickeyl) * #1317 - Packagemanager crashes on hold-down or install (chicken) * #1321 - Batteryapplet graphic glitch (harlekin) diff --git a/share/zkb/common.xml b/share/zkb/common.xml index 255e677..4f85146 100644 --- a/share/zkb/common.xml +++ b/share/zkb/common.xml @@ -494,49 +494,49 @@ <event keycode="F9" unicode="-1" pressed="true" autorepeat="true"/> </map> <map keycode="Addressbook" pressed="true"> <event keycode="F10" unicode="-1" pressed="true" autorepeat="true"/> </map> <map keycode="Menu" pressed="true"> <event keycode="F11" unicode="-1" pressed="true" autorepeat="true"/> </map> <map keycode="Home" pressed="true"> <event keycode="F12" unicode="-1" pressed="true" autorepeat="true"/> </map> <map keycode="Mail" pressed="true"> <event keycode="F13" unicode="-1" pressed="true" autorepeat="true"/> </map> <map keycode="Middle" pressed="true"> <event keycode="F30" unicode="-1" pressed="true" autorepeat="true"/> </map> <map keycode="OK" pressed="true"> <event keycode="F33" unicode="-1" pressed="true" autorepeat="true"/> </map> <map keycode="Off" pressed="true"> <event keycode="F34" unicode="-1" pressed="true"/> </map> <map keycode="Light" pressed="true"> - <event keycode="F35" unicode="-1" pressed="true" autorepeat="true"/> + <event keycode="F35" unicode="-1" pressed="true" autorepeat="false"/> </map> <map keycode="Space" pressed="false"> <event keycode="Space" unicode="32" pressed="false" autorepeat="true"/> </map> <map keycode="Cancel" pressed="false"> <event keycode="Escape" unicode="27" pressed="false"/> </map> <map keycode="Tab" pressed="false"> <event keycode="Tab" unicode="9" pressed="false"/> </map> <map keycode="Backspace" pressed="false"> <event keycode="Backspace" unicode="127" pressed="false"/> </map> <map keycode="Enter" pressed="false"> <event keycode="Return" unicode="13" pressed="false"/> </map> <map keycode="Left" pressed="false"> <event keycode="Left" unicode="-1" pressed="false"/> </map> <map keycode="Up" pressed="false"> <event keycode="Up" unicode="-1" pressed="false"/> </map> <map keycode="Right" pressed="false"> <event keycode="Right" unicode="-1" pressed="false"/> |