xmn has quit [Quit: ZZZzzz…]
vadparaszt has quit [Ping timeout: 272 seconds]
nmdv has quit [Remote host closed the connection]
nmdv has joined #maemo-leste
System_Error has quit [Remote host closed the connection]
System_Error has joined #maemo-leste
vadparaszt has joined #maemo-leste
<Wizzup> freemangordon: we would add QScroller's pretty easily I think
<Wizzup> freemangordon: hrm @ icons
xmn has joined #maemo-leste
vadparaszt has quit [Ping timeout: 264 seconds]
System_Error has quit [Remote host closed the connection]
System_Error has joined #maemo-leste
nmdv has quit [Ping timeout: 256 seconds]
nmdv has joined #maemo-leste
_nmdv has joined #maemo-leste
nmdv has quit [Ping timeout: 268 seconds]
_nmdv has quit [Ping timeout: 264 seconds]
_nmdv has joined #maemo-leste
_nmdv has quit [Ping timeout: 268 seconds]
joerg has quit [Killed (iridium.libera.chat (Nickname regained by services))]
joerg has joined #maemo-leste
System_Error has quit [Remote host closed the connection]
System_Error has joined #maemo-leste
fab_ has joined #maemo-leste
plazmonii has joined #maemo-leste
ceene has joined #maemo-leste
Rodney_ has joined #maemo-leste
Rodney_ has quit [Client Quit]
<freemangordon> Wizzup: what about removing icons, it seems hildon does not support icons in the menu anyways
Rodney_ has joined #maemo-leste
Rodney_ has quit [Excess Flood]
vadparaszt has joined #maemo-leste
<freemangordon> Wizzup: so, we can underline the font of menus with submenus and use clicking outside to go back, saving one button
Rodney_ has joined #maemo-leste
vadparaszt has quit [Ping timeout: 272 seconds]
<freemangordon> ok, using underline instead of icon makes it not crash
<freemangordon> still, 'back' icon crashes it
plazmonii has quit [Quit: Client closed]
System_Error has quit [Remote host closed the connection]
fab_ has quit [Quit: fab_]
System_Error has joined #maemo-leste
amunizp has joined #maemo-leste
<freemangordon> Wizzup: ok, adjustSize() results in full menu window redraw in some cases, including blur effect etc.
<freemangordon> that's basically the animation I wanted. I don;t wan't it anymore :D
<freemangordon> will see if I will be able to calculate the geometry without calling adjustSize()
amunizp has quit [Ping timeout: 256 seconds]
<freemangordon> yeah, if I remove adjustSize() it no longer crashes PVR on d4
xmn has quit [Ping timeout: 246 seconds]
System_Error has quit [Remote host closed the connection]
pere has quit [Ping timeout: 264 seconds]
System_Error has joined #maemo-leste
plazmonii has joined #maemo-leste
pere has joined #maemo-leste
System_Error has quit [Remote host closed the connection]
System_Error has joined #maemo-leste
akossh has joined #maemo-leste
Wikiwide has joined #maemo-leste
pere has quit [Ping timeout: 246 seconds]
mdz has joined #maemo-leste
narodnik has quit [Quit: WeeChat 4.3.1]
<Wizzup> freemangordon: ah so it was the animation, I see
<Wizzup> yeah I'm not suprised
<Wizzup> btw I do agree we don't need the icons given how large our text and buttons are
<freemangordon> Wizzup: please upgrade and share your impression
<freemangordon> I think I got it right, but want confirmation
<freemangordon> there are 2 things remaining IMO: scrollbar and avoiding extra redraws that happen right now
<freemangordon> the latter comes from style plugin UUIC
<freemangordon> that sets dialog buttons width to 180 px
<freemangordon> I think that shall be scaled with device hres
<freemangordon> as anyways it gets scaled, but after initial render with smaller size
<freemangordon> re icons - I kept icons support
<freemangordon> just removed 'our' icons
<freemangordon> if SW wants to set icons, so be it
<Wizzup> I suggest we rely on qt to know the size based on the dpi if possible
<Wizzup> but yeah
<Wizzup> ok will upgrade
<freemangordon> no, that's style thing, not dpi
<freemangordon> or at least - not dpi only
<Wizzup> sure, but it should be grounded in dpi or scaling params
<Wizzup> and we have this problem everywhere in hildon so I'd suggest not to tackle it now
<freemangordon> right
<Wizzup> as for scrolling, I think you can just register a QScroller() on the menu widget
<freemangordon> but gtk manages to at least not misrender
<freemangordon> I couldn't make qt to not render wrong sizes
<Wizzup> this is in vm I guess?
<freemangordon> in VM it is not visible
<freemangordon> because of the HW performance
<freemangordon> on d4 it is
<Wizzup> oh, wrong size initially
<freemangordon> mhm
<Wizzup> why does it rerender before, is it because of my commit o adjst the window size?
<Wizzup> before it's ready*
<freemangordon> I think we just didn't saw it earlier and it was there all the time
<Wizzup> ok
<freemangordon> I now removed adjustSize() from the constructor
<freemangordon> made no difference
<freemangordon> also removed it from everywhere, just to test
<Wizzup> ok
<freemangordon> still it gets misrendered
<Wizzup> it is needed to make window smaller yeah
<Wizzup> I mean this looks ok now
<freemangordon> mhm
<Wizzup> but the Skype button is really big
<Wizzup> :D
<Wizzup> (old db)
<freemangordon> what button is that?
<freemangordon> ah
<Wizzup> it's the only button on the second row
<Wizzup> I think it's fine
<freemangordon> well, if I don;t extend it, it will be uglier :)
<freemangordon> I will try to fix that misrender, at least partially later on
<freemangordon> please, if you know how to properly add scroll, do it
<Wizzup> do you have a good test case or should I make one
<freemangordon> I don;t, perhaps uvos has some application around, as I think he has an usecase
<Wizzup> so IIRC all we would need is something like QScroller::grabGexture(this, QScroller::LeftMouseButtonGesture)
<Wizzup> grabGesture*
pere has joined #maemo-leste
<dsc_> wrap it all in a qscrollarea
<dsc_> should do it all automatically that way
<Wizzup> I am not sure if it does, but it is worth checking
Livio has joined #maemo-leste
<dsc_> conversation's settings screen is wrapped in QScrollArea
<Wizzup> yes, I know
<Wizzup> what I mean is that I've added QScroller's a bunch too and it worked quite easy
<Wizzup> I don't know if it will work, I didn't test it
<Wizzup> but most things I've ported, I've added QScroller's too
<Wizzup> s/too/to/
<Wizzup> since I don't need to touch the widgets at all then mostly
<Wizzup> brb
<dsc_> I think a QScroller implies the presence of a QScrollArea
<Wizzup> no
<Wizzup> I am pretty sure it doesn't
<Wizzup> QScroller Class
<Wizzup> The QScroller class enables kinetic scrolling for any scrolling widget or graphics item.
<dsc_> > for any scrolling widget
<dsc_> thats what I meant
<dsc_> so if you dont have a scrolling widget, you'll need qscrollarea
<Wizzup> I will test it without and see
uvos has joined #maemo-leste
leste has joined #maemo-leste
Livio has quit [Ping timeout: 246 seconds]
Wikiwide has quit [Remote host closed the connection]
Wikiwide has joined #maemo-leste
Livio has joined #maemo-leste
arno11 has joined #maemo-leste
<arno11> pin query freezes my device on boot 50% of time now
<arno11> here are the current errors from syslog
<arno11> it shows leste-config-n900 error as well but it works
<Wizzup> we didnt change anything in it though
<Wizzup> hm
<arno11> it is the nr request stuff in fact
<arno11> but i doublechecked and it works so i don't know why it shows an error
<arno11> for the pin query maybe my sim card is the problem btw
<arno11> and when it works, the device rocks :)
<sicelo> mmm, startup-pin-query[3510]: connui_cell_emergency_get_numbers(): Error with DBUS: The name com.nokia.csd.Call was not provided by any .service files
<sicelo> that emergency info is available in ofono...
<arno11> ah
<sicelo> of course probably not hooked up in Leste
<arno11> ah and when pin query works i have to stop/start ofono to get the network (let's say 30% of time)
<arno11> iirc there is no troubles with stable fresh install, only devel
<arno11> as fmg said, a plugin probably crashes h-s-m on boot
<arno11> and then freezes pin query
<arno11> and makes troubles with ofono
<arno11> (just an idea)
<arno11> anyway probably not a major issue. i'll try to reproduce that stuff with another sd with/without devel and plugins
<freemangordon> Wizzup: IIRC we made some hack in either qpa or style plugin
<freemangordon> to enable kinetic scrolling when we have either scroll area or scroller, lemme check
<freemangordon> Wizzup: so, if there is scroll area, you should do nothing application-wise
<freemangordon> before the change ^^^ you had to
<freemangordon> so I think dsc_ is right and you should add scroll area to QDialog
<freemangordon> arno11: /etc/init.d/leste-config-n900[3249]: ERROR: leste-config-n900 failed to start
Livio has quit [Ping timeout: 252 seconds]
<freemangordon> what is that supposed to mean?
<uvos> huh leste config dosent have a init script
<arno11> that's the script which is modifying nr request stuff
<arno11> not leste-config-n900 itself
<arno11> but the script works...
<uvos> the error just means something returned >0
<freemangordon> mhm
<uvos> this dosent mean it dident achive its goal
<arno11> ok
<uvos> but its a bug still
<arno11> ok
<freemangordon> uvos: I hope you like the latest menu
<uvos> have not had the chance to try
<uvos> but will soon
<freemangordon> ok
<uvos> is it in the repo yet?
<freemangordon> yes
<freemangordon> just upgrade
<arno11> freemangordon: it rocks, just missing a qt5 booster now :P
<arno11> i mean qt5 launching is the last really slow stuff (-devel @600MHz no blur)
<uvos> freemangordon: looks good
<uvos> im not sure i like the underline for folder, i think i prefer the previous method
<uvos> also something is wrong with the theme of the action groups
<freemangordon> yes, it is
<uvos> ok
<freemangordon> I already fixed alpha
<freemangordon> QTM fixing beta
<freemangordon> *ATM
<uvos> in pcmanfm-qt view->sorting it can be seen
<freemangordon> single buttons suffer
<freemangordon> right?
<uvos> also in pcmanfm-qt view->view exposes that the action group warping dose not take into account that the action may also have an icon makeing it wider
<uvos> but this is really nitpicking now
<uvos> freemangordon: no multiples too
<freemangordon> hmm, screenshot?
<freemangordon> it works already ;)
<freemangordon> ctrl->shift->p
<freemangordon> about icon action - yeah, it is not accounted for
<freemangordon> which theme is that?
<freemangordon> yeah, about icons I know
<freemangordon> try alpha, please
<uvos> marina
<freemangordon> yeah, I am using it too :)
<freemangordon> and it is broken on multiple places :)
<freemangordon> time now to fix it
<uvos> same problem with alpha
<freemangordon> did you upgrade?
<uvos> yes
<freemangordon> ok, lemme check
<uvos> 9.6+m7.1
<uvos> hildon-theme-alpha
<freemangordon> ok, checking
<freemangordon> hmm wait
<freemangordon> seems it does its own theming
<freemangordon> smplayer does too
<uvos> i see
<freemangordon> can't be fixe
<freemangordon> d
<uvos> ok then
<uvos> not a big deal, its a tiny visual glitch
<freemangordon> check with featherpad
<uvos> featherpad looks ok yeah
<freemangordon> because uses system theme
<freemangordon> maemo5
<freemangordon> smplayer for example does something and breacs it too
<freemangordon> *breaks
<freemangordon> ok, going to fix marina
arno11 has left #maemo-leste [#maemo-leste]
Wikiwide has quit [Remote host closed the connection]
Wikiwide has joined #maemo-leste
<Wizzup> freemangordon: I forgot about that scoll commit, ty for reminding
<freemangordon> Wizzup: any clue where did we get hildon-theme-marina from?
<freemangordon> I cannot find version 301 source
Wikiwide has quit [Remote host closed the connection]
<freemangordon> we have 206
Wikiwide has joined #maemo-leste
<freemangordon> oh, sorry, found it
amunizp has joined #maemo-leste
_nmdv has joined #maemo-leste
xmn has joined #maemo-leste
ceene has quit [Remote host closed the connection]
amunizp has quit [Remote host closed the connection]
<Wizzup> freemangordon: do you need me to pkg beta and devel?
arno11 has joined #maemo-leste
<arno11> freemangordon: i noticed few bugs on last conversations update: if the UI is already shown and if you clic on the conversations icon it tries to start conversations UI again instead of showing the already opened one
<arno11> btw kinetic scrolling is now slower (on n900)
<arno11> it seems to just affect conversations, not other qt5 apps
<arno11> menu is fast
<arno11> ah and when i receive a sms, it works fine but it shows another conversation with a white mail icon with no msg inside
<arno11> an option to clear/delete a conv/chat could be nice
<arno11> no double sms or other weird troubles btw
<arno11> fb plugin works fine, if i receive a msg when i'm offline, i receive it immediately when i go online
<arno11> scrollback seems to work fine now
<freemangordon> Wizzup: I packaged beta
<freemangordon> for devel and others, I'll have to fix hildon-theme-layout and/or hildon-theme-tools
<arno11> other bug: when a chat window is already opened and if you clic on the chat from the main window to show it, it doesn't work (not sure it worked before btw)
<freemangordon> arno11: perhaps open issues on github
<arno11> ok
arno11 has quit [Quit: leaving]
Livio has joined #maemo-leste
narodnik has joined #maemo-leste
System_Error has quit [Remote host closed the connection]
System_Error has joined #maemo-leste
<Wizzup> 16:19 < arno11> ah and when i receive a sms, it works fine but it shows another conversation with a white mail icon with no msg inside
<Wizzup> yeah I reported this too the other day
<Wizzup> freemangordon: ok @ beta
Livio has quit [Read error: Connection reset by peer]
Livio has joined #maemo-leste
arno11 has joined #maemo-leste
<arno11> Wizzup: ah yes ok
<arno11> btw the other bugs i mentioned are totaly random
<arno11> is someone tried picodrive from repo on D4 ?
<arno11> i have no device and i'm not sure if scancodes are similar to N900 or not
<arno11> probably not
<arno11> so not sure the UI is usable but games should work from command line
<Wizzup> arno11: you could make a wiki page for it
<Wizzup> iirc we have some examples of wiki pages for sw in extras
<arno11> ah yes good idea
<arno11> i'll have a look
arno11 has left #maemo-leste [#maemo-leste]
arno11 has joined #maemo-leste
akossh has quit [Ping timeout: 272 seconds]
akossh has joined #maemo-leste
<arno11> Wizzup: yeah there are examples of wiki page for sw, ty.
_nmdv has quit [Ping timeout: 272 seconds]
<arno11> i'll do one for pico and one for pcsx (settings/parameters are so tricky in pcsx...)
System_Error has quit [Remote host closed the connection]
<arno11> wiki's should be really useful
<arno11> i forgot drnoksnes btw
System_Error has joined #maemo-leste
akossh has quit [Ping timeout: 256 seconds]
nela has quit [Ping timeout: 268 seconds]
<Wizzup> :) sorry, really busy past few days again, I will help with packaging as soon as I'm not flooded with work :)
<Wizzup> great @ wiki pages
akossh has joined #maemo-leste
nela has joined #maemo-leste
<arno11> Wizzup: (for packaging) no probs :)
akossh has quit [Ping timeout: 255 seconds]
akossh has joined #maemo-leste
<arno11> picodrive wiki is online
<arno11> i should probably add few screenshot btw
<arno11> *screenshots
cockroach has joined #maemo-leste
mdz has quit [Ping timeout: 255 seconds]
_nmdv has joined #maemo-leste
Livio has quit [Ping timeout: 268 seconds]
System_Error has quit [Remote host closed the connection]
arno11 has left #maemo-leste [#maemo-leste]
_nmdv has quit [Quit: Leaving]
nmdv has joined #maemo-leste
System_Error has joined #maemo-leste
xmn has quit [Ping timeout: 256 seconds]
<inky> thank you, arno11, i managed to build oricutron, and i run it on my device, but didn't package yet. you reminded me to package it, i want to do it asap now.
peetah has quit [Quit: -]
peetah has joined #maemo-leste
akossh has quit [Ping timeout: 264 seconds]
xmn has joined #maemo-leste
uvos has quit [Ping timeout: 264 seconds]
nmdv has quit [Ping timeout: 268 seconds]