Notices


Reply
Thread Tools
HtheB's Avatar
Moderator | Posts: 3,718 | Thanked: 7,420 times | Joined on Dec 2009 @ Bize Her Yer Trabzon
#51
Originally Posted by wook_sf View Post
i removed unrestricted system ui and it seems that it works pretty fine now (i had both enabled) and rotation don't mess with this app unless you remove lockscreen from gconf as i did
thanks, I will try to see if that is the problem.
__________________
www.HtheB.com
Please donate if you think I'm doing a good job.
 
wook_sf's Avatar
Posts: 640 | Thanked: 435 times | Joined on Oct 2011 @ rajvoSa BA
#52
Originally Posted by HtheB View Post
thanks, I will try to see if that is the problem.
also, thedead helped me to debug phone completely (i had rzr's repo enabled and it was causing many troubles too - via MeeCatalog)
________________

pt 2 bugs:
1) when sliding screens (left-right) if i stop moving my finger when screens are on middle it stops and behaves like screen is switched
2) if i switch screens fast it swipe lockscreen away.
3) in main.qml of lockscreen i am unable to change number of homescreens nor to set default one
4) ive made few panoramic shots that i assembled on pc and i have them on phone, so if i set such photo as wallpapers lockscreen have much lag, so, it would be best if wallpaper would be scaled down to 854 per width
5) icons that are in /usr/share/themes/*/meegotouch/icons/ are read only from blanco and base dirs, seems like and not from "current theme" > it would be nice to get "gconf2 value of /meegotouch/theme/name
__________________
~ # mv /usr/bin/smartsearch /usr/bin/stupidsearch

Last edited by wook_sf; 2012-08-26 at 12:00. Reason: 5th bug
 

The Following User Says Thank You to wook_sf For This Useful Post:
Posts: 344 | Thanked: 1,345 times | Joined on Aug 2012 @ Paris, FR
#53
Originally Posted by wook_sf View Post
pt 2 bugs:
1) when sliding screens (left-right) if i stop moving my finger when screens are on middle it stops and behaves like screen is switched
2) if i switch screens fast it swipe lockscreen away.
3) in main.qml of lockscreen i am unable to change number of homescreens nor to set default one
4) ive made few panoramic shots that i assembled on pc and i have them on phone, so if i set such photo as wallpapers lockscreen have much lag, so, it would be best if wallpaper would be scaled down to 854 per width
5) icons that are in /usr/share/themes/*/meegotouch/icons/ are read only from blanco and base dirs, seems like and not from "current theme" > it would be nice to get "gconf2 value of /meegotouch/theme/name
1. Bug related to QML ListView, have to check it out.
2. Nice
3. It is not set in main.qml, but in settings. Soon, there will be a settings applet.
4. Known bug, corrected in RC1
4. If anybody can explain how Harmattan main screen fetch its icons and translation (for default apps) I will be very happy.
 

The Following 2 Users Say Thank You to Sfiet_Konstantin For This Useful Post:
Posts: 344 | Thanked: 1,345 times | Joined on Aug 2012 @ Paris, FR
#54
Originally Posted by wook_sf View Post
i removed unrestricted system ui and it seems that it works pretty fine now (i had both enabled) and rotation don't mess with this app unless you remove lockscreen from gconf as i did
I'm using unrestricted sysui and it do not conflict at all. Landscape layout is not supported although, since I do not use that (yet).
 
