| The Following 4 Users Say Thank You to electroaudio For This Useful Post: | ||
|
|
07-26-2012
, 06:52 AM
|
|
|
Posts: 331 |
Thanked: 259 times |
Joined on Jan 2011
@ Stockholm, Sweden
|
#212
|
BUT also making room for longpresses to be passed thru and interpreted by the widgets instead.
|
|
08-15-2012
, 01:32 PM
|
|
|
Posts: 331 |
Thanked: 259 times |
Joined on Jan 2011
@ Stockholm, Sweden
|
#213
|
| The Following 4 Users Say Thank You to electroaudio For This Useful Post: | ||
|
|
08-15-2012
, 04:21 PM
|
|
Posts: 621 |
Thanked: 2,133 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: | ||
|
|
08-15-2012
, 07:39 PM
|
|
|
Posts: 331 |
Thanked: 259 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: | ||
|
|
08-21-2012
, 05:10 AM
|
|
|
Posts: 331 |
Thanked: 259 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: | ||
|
|
09-13-2012
, 04:50 AM
|
|
Posts: 437 |
Thanked: 305 times |
Joined on Jul 2010
@ USA
|
#218
|
| The Following User Says Thank You to rotoflex For This Useful Post: | ||
|
|
09-13-2012
, 05:09 AM
|
|
|
Posts: 1,621 |
Thanked: 4,296 times |
Joined on Apr 2009
@ Germany
|
#219
|
| The Following User Says Thank You to nicolai For This Useful Post: | ||
|
|
09-13-2012
, 05:20 AM
|
|
Posts: 865 |
Thanked: 1,811 times |
Joined on Apr 2011
@ Netherlands
|
#220
|
![]() |
| Thread Tools | Search this Thread |
|
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; 07-26-2012 at 09:18 AM.