Notices


Reply
Thread Tools
Posts: 2,829 | Thanked: 1,459 times | Joined on Dec 2009 @ Finland
#561
@MohammadAG
Hmmm. Nice little tweaks to UI to make list more readable but as pixel effency freak I do not like so much on extra padding on bottom and top of list items
__________________
TMO links: [iSpy] - [Power search] - [Most thanked] - [Cordia - Maemo5 UI on top MeeGo Core] - [CommunitySSU]
 
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#562
Actually, I just made it similar to Hildon's lists, you can always change this line in the patch and make the size what you want

return QSize(400, 70);
 

The Following User Says Thank You to MohammadAG For This Useful Post:
Posts: 2,829 | Thanked: 1,459 times | Joined on Dec 2009 @ Finland
#563
@MohammadAG,
Nice! One reason why I hate file-select in landscape sooooooo much 2-3 list items and huge amount of wasted pixels, poor user swiping his/hers finger until it hurts. But thatīs another story. thanks! IMO default maemo UI is designed in some aspects for "old people"
__________________
TMO links: [iSpy] - [Power search] - [Most thanked] - [Cordia - Maemo5 UI on top MeeGo Core] - [CommunitySSU]
 
Posts: 37 | Thanked: 3 times | Joined on Apr 2010
#564
@MohammadAG, thank you for the enhancement,
How to apply this patch?
 
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#565
It's for hqh to apply (if he wants to that is ), you can just replace the binary with the one above (it's in /usr/bin/fapman)
 

The Following User Says Thank You to MohammadAG For This Useful Post:
Posts: 671 | Thanked: 1,630 times | Joined on Aug 2010
#566
Is there anyone here has considered this problem and how we
could possibly add-on to FAPman a way to do the voting
or at least make some way of showing us the apps we
have or have not voted on from extras-dev ?

from Repostories are full of garbage
Originally Posted by fms View Post
May I humbly guess that, while K1ll3rm4n has extras-testing and extras-devel enabled on his N900, he has never bothered rating any of the apps he installs from these repositories? Given the dismal overall quality of the apps in these repos (or "garbage", as K1ll3rm4n eloquently called them), it is no wonder that he is not voting for them, don't you think?

Also, it is quite possible that the community has not made the sufficient effort to inform K1ll3rm4n of the voting mechanism that governs the app promotion from extras-testing to extras. I am sure we should all be ashamed of ourselves for not doing enough to keep K1ll3rm4n informed of the opportunities available to him at maemo.org. Right? RIGHT? RRRIGHT?
Reposted for emphasis - yes absolutely correct
I forget all the time to vote and when i remember
need to do all the same searching and digging to get back to the
proper place to actually do so.
It is not as if there is a notice floating around in my browser
or the n900 itself to remind us 'did you vote on this app you just installed?'
I imagine there are others who spend hours or days looking into
various works
before committing to vote, and by then have forgotten all about it.
And I would bet there are a majority of people here who have never
even heard about how important the voting is...

The system is not broken but it sure needs some improvements.

We need some kind of voting system in place that
is accessible
in an application manager perhaps?
This would help keep votes relevant to what we actually use maybe.[/QUOTE]
__________________
Three n900s: One for stable working platform,
One for development testing Chopping Onions
One for saltwater immersion power testing resurrected ! parts scavenging

My Mods for Wonko's Advanced Clock Plugin:
ISO8601 clock mod and Momental_IST clock mod

Printing your Email with the N900
 

The Following 2 Users Say Thank You to theonelaw For This Useful Post:
joppu's Avatar
Posts: 780 | Thanked: 855 times | Joined on Sep 2009 @ Helsinki, Finland
#567
Some new icons to implement (along with the list hildonization of the list) for the next version if you please

http://joppu.22.fi/icons.zip
 

The Following 3 Users Say Thank You to joppu For This Useful Post:
Posts: 388 | Thanked: 842 times | Joined on Sep 2009 @ Finland
#568
Originally Posted by MohammadAG View Post
It's for hqh to apply (if he wants to that is )
Will apply. BTW, have you (or anyone) tried how it looks like with different themes?

Originally Posted by joppu View Post
Some new icons to implement (along with the list hildonization of the list) for the next version if you please
Thanks. Could you also make a replacement for the two icons which are shown when searching (and maybe the blacklist icon if you feel like it)?

Last edited by hqh; 2011-01-03 at 16:58.
 

The Following 3 Users Say Thank You to hqh For This Useful Post:
joppu's Avatar
Posts: 780 | Thanked: 855 times | Joined on Sep 2009 @ Helsinki, Finland
#569
 

The Following User Says Thank You to joppu For This Useful Post:
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#570
Originally Posted by hqh View Post
Will apply. BTW, have you (or anyone) tried how it looks like with different themes?
It should look the same as any hildon list

BTW, you might want to consider adding this to the top of the delegate's paint() function, I needed it in the mediaplayer to show which item is selected and it uses the current theme image (/etc/hildon/theme is a symlink to /usr/share/themes/$themeapplied, not sure what creates it, probably personalization_app).

Code:
        if(option.state & QStyle::State_Selected)
        {
            r = option.rect;
#ifdef Q_WS_MAEMO_5
            painter->drawImage(r, QImage("/etc/hildon/theme/images/TouchListBackgroundPressed.png"));
#else
            painter->fillRect(r, option.palette.highlight().color());
#endif
        }
 

The Following 3 Users Say Thank You to MohammadAG For This Useful Post:
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 12:58.