summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-01-10All of the files in this commit have an inheritance member functionerik8-14/+14
mismatch correction. None are serious, but all would have been improperly mislinked in the inheritance hierarchy if attempted to be used.
2007-01-10BUG: If the global category is checked in the category dialog theerik1-3/+6
'New Category' entry is still in local application scope. This means that the 'New Category' entry is in the wrong scope and all hell breaks loose. Actually the user will probably get confused that the category they are wanting to change is not in the right scope. FIX: Check to see that the global checkbox is checked before trying to add the new category. NOTE: This patch was originally submitted by Paul Eggleton (Blue Lightning). Thanks for the fix!
2007-01-10BUG: The todo program was printing bad XML output of recurring itemserik1-17/+17
because the code lacked a space between two entities. FIX: Add a space. NOTE: The code was additionally reworked to make the spaces more noticable to the author of the patch. Thanks goes to Paul Eggleton who provided the patch! This fixes Opie bug 1753: http://opie-bugs.oszine.de/view.php?id=1753
2007-01-08patch from paulllornkcor2-51/+67
2007-01-03Fix for bug#0001547 provided by Paul Eggleton <bluelightning@bluelightning.org>korovkin1-21/+29
If there are no templates, just create the blank task.
2006-12-30Fix for bug# 0001553 Submited by Paul Eggletonkorovkin3-27/+506
avancedfm uses FileInfoDialog and QFileInfo to display the selected file information.
2006-12-13changed suspend button mapping for mypal too same as for ipaqsaquadran1-3/+3
2006-12-13Committed patch provided by Paul Solkolovsky which combines allkorovkin2-51/+43
the 2.6 based PDAs togeter. Thank you Paul!
2006-12-03Made OBEX library buildable if bluetooth support is disabled.korovkin5-7/+62
2006-11-14Clear both IRDA and BT lists at startup.korovkin1-33/+41
Enable IRDA and bluetooth at startup only. Move index to the beginning after send. Added status line change. Added checks for NULL pointers and empty list of bluetooth devices.
2006-11-14Removed class members that shadowed the base class members, whichkorovkin2-6/+1
caused the system crash.
2006-11-10Files devicehandler.cpp and devicehandler.h moved from manager tokorovkin4-4/+4
library to be used by obex to load a list of saved receivers.
2006-11-10Made list of receivers loaded form files saved by bt-manager.korovkin2-4/+52
2006-10-24IR OBEX is handled by OPIE OBEX functions, not by external utility.korovkin5-15/+21
2006-09-01multikey: added Hebrew keymap from Skliarouk Arieh - close #962 in ↵hrw1-0/+255
OpenEmbedded bugtracker
2006-08-14Added Italian keymap, provided by Giorgio Padrinkorovkin1-0/+327
Thank you, Giorgio
2006-08-02improve ipaq 2200, 4xxx, 4700 support. patches courtesy R.Wagner, E.Hovland, ↵mickeyl3-7/+43
P.Sokolovsky. thanks guys
2006-07-17supply default argumentsllornkcor1-21/+11
2006-07-14more htc universal stuffllornkcor10-186/+90
2006-07-09initial commit to add video4linux camera app from qtopia 2, needs more workllornkcor32-111/+3723
2006-07-07Added OResource -> Resource for backward compatibility with OPIE 1.2.0.korovkin1-0/+6
2006-07-07s/Resource/OResource/mickeyl2-6/+6
2006-07-07Fixed the typo in the Resource::loadImage function call.korovkin1-4/+4
Reformatted setBluezStatus function.
2006-07-06Added connection to a HID device.korovkin7-2/+158
2006-07-06Added OBEX Push functionality for Bluetooth.korovkin15-68/+985
- Added ObexBase - asic class for IR and BT Obex - Added ObexServer - OBEX Push server.
2006-07-02Added OBEX receive functionality.korovkin2-16/+42
2006-06-09changed access method for lcd sys params of ipaq h191x and mypal a716 based ↵aquadran2-29/+79
on Slavek Banko patch
2006-06-09add brightness control for motorola ezxmickeyl2-44/+12
2006-06-01we're post 1.2.2 nowmickeyl2-1/+14
2006-06-01improve support for ipaqsmickeyl1-3/+1
2006-06-01add support for ipaq 2200mickeyl1-0/+4
2006-05-25g++ 4.1.1 fixesmickeyl2-3/+3
2006-05-25prepare for releasemickeyl2-8/+20
2006-05-25g++ 4.1.1 fixmickeyl2-2/+2
2006-05-25g++ 4.1.1 fixesmickeyl1-5/+5
2006-05-25g++ 4.1.1 fixmickeyl3-4/+4
2006-05-25remove libslcompatmickeyl13-914/+0
2006-05-25g++ 4.1.1 fixmickeyl1-1/+1
2006-05-25prepare for 1.2.2mickeyl2-3/+3
2006-05-25g++ 4.1 fixmickeyl1-1/+1
2006-05-25g++ 4.1 fixesmickeyl1-2/+2
2006-05-19add preliminary support for the Motorola EZX Linux phone platformmickeyl7-18/+457
see http://openezx.org
2006-05-16remove generated filesmickeyl4-428/+0
2006-05-16Zaurus ODevice: fix brightness control for Collie/Poodlehrw1-1/+1
2006-05-14Script must be started after device is started up.korovkin3-8/+36
We should wait for 1 second after device is brought up. Fixed an error in hcicongig hci0 up.
2006-05-14core/obex: Patch from Dmitry Korovkin to use opietooth's OBEX implementationzecke2-44/+57
for sending
2006-05-13don't use hand cooked #ifdef versions for conditional compiling, this breaks OEmickeyl1-5/+4
I added a numerical version code in OPIE_VERSION which you can use. fixed all tests in bluezapplet.cpp
2006-05-13introduce integer version code OPIE_VERSIONmickeyl2-0/+2
2006-05-10OBEX push functionality moved to libbluetooth1.korovkin10-118/+289
Made some reformatting in device.cc In bluezapplet.cpp /etc/init.d/bluetooth is started synchronously if it's called from QCopMessage.
2006-05-09Instead of calling a process, do ::system on stop and use QCopEnvelope on start.korovkin2-42/+16