summaryrefslogtreecommitdiff
path: root/core/launcher
AgeCommit message (Collapse)AuthorFilesLines
2007-07-10This commit removes the crlf in the startmenu.cpp and startmenu.h files inerik2-502/+502
core/launcher. This sort of thing must likely means that these files were commited from either a DOS or Windows based host, where lines end with these two characters. This commit resolves Opie bug 1865. Note, there are likely other files in the repo that have this problem. It would be a good idea to identify and modify them.
2007-07-09Recover unused pixels for launcher tabs by orienting things at theerik1-1/+1
zero point and not at 1.
2007-01-31Specify correct parameters to needToAuthenticate() and login() so that ↵paule1-2/+2
appropriate setting is read when determining whether to authenticate or not. Fixes bug #1830.
2007-01-31Reinstate startup system year validity check and update year to 2007; show ↵paule1-8/+19
date/time settings application on starting if option is enabled
2007-01-26Both packageslave.cpp and textedit.cpp have instances of possibly exploitableerik1-20/+28
race conditions associated to files. The big deal is that it is quite typical to use strings of pathnames to track files. But because that does not leverage the filesystem would be attackers may be able to exploit time lags in uses of filesystem functions (like stat and chmod or open) to get files with suspect data into the files that the applications are working with. This commit closes that potential hole even though there are no known exploits. Better safe then sorry. There is no change in the behavior of the apps.
2007-01-19Every file in this commit has a change to check the return value of a call.erik2-6/+19
2006-05-25g++ 4.1.1 fixmickeyl1-1/+1
2005-08-14make assumption that Documents files will never be installed/written to ↵llornkcor1-3/+5
/proc /dev /bin and similar places.. so we don't need to waste time scanning these.
2005-07-03Resource -> OResourcemickeyl8-231/+260
This is a large diff and I'd appreciate some additional pairs of eyes checking it
2005-06-26get preffered qte driver name from ODevice instead of hard coding it tomickeyl1-5/+5
"Transformed". Patch courtesy Manuel Teira.
2005-04-24Sort applications alphabetically. Fixes bug #1476.skyhusker1-4/+15
2005-04-14More icon sizing updatesdrw1-10/+14
2005-03-15setup a workaround for missing autorepeat flag on specialbuttons.alwin2-6/+18
eg, keyfilter of serverapp stores the last pressed button itself and checks against holdtime and releases itself. on c7x0/c8x0 it works with 2.6 kernel cause keys are repeated without this flag - on 2.4 kernel I don't know what happen (may that keys are not repeated)
2005-03-12And I'm wondering why opie sometimes is that slow. Hopefully reducedalwin2-7/+31
the calls to opie-eye for images in documenttab when changing layout and so on.
2005-03-07fixed a very interesting crasher.alwin1-2/+2
2005-03-03-Scale the image to the AppLnk::smallIconSizezecke1-5/+11
-Set the size of the wait widget to AppLnk::smallIconSize
2005-03-03Start and Restart the QSound-Serverzecke2-1/+28
2005-03-02Close the Filedescriptor for the QCopBridge and Transferserver on exitzecke2-2/+7
2005-02-17The response to the static background pixmap was overwhelmingly positive, hence:mickeyl3-10/+29
* fix static background pixmap also for tiled pixmaps * make it customizable via LauncherSettings * enable it per default
2005-02-16this patch adds the possibility to have a static (as in non-scrolling) ↵mickeyl2-10/+26
background in the launcher. major drawback: most of our machines (at least the SA1100 based ones) are too slow to make it flicker free w/ tracking (repainting while dragging the scrollbar). so i needed to disable tracking for the static background. it's a hidden setting and disabled per default. please play around with it and give me your comments. How to enable: Launcher.conf: [GUI] StaticBackground = 1
2005-02-10tired of seeing this stupid warningllornkcor1-1/+0
2005-01-23remove setSoftSuspend() from ODevice. this is a left-over from the old daysmickeyl1-7/+0
2005-01-23New QWS_DISPLAY handling for gathering the default launcher rotation on startup:mickeyl1-77/+65
1.) If QWS_DISPLAY is not set, then use ODevice::rotation() 2.) If QWS_DISPLAY is set, then just use whatever it is set to
2005-01-12Removed MediumDlg appearing prior to FirstUsage wizard (i.e. calibration)mickeyl1-1/+3
2005-01-11finish per-tab column setting. it now works on the fly and is persistentmickeyl2-1/+8
2005-01-10make number of icon columns in the launcher customizable per-tabmickeyl3-13/+31
TODO: add GUI for that
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-72/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+72
2004-12-22I think it is a good idea to get any information why the Launcher iseilers1-1/+4
disabled
2004-12-20Patch from Hrw for 1493zecke1-1/+1
"Launcher starts in one column mode" Set the QIconView to adjust its layout on resize
2004-12-20Restore lost changezecke1-3/+7
-Kill Config instance in different scope for the same file -Work when a ftp client sends -la in a listdir request
2004-11-12handle more signals and don't kill the process @ endmickeyl1-55/+37
2004-11-11- flush icon cache if reloading all documentsalwin6-452/+483
- send QCop message when the doctab is enabled/disabled so the disabled widget appears or the doc-list will reread
2004-11-10implemented icon cache so it will not scan every time when changing thealwin4-50/+113
doctab categorie ToDo: implement a cache flush
2004-11-09- removed code which let qpe crash when generating image iconsalwin3-76/+70
- when edit properties of an document item it will reread the table of categories
2004-11-09again some improvements to image iconsalwin2-8/+17
2004-11-08timer for releasing a reference to opie-eye_slave if exists when unused for tenalwin2-17/+33
minutes.
2004-11-08image preview for documenttab again, I think, for first shot it isalwin2-32/+64
working fine now.
2004-11-08- reworked the icon generation for images in doctabalwin3-325/+387
- some reorg of code was strongly required - code more readable
2004-11-08first try getting small imagethumbs in document-tab.alwin2-389/+517
2004-11-03Switch to OApplicationzecke2-3/+3
2004-10-22upon further investigation, QD does indeed do different stuff for different ↵llornkcor1-6/+11
version strings.
2004-10-20-Remove odebugzecke1-2/+0
2004-10-17G++ 4.0 compiler fixeszecke1-4/+5
-Remove anonymous structures and name them -Include 'card.h' to cardpile to make 'Card' known to QList so deleteItem will work -cast 'enum' to char in event.cpp and opimevent.cpp
2004-10-17-Use local8Bit instead of latin1zecke1-1/+1
2004-10-16Replace QPEApplication::qpeDir() + "/ withzecke4-9/+9
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter
2004-10-12something weird with oe not seeing these changesllornkcor1-2/+2
2004-10-12QD knows versioninfo, opie needs it's own identity herellornkcor1-2/+2
2004-10-08Big commit thanks to a little feature request :-) We now have an O-menu appletclem1-1/+2
to lock the PDA immediately, and the internal way to ask for an authentication (on resume, on start up, on demand or for a simple test) is much cleaner: it's through MultiauthPassword(int lockMode) (instead of the old bool at_poweron)
2004-10-08remove inadvertant outputllornkcor1-1/+1