Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2007-07-10 | This commit removes the crlf in the startmenu.cpp and startmenu.h files in | erik | 2 | -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-09 | Recover unused pixels for launcher tabs by orienting things at the | erik | 1 | -1/+1 |
zero point and not at 1. | ||||
2007-01-31 | Specify correct parameters to needToAuthenticate() and login() so that ↵ | paule | 1 | -2/+2 |
appropriate setting is read when determining whether to authenticate or not. Fixes bug #1830. | ||||
2007-01-31 | Reinstate startup system year validity check and update year to 2007; show ↵ | paule | 1 | -8/+19 |
date/time settings application on starting if option is enabled | ||||
2007-01-26 | Both packageslave.cpp and textedit.cpp have instances of possibly exploitable | erik | 1 | -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-19 | Every file in this commit has a change to check the return value of a call. | erik | 2 | -6/+19 |
2006-05-25 | g++ 4.1.1 fix | mickeyl | 1 | -1/+1 |
2005-08-14 | make assumption that Documents files will never be installed/written to ↵ | llornkcor | 1 | -3/+5 |
/proc /dev /bin and similar places.. so we don't need to waste time scanning these. | ||||
2005-07-03 | Resource -> OResource | mickeyl | 8 | -231/+260 |
This is a large diff and I'd appreciate some additional pairs of eyes checking it | ||||
2005-06-26 | get preffered qte driver name from ODevice instead of hard coding it to | mickeyl | 1 | -5/+5 |
"Transformed". Patch courtesy Manuel Teira. | ||||
2005-04-24 | Sort applications alphabetically. Fixes bug #1476. | skyhusker | 1 | -4/+15 |
2005-04-14 | More icon sizing updates | drw | 1 | -10/+14 |
2005-03-15 | setup a workaround for missing autorepeat flag on specialbuttons. | alwin | 2 | -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-12 | And I'm wondering why opie sometimes is that slow. Hopefully reduced | alwin | 2 | -7/+31 |
the calls to opie-eye for images in documenttab when changing layout and so on. | ||||
2005-03-07 | fixed a very interesting crasher. | alwin | 1 | -2/+2 |
2005-03-03 | -Scale the image to the AppLnk::smallIconSize | zecke | 1 | -5/+11 |
-Set the size of the wait widget to AppLnk::smallIconSize | ||||
2005-03-03 | Start and Restart the QSound-Server | zecke | 2 | -1/+28 |
2005-03-02 | Close the Filedescriptor for the QCopBridge and Transferserver on exit | zecke | 2 | -2/+7 |
2005-02-17 | The response to the static background pixmap was overwhelmingly positive, hence: | mickeyl | 3 | -10/+29 |
* fix static background pixmap also for tiled pixmaps * make it customizable via LauncherSettings * enable it per default | ||||
2005-02-16 | this patch adds the possibility to have a static (as in non-scrolling) ↵ | mickeyl | 2 | -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-10 | tired of seeing this stupid warning | llornkcor | 1 | -1/+0 |
2005-01-23 | remove setSoftSuspend() from ODevice. this is a left-over from the old days | mickeyl | 1 | -7/+0 |
2005-01-23 | New QWS_DISPLAY handling for gathering the default launcher rotation on startup: | mickeyl | 1 | -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-12 | Removed MediumDlg appearing prior to FirstUsage wizard (i.e. calibration) | mickeyl | 1 | -1/+3 |
2005-01-11 | finish per-tab column setting. it now works on the fly and is persistent | mickeyl | 2 | -1/+8 |
2005-01-10 | make number of icon columns in the launcher customizable per-tab | mickeyl | 3 | -13/+31 |
TODO: add GUI for that | ||||
2004-12-24 | Repair damage done by a broken replace program. Note to self: Never use ↵ | mickeyl | 1 | -72/+1 |
anything other than sed! Merry Christmas! | ||||
2004-12-24 | qmake 1.08a has more rigid syntax checking and chokes on our .pro files | mickeyl | 1 | -1/+72 |
2004-12-22 | I think it is a good idea to get any information why the Launcher is | eilers | 1 | -1/+4 |
disabled | ||||
2004-12-20 | Patch from Hrw for 1493 | zecke | 1 | -1/+1 |
"Launcher starts in one column mode" Set the QIconView to adjust its layout on resize | ||||
2004-12-20 | Restore lost change | zecke | 1 | -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-12 | handle more signals and don't kill the process @ end | mickeyl | 1 | -55/+37 |
2004-11-11 | - flush icon cache if reloading all documents | alwin | 6 | -452/+483 |
- send QCop message when the doctab is enabled/disabled so the disabled widget appears or the doc-list will reread | ||||
2004-11-10 | implemented icon cache so it will not scan every time when changing the | alwin | 4 | -50/+113 |
doctab categorie ToDo: implement a cache flush | ||||
2004-11-09 | - removed code which let qpe crash when generating image icons | alwin | 3 | -76/+70 |
- when edit properties of an document item it will reread the table of categories | ||||
2004-11-09 | again some improvements to image icons | alwin | 2 | -8/+17 |
2004-11-08 | timer for releasing a reference to opie-eye_slave if exists when unused for ten | alwin | 2 | -17/+33 |
minutes. | ||||
2004-11-08 | image preview for documenttab again, I think, for first shot it is | alwin | 2 | -32/+64 |
working fine now. | ||||
2004-11-08 | - reworked the icon generation for images in doctab | alwin | 3 | -325/+387 |
- some reorg of code was strongly required - code more readable | ||||
2004-11-08 | first try getting small imagethumbs in document-tab. | alwin | 2 | -389/+517 |
2004-11-03 | Switch to OApplication | zecke | 2 | -3/+3 |
2004-10-22 | upon further investigation, QD does indeed do different stuff for different ↵ | llornkcor | 1 | -6/+11 |
version strings. | ||||
2004-10-20 | -Remove odebug | zecke | 1 | -2/+0 |
2004-10-17 | G++ 4.0 compiler fixes | zecke | 1 | -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 latin1 | zecke | 1 | -1/+1 |
2004-10-16 | Replace QPEApplication::qpeDir() + "/ with | zecke | 4 | -9/+9 |
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter | ||||
2004-10-12 | something weird with oe not seeing these changes | llornkcor | 1 | -2/+2 |
2004-10-12 | QD knows versioninfo, opie needs it's own identity here | llornkcor | 1 | -2/+2 |
2004-10-08 | Big commit thanks to a little feature request :-) We now have an O-menu applet | clem | 1 | -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-08 | remove inadvertant output | llornkcor | 1 | -1/+1 |