Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-03-26 | A small example/test for the OKeyConfigWidget currently | zecke | 3 | -0/+174 |
in opie-eye. So you see my intention where it should end | ||||
2004-03-26 | Add WFlags to the c'tor so we eventually can use this | zecke | 2 | -3/+3 |
in the designer... but anyway making it more consistent with Qt Ah and this is binary incompatible but the API isn't marked as stable anyway | ||||
2004-03-26 | conditionally link against -lopiedb, i.e. only when ENABLE_SQL_PIM_BACKEND=y | mickeyl | 1 | -2/+5 |
2004-03-26 | move SQL_BACKEND configuration to where it belongs | mickeyl | 1 | -0/+14 |
2004-03-26 | Some more Implementation. | zecke | 2 | -10/+311 |
Basicly all of the non GUI part is done | ||||
2004-03-25 | Some implementation and API change | zecke | 2 | -21/+529 |
2004-03-24 | reorder menu entries | mickeyl | 1 | -3/+4 |
libopie2: no longer a submenu, out of experimental, into base | ||||
2004-03-24 | Ideas from Mickey. Install eventFilter for a widget as well and then | zecke | 1 | -0/+9 |
send a signal | ||||
2004-03-23 | Update.... | zecke | 1 | -0/+96 |
Start the Slave Add the Iface for OKeyConfigWidget | ||||
2004-03-18 | stddefs.h included for definition of NULL | alwin | 1 | -0/+2 |
2004-03-15 | Fix up test case | zecke | 1 | -0/+1 |
2004-03-15 | No iostream if printf | zecke | 1 | -1/+1 |
2004-03-15 | no iostream if you use printf | zecke | 1 | -1/+1 |
2004-03-15 | Fix compile with gcc2 | zecke | 1 | -1/+1 |
2004-03-14 | No using namespace in a public header | zecke | 2 | -9/+9 |
2004-03-14 | Change Signature of Signals to obey namespace | zecke | 7 | -35/+34 |
Make example compile | ||||
2004-03-14 | but XML Parser back to OPie Core as libtinykate uses it as well | zecke | 5 | -13/+10 |
2004-03-13 | Fix possible divide by null | zecke | 1 | -10/+11 |
Patch for mickeyl... | ||||
2004-03-13 | Change OApplicationFactory to be in Opie::Core as well | zecke | 1 | -6/+8 |
2004-03-13 | Move XML class to internal PIM | zecke | 154 | -337/+994 |
Add namespaces!!! Opie::Core and Opie::Core::Private Opie::Net and Opie::Net::Private Opie::Ui and Opie::Ui::Private Opie::MM and Opie::MM::Private Opie::DB and Opie::DB::Private PIM classes are not yet converted because we will do other work on it as well | ||||
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 |