summaryrefslogtreecommitdiff
path: root/libopie2/opiecore
AgeCommit message (Collapse)AuthorFilesLines
2004-09-10Fix warnings about unused parameterszecke3-1/+6
2004-09-10Move handleWidget of OKeyConfigManager to a slotzecke2-3/+14
Add some @see statements to the OKeyConfigManager
2004-09-09updates to MNCIschurig2-154/+50
2004-09-09added MNCI-RXschurig1-1/+2
2004-09-09support for devfsschurig1-0/+4
2004-09-08remove things like \n and \l from the system version stringmickeyl1-1/+1
2004-09-06GCC 2.95 compile fix for switch/case statementzecke1-3/+6
2004-08-29Minor but important changes in API. Improved SQL performance: ↵eilers1-0/+4
contactsbackend now supports look-ahead caching to speed up access. Fixed and improved look-ahead cache in todo-backend. Datebook backend will follow, soon !
2004-08-25Respect the value passed to the methodzecke1-1/+3
2004-08-25-Have a common implementation for reading the config valuezecke7-175/+158
and setting the Mixer. The mixer, sound and path is configurable -Restore the Opie HEADER (who is guilty? probably me) -Fix warnings -Port Zaurus,Simpad,Ipaq to configure the mixer
2004-08-20back out unintentional change. Use an unknown ODevice insteadzecke1-1/+1
of Internal::Zaurus
2004-08-17add sl-6000llornkcor2-0/+5
2004-08-15-Use APM for the SIMpad now that it got the APM biosless patchzecke2-50/+55
applied as well - We save the screen content, call the ODevice implementation and on wake up we restore the content
2004-08-01cleanup - odevice is now and for future the one and only friend classalwin5-56/+63
2004-08-010 pointer will not inserted into listalwin1-0/+4
2004-08-01made interface binary clean eg. inst() returns a hidden classalwin2-27/+80
documentation
2004-08-01added a keyfilter singleton. All OPIE apps should use that instead ofalwin5-50/+255
the base from qte 'cause there are some stupids in handling pointers. key handlers from odevice-classes will handled at top of all others iPAQ and SIMPad are switched to that filter queue.
2004-07-27Replacing an ugly QString.sprintf() with QString().arg() which fixes wrong ↵eilers1-1/+1
format handling. This is a reason, why we have odebug instead of qDebug.. Thanks to mickeyl for code review!
2004-07-18Really remove useless code ..eilers1-2/+0
2004-07-18Removed forward deklaration of template class. This caused double definedeilers1-1/+1
linker errors on mac Gcc 3.3
2004-07-13Fix compiler warnings coming from static methods which are unused most of thezecke2-20/+35
time in headers. Move isQWS and makeChannel to Opie::Core. Maybe we will move them to internal later
2004-07-13Use snprintf to just be sure that we don't go over the buffer limitzecke1-1/+1
2004-07-13-Small clean up, we do not need to use the file anymore as allzecke2-4/+2
model checking is done in the ODevice base class -m_led[0] = m_led[1] = LedOff which size does m_led need? yeah two
2004-06-22use stderr as default odebug output destination as pointed out by Bradmickeyl1-2/+3
2004-06-22introduce numeric constants for the odebug output destinationsmickeyl2-7/+14
2004-06-12- refactor the distribution detection codemickeyl8-189/+141
- add detection of OpenEmbedded and generic linux distributions - simplify the zaurus model detection code
2004-05-30LCD/Backlight control has changed a bitchicken1-3/+3
2004-05-29Make Enabled/Disabled work.zecke1-1/+2
Problem was /home/ich/foo//plugins/foo where /home/ich/foo/ was OPIEDIR and we added /
2004-05-29fix path handlingharlekin1-2/+2
2004-05-28Be nice to Ar. Put the closing of the namespace into the guardszecke1-2/+3
guarding against multiple header inclusion...
2004-05-28Same config namezecke1-2/+2
2004-05-28Make harlekin happy. AkA uncomitted codezecke2-3/+16
2004-05-21last bit of jornada 56x button updateschicken1-5/+5
2004-05-21correct jornada 56x button handling for opiechicken2-5/+71
2004-05-17OPluginManager first bits of saving, enabling and sorting Plugin Configzecke2-33/+395
At least it compiles, test and GUI will come this week
2004-05-17use the config group saver right?!zecke1-2/+2
2004-05-17Clearify documentation on config groupsaver and give a small code examplezecke1-0/+9
2004-05-12As pointed out on irc the template functions fail to compile.zecke1-6/+0
I've removed the method in the base class so remove in OPluginLoader as well Evaluate if we want to allow loading of a 'path' + QUUid or only via OPluginItem
2004-05-11-Woot The OpluginLoader successfully loaded and unloaded the Today Pluginszecke3-78/+220
-Now when GUI and manager is done I'll see if sorting and disabling also works No leak, no memcorruption when running the test case
2004-05-11as the jornada 56x uses kernel 2.6 now we need new functions.chicken2-20/+37
2004-05-10First draft of PluginLoaderzecke2-0/+588
-actual loading of plugins is 80% done -Manager no code is there yet. I hope to have some time in uni tomorrow
2004-05-10Some virtuals which we discussed some time back...zecke1-8/+11
2004-05-01Pass on the Hardware line of proc/cpuinfo so we don't need to parse the file ↵zecke14-43/+44
again.. only adjusted iPAQ backend to use it Beginning of hh22xx Linux2.6 support
2004-05-01Make the code more appealing to mezecke1-3/+9
Fix small memory leak for the blacklist QMap
2004-04-30I had to remove ofilenotify out of the build for Darwin (MacOS X). Iteilers1-2/+12
uses calls to fcntl which is not supported. We should use kqueue instead..
2004-04-23gcc 3.4 fixlet and kill a warningmickeyl1-1/+2
2004-04-22-added default buttons for emulation in qvfb or for unknown devicesalwin5-6/+54
-default email app is now opiemail instead of mail
2004-04-21add API documentation for OFileNotificationmickeyl1-3/+87
2004-04-20OFileNotifier now also supports watching for files which aren't existing yetmickeyl1-2/+9
2004-04-202nd milestone reached: Notification now works with deleted, renamed, andmickeyl2-2/+23
inode-modified files. Next milestone: Make it work for files which are not yet there (DN_CREATE)