summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)AuthorFilesLines
2004-02-23fix packages to get them building againchicken1-1/+1
2004-02-22when inserting a new media without .opiestorage.cf a dialog comesalwin4-5/+74
setting up this file.
2004-02-22read more settings from opiestorage.cfalwin1-0/+5
2004-02-22merged changes form qkonsole back into opie-embeddedkonsole (most likely not ↵waspe13-1045/+1941
bugfree !)
2004-02-22check if there is a listview item at all.zecke1-3/+12
c cast -> static_cast
2004-02-21Randomly jumping in the vtable is fun :)zecke1-10/+10
use libopie2 odevice
2004-02-21on removable medias take a look into .opiestorage.cf and read the listalwin1-6/+35
of subdirs of the media where to search for documents. If this value isn't set, it will reduce search to FS+"/Documents" so not the whole media is searched. ToDo: Work on mediummount that users can set this values. Implement same stuff in global.cpp of libqpe.
2004-02-21qcop-msg related stuff don't use tmpDirPath 'cause it isn't that good IMHOalwin2-3/+3
first: content of $TEMP can change due login - so it may run into problems when searching for qcop-msg-* files second: TEMP will set by user. The user can set it to a wrong value so cop would fail. But we can mostly guarantee that /tmp will exists.
2004-02-21Fix up syncing modezecke3-11/+30
InetlliSync,Opie1.0,QtopiaNEW
2004-02-21Yeah baby yeah remove IntelliSync supportzecke3-84/+66
and add it to the SyncMode... as it should have been done Keep compatible with the old ored meaning... Now we can have IntelliSync plain text transfer, ask for pw less on connect Opie 1.0 plain text transfer, need pw and allow for syncing Qtopia 1.7 base64 transter , need pw and allow for syncing
2004-02-21Move to LibOpie2zecke11-43/+45
remove launcher global and use OGlobal
2004-02-18Add Documentation on how we search and why we do stuffzecke1-0/+12
2004-02-18be more clever when it comes to searching eventszecke1-21/+14
Fix bug 1193
2004-02-18Fix size and drawing of battery status widget and eliminate compiler warningsdrw2-43/+40
2004-02-16Take care of the lifetime of the EffectiveEvent/Occurencezecke4-14/+13
Make sure not to keep reference on non existing objects
2004-02-16More control file clean-up...mostly done, except for task-opie-*drw19-30/+28
2004-02-14Clean-up of .cvsignore filesdrw49-5/+99
2004-02-14Make info in *.control files a little more consistent (mostly modified ↵drw32-37/+37
Maintainer, Files and Section fields)
2004-02-09utf8 patch from Nikita V. Youshchenko <yoush@cs.msu.su>llornkcor1-2/+5
2004-02-08Fix two problems:zecke1-3/+12
1.) accept the key event so it does not reoccur and reoccur 2.) do not crash if asked to delete and there is nothing to delete
2004-02-08improve support for BigScreenar13-17/+16
2004-02-07QPEApplication::showDialog() and QPEAPplication::execDialog() for better big ↵ar12-65/+28
screen handling
2004-02-05Janitor: remove ulon refzecke4-6/+0
2004-02-05"Here we are now entertain US....."zecke31-36/+16
Some janitor tasks... remove ulong ref; If we use Q_REFCOUNT
2004-02-05Stuff can be broken if you really want it... or because only root can open ↵zecke2-12/+10
/dev/console... Anyway have a mutable QPopupMenu in the class and remove unsigned long ref as we don't need it
2004-02-05Stop trying to scale a null imagezecke1-6/+8
2004-01-27Return QS_FALSE if we don't implement the interface queried forzecke4-4/+12
2004-01-27Funny what my SDK all triggerszecke17-3/+37
Ok the reason to use a bool as return type is that you can say that something worked or not worked. So if we don't implement the given interface don't lie!!
2004-01-27Do not setDocument if systemtime is not document centriczecke1-4/+1
use raise()
2004-01-19Fix bug 0001248 by disabling the horizontal scrollbar.zecke1-3/+5
So we truncate by screen width
2004-01-18scale background image if neededllornkcor2-11/+28
2004-01-18anti anti debugllornkcor1-2/+2
2004-01-18fix for QWS_DISPLAY not being setllornkcor1-8/+15
2004-01-18add unifont from somewherellornkcor1-15/+88
2004-01-17fix for ascii char widthllornkcor1-3/+18
2004-01-12nanoseconds are neither milliseconds nor microsecondsmickeyl1-1/+1
2004-01-10change maintainter from warick to opie projectllornkcor3-3/+3
2004-01-10new email addyllornkcor12-12/+12
2004-01-10new email addyllornkcor1-1/+1
2004-01-10fix for qvfbllornkcor1-57/+70
2004-01-09bug fix: range checking in sw_mapsmouse1-1/+7
2004-01-08turn on the light after opening the hinge when 'display off' is configured ↵mickeyl2-7/+24
as hinge action NOTE: I think there's a bug in the Embedix kernel which either tells a wrong hinge value after suspend or sends out a double (bogus) keycode event on closing the hinge. How to reproduce: 1.) Configure "suspend" as closeHingeAction 2.) Close Display --> Device Suspends 3.) Open Display --> Device does nothing (needs a kernel patch to wake up automatically, but that's another story) 4.) Wakeup Device --> Device sends F14 to rotateApplet, rotateApplet reads hinge code... it's CLOSED(!) - which is wrong 5.) Device resuspends. 6.) Wakeup again --> Device sends F14 (huh, again?) to rotateApplet. rotateApplet reads hinge code... it's OPEN now - which is ok. Ideas?
2004-01-08Forgotten to commit the patch for Mac OSX..eilers1-0/+5
2004-01-06correct config entriesharlekin1-1/+1
2004-01-05today plugin active againharlekin1-0/+9
2004-01-05added popup menumouse2-5/+16
fixed reaction by one touch and hold-touch (RightButton)
2004-01-05Spelling fixes by Michael Opdenacker <zumbi2@netcourrier.com>zecke1-1/+1
2004-01-04better not shutoff the display without shutting it on again :Dmickeyl1-1/+1
2004-01-04- implement action on closing the hinge for devices with hinge sensorsmickeyl1-90/+114
- first batch of minor code cleanup
2004-01-04more patches to multikey+applet courtesy Anton Kachalov <mouse@altlinux.ru>mickeyl2-3/+21