The Following 4 Users Say Thank You to electroaudio For This Useful Post: | ||
|
2012-07-26
, 10:52
|
|
Posts: 381 |
Thanked: 336 times |
Joined on Jan 2011
@ Stockholm, Sweden
|
#212
|
BUT also making room for longpresses to be passed thru and interpreted by the widgets instead.
|
2012-08-15
, 17:32
|
|
Posts: 381 |
Thanked: 336 times |
Joined on Jan 2011
@ Stockholm, Sweden
|
#213
|
The Following 4 Users Say Thank You to electroaudio For This Useful Post: | ||
|
2012-08-15
, 20:21
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#214
|
Here is the sourcecode for Hildon, unfourtunately i cant find where in in the source, all these useful gestures get interpreted as hildon-configuration are hiding.
Anyone?
https://maemo.gitorious.org/fremantle-hildon-desktop
The Following 3 Users Say Thank You to AapoRantalainen For This Useful Post: | ||
|
2012-08-15
, 23:39
|
|
Posts: 381 |
Thanked: 336 times |
Joined on Jan 2011
@ Stockholm, Sweden
|
#215
|
clutter_x11_add_filter (clutter_x11_event_filter, wm); app_mgr = hd_app_mgr_get (); hd_volume_profile_init (); /* Move to landscape for safety. */ if (hd_util_change_screen_orientation (wm, FALSE)); hd_util_root_window_configured (wm); /* NB: we call gtk_main as opposed to clutter_main or mb_wm_main_loop * because it does the most extra magic, such as supporting quit functions * that the others don't. Except for adding the clutter_x11_add_filter * (manually done above) it appears be a super set of the other two * so everything *should* be covered this way. */ gtk_main ();
The Following 3 Users Say Thank You to electroaudio For This Useful Post: | ||
|
2012-08-21
, 09:10
|
|
Posts: 381 |
Thanked: 336 times |
Joined on Jan 2011
@ Stockholm, Sweden
|
#217
|
The home is a subcategory of the desktop, which is quite obvious if you follow the link..
However, i found this, it is atleast a small step to know where the web begins.
https://maemo.gitorious.org/fremantl...ter/src/main.c
Code:clutter_x11_add_filter (clutter_x11_event_filter, wm); app_mgr = hd_app_mgr_get (); hd_volume_profile_init (); /* Move to landscape for safety. */ if (hd_util_change_screen_orientation (wm, FALSE)); hd_util_root_window_configured (wm); /* NB: we call gtk_main as opposed to clutter_main or mb_wm_main_loop * because it does the most extra magic, such as supporting quit functions * that the others don't. Except for adding the clutter_x11_add_filter * (manually done above) it appears be a super set of the other two * so everything *should* be covered this way. */ gtk_main ();
The Following User Says Thank You to electroaudio For This Useful Post: | ||
|
2012-09-13
, 08:50
|
Posts: 569 |
Thanked: 462 times |
Joined on Jul 2010
@ USA
|
#218
|
The Following User Says Thank You to rotoflex For This Useful Post: | ||
|
2012-09-13
, 09:09
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#219
|
The Following User Says Thank You to nicolai For This Useful Post: | ||
|
2012-09-13
, 09:20
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#220
|
Tags |
cssu stable, nokia n900 |
|
Also, it would be very good if the app-button in the upper left corner could be userdefined.
http://talk.maemo.org/showpost.php?p...0&postcount=30
Deskypplet , a desktop for N900 *RIP*
Last edited by electroaudio; 2012-07-26 at 13:18.