summaryrefslogtreecommitdiff
path: root/core/launcher/documentlist.cpp
AgeCommit message (Collapse)AuthorFilesLines
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 -> OResourcemickeyl1-35/+37
This is a large diff and I'd appreciate some additional pairs of eyes checking it
2005-03-07fixed a very interesting crasher.alwin1-2/+2
2005-01-12Removed MediumDlg appearing prior to FirstUsage wizard (i.e. calibration)mickeyl1-1/+3
2004-11-11- flush icon cache if reloading all documentsalwin1-301/+309
- send QCop message when the doctab is enabled/disabled so the disabled widget appears or the doc-list will reread
2004-10-08this patch will add support for QD installing directly to opie device via ↵llornkcor1-10/+21
sync. not functioning until QD 1.7.1 released. should compile for now
2004-05-02- convert qDebug to odebugar1-4/+4
2004-04-19Small interface update. If we add doctypes disable the viewport() forzecke1-2/+6
updates
2004-04-12Changed launcher to only add/remove icons/tabs that have changed when removablebrad1-2/+90
media is mounted/unmounted. A card insert on my machine used to take 7500ms. It now takes 548ms. Same with card removal. Old code has been left as is an can be re-enabled with a simple comment.
2004-04-07use Opie debugging frameworkmickeyl1-22/+24
2004-03-13Fix namespaces in the launcher.. and found a problem with my scriptzecke1-0/+1
2004-02-24- check now for the storage media flag "check =" in ↵alwin1-0/+7
DocumentListPrivate::appendDocpath - fixed a possible segmentation fault in DocumentListPrivate::nextFile
2004-02-22when inserting a new media without .opiestorage.cf a dialog comesalwin1-3/+4
setting up this file.
2004-02-22read more settings from opiestorage.cfalwin1-0/+5
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-21Move to LibOpie2zecke1-4/+7
remove launcher global and use OGlobal
2003-11-30Allow to process mouse and key events during document scanning...zecke1-1/+1
I use 20 as a value for now... someone tuned it but forgot to commit it?!
2003-11-20rework optional doc-tab patch to be less intrusive and more sanemickeyl1-16/+6
2003-11-17This patch makes the famous Documents Tab customizably optional.mickeyl1-1/+16
Note that the document tab is so tight coupled to the rest of the launcher that it proved impossible for me to remove the tab as is. However I could make all the scanning and the displaying optional. The customization can be done via the launcher settings applications - a new doc tab category has been added. Further customization can be added to that tab. I also added a doc tab settings application for use with the "first usage wizard"
2003-08-28Make it compile with Opiezecke1-7/+8
2003-08-25Initial revisionzecke1-0/+646