ksiazkowicz / lightbulb

Open-source XMPP client for Symbian, written using QML and QtQuick libraries.
GNU General Public License v3.0
21 stars 5 forks source link

Make menus and dialogs loaded dynamically #26

Closed ksiazkowicz closed 10 years ago

ksiazkowicz commented 10 years ago

There are menus which should be loaded dynamically and there are some remaining dialogs which are not loaded dynamically as well.

It would make app load and perform faster, because it won't load this stuff when switching to page until it's needed.

It's a very simple task, but rather time consuming. The overall idea is to copy menu/dialog to another QML file and call it using dialog.create(path); Problem is, some dialogs/menus can't be moved just like that (for example dlgResources) and it would require changing the structure of the app a bit.

If there is someone actually willing to take care of it, I'd be glad. If not, I'll have a look at it when doing final polishing for 0.3 release.