summaryrefslogtreecommitdiff
path: root/libopie
AgeCommit message (Collapse)AuthorFilesLines
2002-09-21additionszecke1-0/+16
2002-09-21Some more implementationzecke5-30/+183
in OPimRecord::setUid ORecordList implemented never compiled it though OTodo a new c'tor and some more changes
2002-09-20accidentaly committedzecke1-27/+6
2002-09-20OTodo know is the first implementation of OPimRecordzecke8-477/+348
2002-09-20Our new common template based start for Accessing and Manipulatingzecke7-0/+1074
the Records The CROSS_REFERENCE branch will get ported to it. We use templates for several reasons They allow us to share code and to be easily extended I've to make them not inline to save memory... I've to port all DBs and Record related classes
2002-09-15remove bogus fileszecke6-232/+0
2002-09-15add fileszecke10-0/+495
2002-09-15ok basicly all old functions are available againzecke6-270/+153
what's now missing is the code switching Listers and views toggling the toolbar filter
2002-09-15Make it compile but it's not working yetzecke6-41/+69
2002-09-15Ok the demand for filters, listers and views were great so I'm currentlyzecke10-0/+2296
implementing it This OFileSelector will be in a different subdir but it'll be still linked into libopie. This makes it more easy to find all files which belong to the OFileSelector an OLister is able to list for example files and dirs ( OLocalLister ) a ftp lister a bluetooth lister whcich would show available devices a DocLnkSet lister for the Documents Tab a CrossReference lister a View is responsible for showing files to the user... and I renamed *.cc to *.cpp
2002-09-10include fixharlekin1-1/+1
2002-09-10Fix for QTopia1.6zecke5-25/+39
2002-09-09Add OTimePickerBase to the cvsignorezecke1-0/+2
2002-09-09make it compilezecke1-1/+1
2002-09-06Fix for the new OD_IO macrossandman1-6/+8
2002-09-06Added new functionality to libopie / ODevice, regarding LCD control (on/offsandman2-20/+148
brightness)
2002-09-05- added a setPowerButtonHandler() for iPAQs and Zssandman2-5/+71
(-> disableAPM() in launcher can be removed) - another try to fix the OZ suspend code
2002-09-05suspend code now also calls sync() to flush fs caches (just like apm tool)sandman1-2/+4
2002-09-05Use SIG_IGN rather than an empty handler to ignore SIG_TSTP.kergoth2-9/+1
2002-09-03forgot somethingharlekin3-47/+156
2002-09-03otabwidget changes by drw , like getting rid of the dotted line etcharlekin4-7/+8
2002-08-29Correcting various syntax problems in control files.kergoth1-1/+0
2002-08-28Use the new iPAQ suspend code for all supported platforms (that is OZsandman2-65/+55
right now ;) )
2002-08-27comments/docs by drwllornkcor3-40/+236
2002-08-21the right license also in the headerharlekin3-3/+3
2002-08-21was missing until nowharlekin1-0/+116
2002-08-21patch from drw, adds otabwidgetllornkcor3-16/+515
2002-08-20Added nice timepicker widget and dialogeilers5-2/+561
2002-08-06- Fix for the "iPAQ won't suspend until apm --suspend is called" problemsandman1-1/+3
- Improved the resume delay until the LCD backlight is on again
2002-08-041) Fixes for suspend/resume (improved it for iPAQ, shouldn't have changedsandman2-1/+65
anything for Z) -- It seems that this also fixes the 70% CPU load problem (needs more testing/feedback though) 2) the launcher now creates a /var/run/opie.pid file containing its pid 3) the launcher catches SIGTERM and kills all its child processes
2002-07-27Small extension to read the system versionsandman2-1/+16
(currently only functional for familiar)
2002-07-01take out debugsllornkcor1-2/+2
2002-07-01had to add some ifndef QT_QWS_EBX around Sound things for some odd reason. ↵llornkcor1-34/+73
added sharp_buz empty defines for future usage
2002-06-29Fix bugs #94 and #96zecke1-7/+32
2002-06-26Major pro file overhaul from davipt. Commited by me, since it touchessandman1-0/+15
many core files ... please report bugs on this to davipt
2002-06-26OFileSelector is now a complete drop in replacementzecke1-6/+30
of the QPE fileselector
2002-06-26done for nowzecke1-0/+6
2002-06-26Fix mimetype handlingzecke1-3/+55
2002-06-26added the bugszecke1-6/+4
2002-06-26Improve mimetype handlingzecke4-81/+192
API is now fixed 2 Bugs outstanding though
2002-06-25Request from ljp: alarm/key/tap sounds should now also work on "Unknown"sandman2-29/+21
modells (this includes x86 simulation)
2002-06-23Simon thanks for the patch. Some clean ups. Patch provided by tronicalzecke1-2/+2
OAOAOAOAOAOAOAOAOAOAOAOAOBOBCVS: noncore/tools/remote/dvdgroupconf.cpp
2002-06-18Reimplemented OHwInfo as ODevice with enhanced capabilitiessandman5-134/+578
ODevice should replace custom-*.h in the future (iPAQ is finished)
2002-06-17Fix a possible crash when opening an empty filezecke1-0/+2
2002-06-17Cross Referencing is possible by nowzecke2-0/+86
2002-06-16implement progresszecke4-5/+37
2002-06-16Fixed typo in iPAQ detection routine .. model enum really works nowsandman1-1/+1
2002-06-15Summary supportzecke4-24/+121
2002-06-12New singleton class for getting info on hardwaresandman3-2/+134
(Zaurus detection is missing -- kergoth ?)
2002-06-11add the cpp files ;)tille2-0/+1190