Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-03-12 | osmart_pointer -> osmartpointer | alwin | 1 | -1/+1 |
2004-03-12 | renaming | alwin | 1 | -13/+14 |
2004-03-12 | API change: OPacket::dumpStructure() now returns a QString and accepts void | mickeyl | 2 | -24/+32 |
API change: add QTextStream& operator<<( QTextStream& s, const OPacket& p ); | ||||
2004-03-11 | *sigh* forgot to test before first checkin. sorry. | alwin | 1 | -2/+2 |
2004-03-11 | added a (clean-room) smart-pointer implementation to the OPIE project. | alwin | 2 | -0/+145 |
Its an implementation I had made in 1999 for some other GPL projects and is clean-room, so would be fine someone takes a look on it. | ||||
2004-03-08 | Removed unneeded comment | drw | 1 | -2/+1 |
2004-03-05 | add OCheckListItem | mickeyl | 2 | -11/+213 |
change my email address | ||||
2004-03-02 | prefix correction for secondary namespace | alwin | 2 | -14/+14 |
2004-03-02 | drafts how namespaces in opie2 should be handled. | alwin | 2 | -0/+126 |
2004-03-02 | Added OTicker class to libopie2 | drw | 1 | -10/+12 |
2004-03-02 | Added #include <qwidget.h> | drw | 1 | -0/+1 |
2004-03-02 | applied changes from optimize_connect script | alwin | 4 | -32/+32 |
2004-03-02 | run the optimize_connect script | alwin | 18 | -77/+77 |
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-01 | fix includes | chicken | 25 | -67/+1 |
2004-03-01 | fixed opiepim to depend on opiedb2 and also add the forgotten today ↵ | harlekin | 4 | -4/+176 |
interface files | ||||
2004-02-28 | libopiedb2 needs libsqlite, so depend on it. Will help some people who had ↵ | harlekin | 1 | -1/+1 |
issues running opie mail with latest unstable feed on ipaq | ||||
2004-02-25 | Added OPimRecurrenceBase & OPimRecurrenceWidget to libopiepim2 | drw | 5 | -2/+1454 |
2004-02-24 | API extension: ONetwork::isPresent( const char* name ) | mickeyl | 2 | -6/+21 |
2004-02-24 | substitute hack with another hack to enforce LGPL compliance | mickeyl | 3 | -12/+428 |
2004-02-24 | *phew* here is the class and file rename patch. not converted yet: backend, | mickeyl | 53 | -1267/+1266 |
but that will be not visible to application classes so we can change it later. | ||||
2004-02-23 | The Orinoco (and Symbol/Spectrum) driver recently got the monitor mode | mickeyl | 1 | -6/+9 |
patch applied. It uses the WE15 IW_MODE_MONITOR. Fix OOrinocoMonitoringInterface to work with recent Orinoco drivers | ||||
2004-02-23 | The Linux Wireless Extensions V16 introduce some massive changes in the | mickeyl | 5 | -39/+107 |
binary structures. Since we still use V15 on most target platforms I have to introduce two headers. Define OPIE_WE_VERSION to specify which header to include | ||||
2004-02-23 | addition to API: OWirelessNetworkInterface::signalStrength() [wip] | mickeyl | 2 | -7/+21 |
2004-02-23 | cosmetics | mickeyl | 15 | -1648/+2491 |
2004-02-22 | libopie2: libopie->libopie2 | drw | 7 | -31/+39 |
2004-02-21 | docs | alwin | 1 | -0/+10 |
2004-02-21 | the usual cosmetics | mickeyl | 23 | -650/+849 |
2004-02-21 | Install OWait as well. | zecke | 3 | -2/+174 |
If the API is considered too bad ( I remember the talk about OWait wait; on the stack ) we will have to sort it out | ||||
2004-02-21 | some global helper functions implemented | alwin | 2 | -46/+153 |
2004-02-20 | Implement encodeBase64 and decodeBase64 LGPLed by KDE project | zecke | 1 | -0/+262 |
Use my version of generateUuid() ( LGPL ) return two variables.. hardly licensable Rest will do alwin and tille! clean room | ||||
2004-02-20 | Fix the messed up header :) | zecke | 1 | -26/+44 |
Mess up the header ( #define private protected for Global. Yeah ugly ) Add default parameter to encodeBase64 to obey RFC Handle DateFormat better | ||||
2004-02-20 | includes changed | alwin | 1 | -22/+22 |
2004-02-20 | some more global functions for ODP | zecke | 1 | -2/+75 |
Alwin will do a clean room implementation on most of the content | ||||
2004-02-20 | uses xmltree.h from libopiecore2 instead libopie | alwin | 1 | -1/+1 |
2004-02-20 | added xmltree from libopie to libopiecore2 | alwin | 1 | -2/+4 |
2004-02-20 | syntax-error | alwin | 1 | -2/+2 |
2004-02-20 | moved the opie pim stuff to libopie2 - pim. Tried to resort them, may be ↵ | alwin | 71 | -826/+2288 |
someone should take a look for a better file order. but now all applications can start using libopiepim2 instead of libopie1-pim-stuff. | ||||
2004-02-19 | aboutSuspend -> aboutToSuspend | alwin | 1 | -1/+1 |
I knew all the time - zecke is Mr. Muentefering in real live ;) | ||||
2004-02-19 | when going to suspend, a QCopEnvelope message will send | alwin | 4 | -85/+94 |
( "QPE/System","aboutSuspend()" ) | ||||
2004-02-19 | Add API comment about inline dtor | zecke | 1 | -0/+1 |
2004-02-19 | Add notes for API fixes and BC stuff | zecke | 1 | -0/+9 |
2004-02-19 | The hardware keys on the H5xxx are rotated by 270° | zecke | 1 | -1/+7 |
so rotate the key events | ||||
2004-02-16 | More control file clean-up...mostly done, except for task-opie-* | drw | 7 | -7/+0 |
2004-02-15 | better return 0 here | mickeyl | 1 | -1/+1 |
2004-02-14 | Make info in *.control files a little more consistent (mostly modified ↵ | drw | 6 | -6/+6 |
Maintainer, Files and Section fields) | ||||
2004-02-07 | Rename the rest bunch of functions <- fix compiling... | zecke | 8 | -19/+21 |
Readd the todo mark about constness initButtons is not const... | ||||
2004-02-07 | Forward port the recent API docu of the FileSelector | zecke | 2 | -1/+131 |
2004-02-06 | Remove OCheckItem... | zecke | 3 | -217/+2 |
Forward port the recent API docu of the FileSelector | ||||
2004-02-06 | Fix invalid comments | zecke | 1 | -6/+6 |
2004-02-05 | Janitor: remove ulong ref | zecke | 1 | -2/+1 |