maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Brainstorm (https://talk.maemo.org/forumdisplay.php?f=47)
-   -   [NEEDED] Appealing ideas for next CSSU (https://talk.maemo.org/showthread.php?t=75970)

marmistrz 2012-07-04 08:52

Re: [NEEDED] Appealing ideas for next CSSU
 
Quote:

Originally Posted by Tofe (Post 1231588)
@seanmcken: please, repeating again and again won't make it happen by magic. Make sentences, and read some documentation about what you are talking about: qt5 is not yet available for N9, and QML is totally possible with Qt 4.7.4.

Or qt quick hotfix.

But newer x11 libs (libx11, libxcb1) would be nice, it'd be the way to get qt5 someday.

seanmcken 2012-07-04 13:10

Re: [NEEDED] Appealing ideas for next CSSU
 
im with marmistrz

seanmcken 2012-07-04 13:12

Re: [NEEDED] Appealing ideas for next CSSU
 
then Tofe brother y cant we have qml like nokia n9 on nokia n900 please tell me. im noob

marmistrz 2012-07-04 13:27

Re: [NEEDED] Appealing ideas for next CSSU
 
Quote:

Originally Posted by seanmcken (Post 1231733)
then Tofe brother y cant we have qml like nokia n9 on nokia n900 please tell me. im noob

we can.
Install for example butaca. It's qml

seanmcken 2012-07-04 13:34

Re: [NEEDED] Appealing ideas for next CSSU
 
marmistrz i dont understand how to tell u im noob im talking about smoothness and fludity like n9 while scroll or rotating its really cool stuff i think u got it now

bozoid 2012-07-04 14:19

Re: [NEEDED] Appealing ideas for next CSSU
 
any chance we might get some features that help let us know what's eating memory in hildon desktop or status bar, etc?
basically, something that helps point to apps that cause the n900 to become sluggish after a few days.
i would prefer not to run kill statements on a whole bunch of processes to undo N900 sluggishness if possible.

kh

seanmcken 2012-07-25 02:29

Re: [NEEDED] Appealing ideas for next CSSU
 
any possibility to have facebook status update in task bar???

sixwheeledbeast 2012-07-25 07:50

Re: [NEEDED] Appealing ideas for next CSSU
 
Quote:

Originally Posted by seanmcken (Post 1242545)
any possibility to have facebook status update in task bar???

Things to be added to CSSU will be mainly key system parts and bugfixes to them, definitely not things that can be provided via separate applications.

Not everybody with CSSU has facebook and will want a status update plugin. Like me.

marmistrz 2012-07-25 11:33

Re: [NEEDED] Appealing ideas for next CSSU
 
Adding modest support for multiple identities would be great. There's a workaround http://talk.maemo.org/showthread.php?t=62838 but it's no perfect

marmistrz 2012-07-25 11:34

Re: [NEEDED] Appealing ideas for next CSSU
 
Quote:

Originally Posted by seanmcken (Post 1242545)
any possibility to have facebook status update in task bar???

Ask the Sociality's or counterpart's developer for doing something like this.

electroaudio 2012-07-25 22:43

Re: [NEEDED] Appealing ideas for next CSSU
 
One thing that annoys me is the desktop/homescreens configbutton, it should be in a menu or something like that, still close when needed, and far away from being accidentaly pressed in the pocket and making a mess on the homescreens. BUT also making room for longpresses to be passed thru and interpreted by the widgets instead.

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

electroaudio 2012-07-26 10:52

Re: [NEEDED] Appealing ideas for next CSSU
 
Quote:

Originally Posted by electroaudio (Post 1242995)
BUT also making room for longpresses to be passed thru and interpreted by the widgets instead.

This would be a huge improvement, making it possible to make widgets much more interactive: longpresses for volume up ,volume down ,search fastforward/fastbackwards and so forth.
These things are not possible today because of that damn configbutton that eats every gesture except fastclicks.

electroaudio 2012-08-15 17:32

Re: [NEEDED] Appealing ideas for next CSSU
 
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

AapoRantalainen 2012-08-15 20:21

Re: [NEEDED] Appealing ideas for next CSSU
 
Quote:

Originally Posted by electroaudio (Post 1252258)
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

I guess it is hildon-home (not hildon-desktop).
[EDIT]
Project name is "fremantle-hildon-desktop". "hildon-desktop" is name of one of repository and name of one package, as well is "hildon-home".
Package "hildon-desktop" contains task switcher (ctrl+backspace) and application menu.
Package "hildon-home" contains widgets.
[/EDIT]

electroaudio 2012-08-15 23:39

Re: [NEEDED] Appealing ideas for next CSSU
 
Quote:

Originally Posted by AapoRantalainen (Post 1252323)
I guess it is hildon-home (not hildon-desktop).

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 ();


seanmcken 2012-08-18 03:52

Re: [NEEDED] Appealing ideas for next CSSU
 
in the next update plz add some ''SMS providers'' in Conversation of n900. badly needed

electroaudio 2012-08-21 09:10

Re: [NEEDED] Appealing ideas for next CSSU
 
Quote:

Originally Posted by electroaudio (Post 1252371)
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 ();


Please! Could anyone continue to search for the gesturesystem in the source?
I have too much work going on right now, so i dont have the time.

rotoflex 2012-09-13 08:50

Re: [NEEDED] Appealing ideas for next CSSU
 
I think that it will be necessary to assume that N900's will lose the function of the slider switch, so a method to activate the lockscreen by some other means needs to be devised.

Also, it would still be nice if X-forwarding could be fixed.

nicolai 2012-09-13 09:09

Re: [NEEDED] Appealing ideas for next CSSU
 
doubleclick powerbutton locks the screen.

ade 2012-09-13 09:20

Re: [NEEDED] Appealing ideas for next CSSU
 
And I added a QBW button on all screens to lock the device...

vi_ 2012-09-13 09:21

Re: [NEEDED] Appealing ideas for next CSSU
 
Make the long press menu appear to the left of the point of contact instead of to the right. Unless you are left handed, this makes the little menu appear under your finger and you have to squint around your fat finger to see the menu. This generally leads to accidentally pressing the wrong thing.

Annoying as hell.


Also double click power button to unlock the n900. Oh wait, tklock and MCE are closed. F'it.

ajack 2012-09-13 09:47

Re: [NEEDED] Appealing ideas for next CSSU
 
A widget that shows a long thumbnail of all nine desktops on it and when you press that section of the thumbnail, it'll switch to the appropriate desktop.

Hope you understand me...

sixwheeledbeast 2012-09-13 10:24

Re: [NEEDED] Appealing ideas for next CSSU
 
Quote:

Originally Posted by rotoflex (Post 1265738)
I think that it will be necessary to assume that N900's will lose the function of the slider switch, so a method to activate the lockscreen by some other means needs to be devised.

My lock slider has been unusable for 8 months or more.
It's completely smooth
Shortcutd with custom string is my method.
Camera focus short press for Lock, long press for skip track.

Power button > lockscreen slide - to unlock

HELLASISGREECE 2012-09-13 10:25

Re: [NEEDED] Appealing ideas for next CSSU
 
Quote:

Originally Posted by nicolai (Post 1265743)
doubleclick powerbutton locks the screen.

That poor little button.
How much more can it stand...

sixwheeledbeast 2012-09-13 10:32

Re: [NEEDED] Appealing ideas for next CSSU
 
Also I made a lockscreen script that can be adapted.
Then make a .desktop file for it. You can use the locked padlock icon in usr/share/icon/hildon

seanmcken 2012-09-13 16:37

Re: [NEEDED] Appealing ideas for next CSSU
 
meego like homescreen would be cool than anything

electroaudio 2012-09-15 13:00

Re: [NEEDED] Appealing ideas for next CSSU
 
Quote:

Originally Posted by ajack (Post 1265751)
A widget that shows a long thumbnail of all nine desktops on it and when you press that section of the thumbnail, it'll switch to the appropriate desktop.

Hope you understand me...

I think so, but this is just a simple (multiinstance) widget and not something that needs to be in the system, and therefore in cssu.

So, bring up the question in applications or development and see if someone wants to make it.

teamer 2012-09-15 13:11

Re: [NEEDED] Appealing ideas for next CSSU
 
portrait mode lock

electroaudio 2012-09-15 13:23

Re: [NEEDED] Appealing ideas for next CSSU
 
1 Attachment(s)
Quote:

Originally Posted by sixwheeledbeast (Post 1265757)
My lock slider has been unusable for 8 months or more.
It's completely smooth

If it is smooth, then do the opposite and use a small knife to cut the edge of the button. after that you will have a groove that works just as good.

sixwheeledbeast 2012-09-15 13:43

Re: [NEEDED] Appealing ideas for next CSSU
 
TBH I could do that (I read that somewhere here in fact) but the issue is my protective case.
You would find it hard to slide even with a slot.
I am happy with the camera key solution ATM.

electroaudio 2012-09-15 13:50

Re: [NEEDED] Appealing ideas for next CSSU
 
Quote:

Originally Posted by sixwheeledbeast (Post 1266872)
TBH I could do that (I read that somewhere here in fact) but the issue is my protective case.
You would find it hard to slide even with a slot.
I am happy with the camera key solution ATM.

I think i mentioned it before, half a year ago or something like that.
-But if you feel bored someday: then you could glue a small piece of plastic onto the button instead ;)

mauron85 2012-09-17 22:19

Re: [NEEDED] Appealing ideas for next CSSU
 
I'm dreaming about fixing Modest:

1. currently when bunch of emails arrive, notify sound will pop up for every single mail. I suggest one sound notification is enough for a batch.

2. modest should not notify about already read emails

visN900 2012-09-27 09:37

Re: [NEEDED] Appealing ideas for next CSSU
 
i have two suggestions..

1. can u guys add this in the next cssu update.. its the default theme with portrait mode..

http://talk.maemo.org/showpost.php?p=995119

and is it possible to adjust this to proper mode???

https://lh5.googleusercontent.com/-G...927-144652.png

sixwheeledbeast 2012-09-27 17:00

Re: [NEEDED] Appealing ideas for next CSSU
 
Quote:

Originally Posted by visN900 (Post 1272860)
and is it possible to adjust this to proper mode???

IIRC the lock-UI is a closed package.

Wikiwide 2012-09-28 00:55

Re: [NEEDED] Appealing ideas for next CSSU
 
Quick reply...
How many people know that hildon-banner is capable of displaying not merely plain text, but text with Pango markup?
The proposed feature is to enable espeak announcement (espeak saying aloud the text at the same time it is displayed) within hildon-banner. It should be turned off by default, and the turn-on switch should be a key within gconf. Then, the graphical user interface for espeak hildon-banner announcements could be part of profile (General, Silent) settings (along with system sounds, email, SMS, vibration, and so on).
Just a thought. Since hildon banner is not a standalone application or library, but part of hildon, it would be nearly impossible for me to compile, install and test a modified version of hildon. I am not nearly enought acquainted with git and makefiles for this. And hildon is too important part of operating system to tweak it without any prior experience.

xvan 2012-12-16 17:33

Re: [NEEDED] Appealing ideas for next CSSU
 
+1 to make availability proxy aware.

rpjitendra 2012-12-16 18:12

Re: [NEEDED] Appealing ideas for next CSSU
 
1.home screen wallpaper rotation.
2.resize status menu icon to lower size.
3.more editing option with profile like auto answer fmtx enable disable.
4.a single swipe to activate on screen keyboard anywhere (like open media player)
5.release a .bin (file for flashing) with cssu integrated.(don't know is it possible or legal)

Tiran 2012-12-16 18:30

Re: [NEEDED] Appealing ideas for next CSSU
 
Revolutionary break it to make virtual keyboard that in a portrait mode lateral keys did not disappear!!!
Approximately as on Harmattan.

don_falcone 2012-12-16 19:09

Re: [NEEDED] Appealing ideas for next CSSU
 
Voice dial with car kit ;)

mosiomm 2012-12-16 20:06

Re: [NEEDED] Appealing ideas for next CSSU
 
1.wall changer
2.facelock
3.support gif images


All times are GMT. The time now is 09:06.

vBulletin® Version 3.8.8