summaryrefslogtreecommitdiff
path: root/library/applnk.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-06-26get the default gfx driver from QWS_DISPLAY instead of hardcodingmickeyl1-2/+4
it to 'Transformed' when launching rotated apps. Patch courtesy Manuel Teira
2005-02-23Fix crappy indenting on the methods I'm about to touch. Even TT fixed it...zecke1-41/+43
2005-01-09applnk : lazy loading of mime type icons (load only when needed)wimpie1-49/+81
resource.cpp : print warning when requested image cannot be found and print the name of that image too
2004-07-01add a few missing includesmickeyl1-0/+1
2004-06-20Use A higher prime number in AppLnkzecke1-1/+1
Somehow the Launcher triggers issues with libqpe and MimeType. Due the mix of calling MimeType::clear, MimeType type(doclnk.linkFile()), MimeType::clear the registration of Application was cleared and not reentered due the inner static variable in MimeType::init which was set. Now make sure that if we clear that we will reenter the Application in all cases!
2004-03-08support launching applications with user defined argumentsmickeyl1-2/+5
2004-03-01fix includeschicken1-4/+0
2003-08-08Merged branches from BRANCH_1_0eilers1-1/+1
2003-05-04remove debug message - Cannot find iconllornkcor1-356/+356
2003-04-16Fix API docuzecke1-0/+16
2003-02-11fix bug 0000591zecke1-2/+7
AppLnk does not need to reload all labels but it needs to reload the names for the ids in mCat
2002-10-16Remove #ifdef QWS HELLzecke1-4/+0
a Platform which is not supporting IPC compatible to QCopChannel/Envelope is not of much use nowadays.. so be sure your platform is supporting it
2002-10-06- support "Rotation" setting in .desktop applnk filesandman1-2/+22
- changed properties dialog to make Rotation editable - fixed a long-standing QPE bug: launcher expects AppLnk::file() to return QString::null for *all real* applnks (as opposed to doclnks) -- but AppLnk itself initializes this field to the name of the dir, where the applnk is stored. This is why qcop "QPE/System" "linkChanged(QString)" xyz.desktop cleared a whole launcher tab I hope I didn't break anything with this change ;)
2002-09-25Fix bigPixmaps BUG.zecke1-1/+1
instead of returning the bigPixmap from the d->mPixmaps[1] I returned the deprecated variable which was null
2002-09-10Icon sizeszecke1-2/+2
2002-09-10AppLnk fix QArray -> QMApzecke1-2/+5
2002-09-10Qtopia1-6 mergezecke1-135/+447
still to test bic changes to be resolved more changes to be made?
2002-09-09add preloaded app control needed to runningappsbarharlekin1-3/+26
2002-08-30Try to handle RAM storage for documentsleseb1-1/+1
2002-03-30*** empty log message ***zecke1-27/+56
2002-01-25Initial revisionkergoth1-0/+1093