summaryrefslogtreecommitdiff
path: root/core/obex
AgeCommit message (Collapse)AuthorFilesLines
2005-03-29Beaming Fix:zecke1-1/+3
Recievers couldn't handle paths inside the obex push. As a workaround we will change the working directory of the process and use the filename inside that directory.
2005-01-04control files : changed VERSION stringwimpie1-1/+1
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-28/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+28
2004-09-12-Kill all owarn statements as they're not needed/useful anymorezecke3-44/+9
-Kill all hardcoding to latin1 and use the system encoding/decoding
2004-07-28use copyfile method that doesnt squish filenames into latin1, so copying ↵llornkcor1-3/+9
files with extended characters doesn't fail after ir receive
2004-05-29Ran kde-checkspell2.plzecke1-2/+2
2004-05-20remove bogus paths out of .pro filesmickeyl1-1/+1
2004-05-02- convert qWarning to owarnar1-21/+26
2004-04-05convert core/applets/* to Opie debug frameworkmickeyl2-33/+37
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-03-15Fixed LIBOPIE2 config dependsbrad1-1/+1
2004-03-14Updatet the appletszecke5-17/+20
2004-03-02run the optimize_connect scriptalwin3-12/+12
the whole cvs is tagged with "before_optimize_connect" if there are problems you can check the diff (but it had compiled and run here)
2004-03-01remove duplicated boiler plate code in favour of the OTaskbarApplet templatemickeyl1-3/+3
2004-03-01fix includeschicken4-13/+0
2004-02-16More control file clean-up...mostly done, except for task-opie-*drw1-1/+0
2004-02-14Clean-up of .cvsignore filesdrw1-1/+3
2004-02-14Make info in *.control files a little more consistent (mostly modified ↵drw1-2/+2
Maintainer, Files and Section fields)
2004-02-08improve support for BigScreenar1-1/+2
2004-02-05"Here we are now entertain US....."zecke1-1/+0
Some janitor tasks... remove ulong ref; If we use Q_REFCOUNT
2004-01-27Funny what my SDK all triggerszecke1-0/+2
Ok the reason to use a bool as return type is that you can say that something worked or not worked. So if we don't implement the given interface don't lie!!
2003-12-04use opie-lupdate instead lupdatear1-20/+0
2003-08-09Merge from BRANCH_1_0kergoth6-34/+65
2003-08-09Merge from BRANCH_1_0.kergoth1-1/+1
2003-06-04sanitizedschurig1-1/+1
2003-06-03allow 'ROOT_INSTALL=blahblah make install' to workschurig1-0/+1
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth1-0/+1
in favor of something with some sanity.
2003-04-22Dependency fixes. s/opie-base/task-opie-minimal/; ↵kergoth1-1/+1
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/;
2003-04-20adding dutch to the .pro-filescniehaus1-0/+1
2003-03-31Corrected Maintainergroucho1-3/+3
Fixed dependencies
2003-03-26nicer icon for searchharlekin1-1/+1
2003-03-26Provides and replaces libopieobex, i'm renaming to libopieobex1.kergoth1-0/+2
2003-03-26s/openobex/openobex | libopenobex1/kergoth1-1/+1
2003-03-14Unconfuse eilers about naming variables :)zecke2-5/+5
I hate big gray squares in a TextView better include pics/obex/* to the obex2 package...
2003-03-14we need thisllornkcor1-0/+9
2003-02-27usualharlekin1-0/+2
2003-02-25Honor the clicking of the (X)-Buttonzecke2-0/+7
2003-02-18Convert the way of storing the devices in the QTextBrowserzecke3-67/+143
we assign ids by now it looks soo nice... but it counts up tries and then say there was a failure but it is working though
2003-02-16its memcpy(destination, srczecke1-3/+5
and not vice versa....
2003-02-16so people can actually built itzecke1-0/+31
2003-02-16Fix getting fileszecke2-4/+8
2003-02-16Debug outputzecke3-11/+15
disabled some features inside the QTextView.. fixed two typos and the order of filename + description it's sending now again
2003-02-16disable snd in IrDaApplet it hangs on my machine..zecke11-0/+1008
Remove the hacky OBEX Implementation Add a more cleaned up more appealing (not yet working) version which will even be able to do OBEX over Bluetooth in the future -It handles receive better let's you choose what to do with custom files and created a DocLnk -Send lets you beam to multiple devices this needs the IrDa Applet to be present