wook_sf's Avatar
Posts: 640 | Thanked: 435 times | Joined on Oct 2011 @ rajvoSa BA
#55
Originally Posted by Sfiet_Konstantin View Post
1. Bug related to QML ListView, have to check it out.
2. Nice
3. It is not set in main.qml, but in settings. Soon, there will be a settings applet.
4. Known bug, corrected in RC1
4. If anybody can explain how Harmattan main screen fetch its icons and translation (for default apps) I will be very happy.
1. good
2. i am using it as feature
3. is in /opt/widgets/lockscreen/qml/main.qml
Code:
    Settings {
        id: widgetsSettings
        defaultSettings: [
            SettingsEntry {
                group: "widgets"
                key: "pageCount"
                value: 4
            },
            SettingsEntry {
                group: "widgets"
                key: "initialPage"
                value: 2
            },
4. rc1?
5. well, i doubt that there's many knowledge but i think that it set's /usr/share/themes/$CurrentTheme/meegotouch/icons/ in environment variable and most probably refreshes paths from time to time.
that would be correct way in my opinion
__________
edit:
it would be very nice to attach speed dial shortcuts to lockscreen and to have shortcut for new message to specific contact.
another nice dock would be similar to one symbian had before belle, it was on bottom, 3 buttons (center was dialer) so we can use this to make [ homescreen | dialer | apps ] buttons on bottom of screen
btw, i think it's more nice when size of shortcuts is 86x86 (5)
__________________
~ # mv /usr/bin/smartsearch /usr/bin/stupidsearch

Last edited by wook_sf; 2012-08-26 at 12:48. Reason: ideas update
 

The Following User Says Thank You to wook_sf For This Useful Post:
Posts: 344 | Thanked: 1,345 times | Joined on Aug 2012 @ Paris, FR
#56
Originally Posted by wook_sf View Post
1. good
2. i am using it as feature
3. is in /opt/widgets/lockscreen/qml/main.qml
Code:
...
4. rc1?
5. well, i doubt that there's many knowledge but i think that it set's /usr/share/themes/$CurrentTheme/meegotouch/icons/ in environment variable and most probably refreshes paths from time to time.
that would be correct way in my opinion
__________
edit:
it would be very nice to attach speed dial shortcuts to lockscreen and to have shortcut for new message to specific contact.
another nice dock would be similar to one symbian had before belle, it was on bottom, 3 buttons (center was dialer) so we can use this to make [ homescreen | dialer | apps ] buttons on bottom of screen
btw, i think it's more nice when size of shortcuts is 86x86 (5)
About settings, it is not stored in QML. The QML code only provides default settings, that might be changed using either an UI, or modifying settings file in ~/.config/.

If you really want to change settings, check ~/.config/SfietKonstantin/Widgets.conf, and mess with the variables You might reboot sysuid to make the changes effective.

RC1 is release candidate 1. I will release it tomorrow and release the 1.0.0 in the 3th of September.

For all features like new docks, please post them on the bug tracker. Thanks.
 

The Following 3 Users Say Thank You to Sfiet_Konstantin For This Useful Post:
wook_sf's Avatar
Posts: 640 | Thanked: 435 times | Joined on Oct 2011 @ rajvoSa BA
#57
Originally Posted by Sfiet_Konstantin View Post
About settings, it is not stored in QML. The QML code only provides default settings, that might be changed using either an UI, or modifying settings file in ~/.config/.

If you really want to change settings, check ~/.config/SfietKonstantin/Widgets.conf, and mess with the variables You might reboot sysuid to make the changes effective.

RC1 is release candidate 1. I will release it tomorrow and release the 1.0.0 in the 3th of September.

For all features like new docks, please post them on the bug tracker. Thanks.
looking forward for more progress and thanks for efforts about this app
__________________
~ # mv /usr/bin/smartsearch /usr/bin/stupidsearch
 
Posts: 323 | Thanked: 209 times | Joined on Oct 2011 @ Tampico, México
#58
Hi, I installed the app, but I think Im doing something wrong. I cant set docks or widgets, I can see a list of shortcuts to add, but when taping on them doesnt do anything..if I try to add docks or widgets it doesnt do anything.

Can someone please set me up? Am I missing something?
 
Posts: 344 | Thanked: 1,345 times | Joined on Aug 2012 @ Paris, FR
#59
Originally Posted by dcastrog View Post
Hi, I installed the app, but I think Im doing something wrong. I cant set docks or widgets, I can see a list of shortcuts to add, but when taping on them doesnt do anything..if I try to add docks or widgets it doesnt do anything.

Can someone please set me up? Am I missing something?
Try running it with the terminal
Code:
/opt/widgets/bin/widgets
and give me the generated output
 
Posts: 344 | Thanked: 1,345 times | Joined on Aug 2012 @ Paris, FR
#60
I'm releasing the RC1 currently. See the blog post on the main page for FAQ and download links.
 

The Following 2 Users Say Thank You to Sfiet_Konstantin For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 17:59.