summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)AuthorFilesLines
2007-01-19Every file in this commit has a change to check the return value of a call.erik5-28/+48
2007-01-19Every single file in this commit had a memory leak where a resource iserik1-15/+17
allocated in the constructor but not de-allocated in the destructor. This commit fixes that.
2007-01-11I missed a bad override signature. This fixes that. There should be noerik2-2/+2
class inheritance function mismatches at this point.
2007-01-10All of the files included have instances where an array is new'ed buterik1-2/+2
the corresponding delete does not have the corresponding [] argument.
2007-01-10All of the files in this commit have an inheritance member functionerik2-2/+2
mismatch correction. None are serious, but all would have been improperly mislinked in the inheritance hierarchy if attempted to be used.
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-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-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-07-07Added OResource -> Resource for backward compatibility with OPIE 1.2.0.korovkin1-0/+6
2006-07-07s/Resource/OResource/mickeyl1-5/+5
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-06-01improve support for ipaqsmickeyl1-3/+1
2006-05-25g++ 4.1.1 fixmickeyl1-1/+1
2006-05-25g++ 4.1.1 fixmickeyl1-1/+1
2006-05-25prepare for 1.2.2mickeyl1-1/+1
2006-05-25g++ 4.1 fixesmickeyl1-2/+2
2006-05-14core/obex: Patch from Dmitry Korovkin to use opietooth's OBEX implementationzecke2-44/+57
for sending
2006-05-04destroys all child processes on the window closure. patch courtesy Dmitriy ↵mickeyl2-16/+26
Korovkin
2006-05-04fixed compilation opieobexaquadran2-4/+4
2006-05-02bluetooth patches courtesy Dmitriy Korovkin (thanks!):mickeyl4-29/+94
* When sending data to a device, do service discovery in order to get port number. * Switched to ussp-push for sending. * Clear receivers list on rescan. * Changed the way of window closing in order to shut down IRDA and bluetooth correctly.
2006-05-01default is now n, as qss is not used nor neededllornkcor1-1/+1
2006-01-22Set version to 1.2.1 in About applethrw1-1/+1
2005-11-28Opie Battery Applet for h19??:zecke1-1/+2
Patch by Pawel Kolodziejski (thank you once again) to make this applet work with the specific iPAQ model. It uses a 2.6kernel and there is no iPAQ specific prof file anymore, I think this device is not even capable of having a sleeve.
2005-11-13About applet: added myself into authorshrw1-0/+1
2005-11-08update libmad and add 64bit definellornkcor33-342/+799
2005-10-26add glue for opie-notes build menu integrationmickeyl1-0/+4
2005-10-26OPIE Notes: Added checking does Documents/text/plain/ exist at all and ↵hrw1-0/+30
create it if not. - Does not handle failure but its last version which use that dir - next will be SQLite based
2005-10-20added Opie-Noteshrw6-0/+409
2005-10-12fixed bug #1624: Button settngs changes are applied only after restarthrw1-1/+2
2005-09-21revertllornkcor1-741/+489
2005-09-13opieplayer: added rssparser.(cpp|h) into project file to get it buildhrw1-2/+4
- without that building fails on linking
2005-09-03switch to 5-point calibration to make it work on some newer Zauriimickeyl1-3/+3
this goes hand in hand with the integration of the RMK tslib calibration algorithm into Qt/Embedded 2.3.x. Patch courtesy Richard Purdie.
2005-08-29Scale icons in contact table listing and in configure dialogdrw2-16/+24
2005-08-28podcast! support.. 1st installment. needs improvementsllornkcor4-110/+567
2005-08-23- fix SIGSEGV when trying to send but IrDA is not enabledmickeyl2-27/+32
- rename 'scan' button to 'rescan' - disable 'send' button if IrDA and BT is both disabled
2005-08-23and away with the generated onesmickeyl2-353/+0
2005-08-23readd some files againmickeyl7-3/+960
2005-08-22changed tab order in light-and-power settings panelhrw1-17/+12
now it behave like it should (goes from up to bottom, left to right)
2005-08-22add obexsendbase.ui courtesy Michael Hayniemickeyl1-0/+369
2005-08-22Replace the existing, apparently non-working, OBEX Send form with amickeyl5-450/+42
completely new implementation. The new implementation supports selective send over both IrDA and Bluetooth, to selected receivers (which are discovered as the form pops up). The form also indicates transfer status as the transfers progress. There is a new QT Designer UI form file, integrated into the build. There are also two new source files for the form to supply the abstract methods (typical of QT2). Patch courtesy Michael Haynie - thanks!
2005-08-14make assumption that Documents files will never be installed/written to ↵llornkcor1-3/+5
/proc /dev /bin and similar places.. so we don't need to waste time scanning these.
2005-08-11add opie-smbllornkcor3-519/+777
2005-08-10add close session buttonllornkcor2-2/+9
2005-08-04apply patch in # 0001662, fixes build with uclibcllornkcor1-1/+4
2005-07-03Resource -> OResourcemickeyl8-231/+260
This is a large diff and I'd appreciate some additional pairs of eyes checking it
2005-06-27Use the two new Sort Flags. I applied an older/wrong version of the patch beforezecke1-2/+2
Patch courtsey Marcin Juszkiewicz
2005-06-27Fix the compiler warning with converting NULL to integer.zecke1-2/+2
I hope this has no negative side effects