summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-07-16Merge branch 'origin'HEADmasterfixesMichael Krelin0-0/+0
2007-07-16Commit "thanks-pfalcon-this-one-is-better.patch" as attached to bug #1854. ↵upstreampaule2-17/+23
This fixes libopieobex previously being built without being linked to libopenobex, as well as some other issues that prevented IR recieve from working. Original patch by Marek Vasut <marek.vasut@gmail.com>; improved with input from pfalcon & polyonymous.
2007-07-16fix missing errno in error printoutMichael Krelin1-1/+1
2007-07-16pass erno 'upstream'Michael Krelin1-1/+1
2007-07-15unbreak error handling while preserving functionalityMichael Krelin1-6/+9
- exit after disconnecting - spit out error message on error - don't close fd in the loop, once is enough
2007-07-15link against openobex regardless of bluetooth being enabledMichael Krelin1-2/+2
2007-07-15obex receive fixesMarek Vasut1-11/+14
2007-07-15Remove erroneous #ifdef BLUETOOTH around code which is for IR only. Patch ↵paule1-4/+0
courtesy of Marek Vasut <marek.vasut@gmail.com>.
2007-07-15Add missing image referred to in core/obex/obexsend.cpp (without this you ↵paule1-0/+0
can't actually select any receivers to send to). Fixes part of bug #1854.
2007-07-10This commit removes the crlf in the startmenu.cpp and startmenu.h files inerik2-502/+502
core/launcher. This sort of thing must likely means that these files were commited from either a DOS or Windows based host, where lines end with these two characters. This commit resolves Opie bug 1865. Note, there are likely other files in the repo that have this problem. It would be a good idea to identify and modify them.
2007-07-09Fix for opie bug 1719. This should make opie-irc play nicer with utf-8.erik2-4/+5
Patches were culled from OE. Thanks to whoever the original patch author was.
2007-07-09Recover unused pixels for launcher tabs by orienting things at theerik1-1/+1
zero point and not at 1.
2007-07-08Fix loading of ru.keymap with utf8 locale set, by changing koi8-r comments ↵paule1-68/+68
to utf8. Fixes bug #1764. Patch by polyonymous.
2007-07-08Fix copying unicode block to clipboard. See bug #1766. Patch from polyonymous.paule1-1/+1
2007-07-08Add missing include to fix building against sword 1.5.9. Fixes bug #1851. ↵paule1-0/+1
Patch from Marek Vasut <marek.vasut@gmail.com>.
2007-06-29Palm patches:paule1-18/+23
* Reorder keys (bug #1860) * Add key F6 as rotate screen button for Palm LifeDrive (bug #1861) * Fix backlight on Palm Treo 650 (bug #1862) * Rotate function of directional keys when screen rotated (bug #1863) Patches courtesy of Marek Vasut <marek.vasut@gmail.com>
2007-06-20Add new icons for various Palm models from Marek Va?ut (Marex) ↵paule19-0/+0
<marek.vasut@gmail.com> (fixes bug #1857)
2007-06-20Fix incorrect device icons being shown for certain devices, and add new ↵paule1-28/+169
icons for various Palm models. Original patch by Marek Va?ut (Marex) <marek.vasut@gmail.com> (fixes bug #1857)
2007-06-20Renumber device vendor bits to avoid clashes, expand model mask to 20 bits, ↵paule2-127/+295
and add support for various Palm devices. Original patch by Jan Herman (z72ka) & Marek Va?ut (Marex) <marek.vasut@gmail.com> (fixes bug #1856)
2007-06-13Set vendor for HTC ODevice - patch by Marex (see bug #1855)paule1-0/+1
2007-06-10fix missing types for include for latest kernelaquadran2-0/+3
2007-05-10application of proper parens for the socket call checkerik1-1/+1
2007-04-23Fix for bug 1844. The display of 12hour (AM/PM) time was broken. It waserik8-108/+140
because the views never bother to check. This fix incorporates the patch submitted by harlekin. Thanks!
2007-04-23Fix for bug 1848 where the outcome of setting the time to 12:00AM did noterik1-2/+2
work. This commit is based on a patch submitted by harlekin. Thank you!
2007-04-20removed unused member functionerik2-17/+0
2007-04-20additional info to a comment about pty manglingerik1-1/+1
2007-03-17match h1910 and asus 716 to other pda latest changesaquadran2-36/+32
2007-03-12BUG: W/out a Q_EXPORT macro this class will not work with the GCC visibilityerik1-1/+1
flag. FIX: Include that macro in the class declaration.
2007-03-06Reworked to fit into the Opie style guidelines.erik2-235/+273
2007-03-06Bluetooth didn't quite work for kernel 2.6 based iPAQs in familiar. Thiserik1-0/+21
patch fixes that by reading the distro supplied file in /etc/sysconfig. This patch was submitted by Slavek Banko. Thank you Slavek!
2007-02-21This commit fixes Opie bug 1839:erik1-13/+9
http://opie-bugs.oszine.de/view.php?id=1839
2007-02-13This commit fixes bug 1840. The problem is that the palm support declarederik1-10/+14
a variable inside of a case statement. When I integrated the patch for palm support I streamlined the switch. This lost the brackets that would be required to declare vars inside of switch statements. The bug slipped by because I wasn't doing arm compiles at the time. Sorry. This patch fixes it. It also slides in some corrections associated to what open and sscanf return. It should not cause any behavior change. Thanks goes to GoXbox Live for reporting the problem.
2007-02-11A couple of changes to Paul's great work for the 1.2.3 release.erik1-1/+1
2007-02-10Update changelog based on resolved bugs and CVS changes for 1.2.3paule1-1/+44
2007-02-09This commit is based on the patch submitted to bug 1702:erik1-1/+1
http://opie-bugs.oszine.de/view.php?id=1702 The problem behavior said that the day abbreviations in the PIM suite were wrong for at least it and fr. The fix is to make sure that there is not a translation of the abbreviations because the abbreviations have already been translated. Thanks goes to an anonymous reporter for reporting and to antonus for submitting a patch. Thanks to Paul E. (aka BlueLightning) for bringing the bug to our attention.
2007-02-09This commit fixes an issue where an ioctl call is made but the returnerik3-3/+12
value is not checked. It isn't a big deal. But it would be nice if the user knew that an ioctl to a device tanked.
2007-02-09This commit is based on the patch attached to Opie bug 1735:erik1-10/+25
http://opie-bugs.oszine.de/view.php?id=1735 It changes the opie-irc app to be able to support the additional user characters that the unrealircd irc daemon provides. Thanks goes to andrewy for reporting and providing a patch.
2007-02-09This commit makes all supported models bit unique from each other withinerik1-30/+35
their respective families. It also makes the model families bit unique with each other. This patch makes button (and general device features) not overlap. This fixes Opie bug 1836. Thanks goes out to Paul E. (aka BlueLightning) for originally reporting this problem and providing the text for a reasonable near-term solution. On top of all that, Paul even test the patch that this commit is based on, confirming that it was a reasonable solution. For those of you out there who support distros for the other model families, please be careful. And note that we have not tested on any of model family but iPAQs. We don't anticipate any problems, but be careful out there.
2007-02-08This commit provides fixes that quiet warnings associated to deviceerik4-53/+16
information. It should cause no change in behavior.
2007-02-08This commit provides the necessary changes and new files for Opie toerik5-2/+367
have partial support for the Palm LD, TX and Z72 handheld computers. This commit is based on a patch submitted by Cristiano to the opie-devel list. The patch itself comprises work done by Alex Osborne, Cristiano, Sergey Lapin, Jan Herman and Aaron. Thanks goes to them for sticking with the patch and expanding the number of devices Opie works on.
2007-02-08Commit of GoXbox Live HTC Universal patch. This should make backlighterik1-3/+3
work with current kernel versions. It also changes the mixer name to the rightful name for most modern kernels. It is rumored that the mixer in most HTC devices does not work. But at least it points at the right device now. Thanks GoXbox Live!
2007-02-08Removal of useless code based on a conditional that is never set to anythingerik1-49/+23
but false.
2007-02-08Each file in this commit has a problem where it is possible to dereferenceerik6-29/+62
a pointer without that pointer being valid. This commit fixes each instance of that.
2007-02-08This commit adds support for the HTC Universal bluetooth device toerik1-0/+4
bluezapplet. This commit is based on a patch submitted by GoXbox Live <goxboxlive at gmail dot com> to the opie-devel mailing list. Thanks GoXbox Live!
2007-02-08This commit provides support for any iPAQ handheld that runs a 2.6 kernelerik1-57/+44
and follows the backlight class in sysfs. This patch was originally done by an unknown poster and maintained by Paul S. Thanks all who contributed.
2007-02-07Update docs to match current status; add myself as maintainerpaule3-25/+53
2007-02-07Check lircd is configured before accepting button pressespaule1-1/+5
2007-02-07Start up gracefully when lircd is not properly configured yetpaule3-4/+20
2007-02-07Rename Add button to Learn; remove Edit button; move list updating to its ↵paule2-21/+34
own public slot and don't call it automatically (should be called from MainView when lircd is properly set up); correctly show learn dialog modal and update list when it closes; delete learn dialog when done
2007-02-07Implement learning process (requires patched irrecord with stdout buffering ↵paule2-32/+231
disabled)