summaryrefslogtreecommitdiff
path: root/libopie2
AgeCommit message (Collapse)AuthorFilesLines
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl19-19/+19
build system
2004-03-28- remove optional SQL support from libopie1mickeyl2-12/+17
- add optional SQL support to libopie2
2004-03-28add some FIXMEs for later API revisionsmickeyl2-5/+7
2004-03-28OPacketCapturer API addition: setAutoDelete() and autoDelete()mickeyl2-8/+33
2004-03-27Fix key events.zecke1-2/+39
On true hardware events Shift/Ctrl/Alt are not equal with the ButtonState On virtual keyboard events no key() is sent...
2004-03-26Only GUI config is leftzecke2-106/+453
2004-03-26A small example/test for the OKeyConfigWidget currentlyzecke3-0/+174
in opie-eye. So you see my intention where it should end
2004-03-26Add WFlags to the c'tor so we eventually can use thiszecke2-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-26conditionally link against -lopiedb, i.e. only when ENABLE_SQL_PIM_BACKEND=ymickeyl1-2/+5
2004-03-26move SQL_BACKEND configuration to where it belongsmickeyl1-0/+14
2004-03-26Some more Implementation.zecke2-10/+311
Basicly all of the non GUI part is done
2004-03-25Some implementation and API changezecke2-21/+529
2004-03-24reorder menu entriesmickeyl1-3/+4
libopie2: no longer a submenu, out of experimental, into base
2004-03-24Ideas from Mickey. Install eventFilter for a widget as well and thenzecke1-0/+9
send a signal
2004-03-23Update....zecke1-0/+96
Start the Slave Add the Iface for OKeyConfigWidget
2004-03-18stddefs.h included for definition of NULLalwin1-0/+2
2004-03-15Fix up test casezecke1-0/+1
2004-03-15No iostream if printfzecke1-1/+1
2004-03-15no iostream if you use printfzecke1-1/+1
2004-03-15Fix compile with gcc2zecke1-1/+1
2004-03-14No using namespace in a public headerzecke2-9/+9
2004-03-14Change Signature of Signals to obey namespacezecke7-35/+34
Make example compile
2004-03-14but XML Parser back to OPie Core as libtinykate uses it as wellzecke5-13/+10
2004-03-13Fix possible divide by nullzecke1-10/+11
Patch for mickeyl...
2004-03-13Change OApplicationFactory to be in Opie::Core as wellzecke1-6/+8
2004-03-13Move XML class to internal PIMzecke154-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-12osmart_pointer -> osmartpointeralwin1-1/+1
2004-03-12renamingalwin1-13/+14
2004-03-12API change: OPacket::dumpStructure() now returns a QString and accepts voidmickeyl2-24/+32
API change: add QTextStream& operator<<( QTextStream& s, const OPacket& p );
2004-03-11*sigh* forgot to test before first checkin. sorry.alwin1-2/+2
2004-03-11added a (clean-room) smart-pointer implementation to the OPIE project.alwin2-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-08Removed unneeded commentdrw1-2/+1
2004-03-05add OCheckListItemmickeyl2-11/+213
change my email address
2004-03-02prefix correction for secondary namespacealwin2-14/+14
2004-03-02drafts how namespaces in opie2 should be handled.alwin2-0/+126
2004-03-02Added OTicker class to libopie2drw1-10/+12
2004-03-02Added #include <qwidget.h>drw1-0/+1
2004-03-02applied changes from optimize_connect scriptalwin4-32/+32
2004-03-02run the optimize_connect scriptalwin18-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-01fix includeschicken25-67/+1
2004-03-01fixed opiepim to depend on opiedb2 and also add the forgotten today ↵harlekin4-4/+176
interface files
2004-02-28libopiedb2 needs libsqlite, so depend on it. Will help some people who had ↵harlekin1-1/+1
issues running opie mail with latest unstable feed on ipaq
2004-02-25Added OPimRecurrenceBase & OPimRecurrenceWidget to libopiepim2drw5-2/+1454
2004-02-24API extension: ONetwork::isPresent( const char* name )mickeyl2-6/+21
2004-02-24substitute hack with another hack to enforce LGPL compliancemickeyl3-12/+428
2004-02-24*phew* here is the class and file rename patch. not converted yet: backend,mickeyl53-1267/+1266
but that will be not visible to application classes so we can change it later.
2004-02-23The Orinoco (and Symbol/Spectrum) driver recently got the monitor modemickeyl1-6/+9
patch applied. It uses the WE15 IW_MODE_MONITOR. Fix OOrinocoMonitoringInterface to work with recent Orinoco drivers
2004-02-23The Linux Wireless Extensions V16 introduce some massive changes in themickeyl5-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-23addition to API: OWirelessNetworkInterface::signalStrength() [wip]mickeyl2-7/+21
2004-02-23cosmeticsmickeyl15-1648/+2491