Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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!
|
|
|
|
|
|
|
|
|
|
|
|
AppLnk does not need to reload all labels but it needs to reload
the names for the ids in mCat
|
|
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
|
|
- 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 ;)
|
|
instead of returning the bigPixmap from the d->mPixmaps[1] I returned
the deprecated variable which was null
|
|
|
|
|
|
still to test
bic changes to be resolved
more changes to be made?
|
|
|
|
|
|
|
|
|