libera/#maemo-leste/ Thursday, 2023-10-26

dsc_good day18:24
dsc_is it possible to force a window to the front with Hildon18:24
dsc_Qt has:18:24
dsc_    show(); //bring window to top on OSX18:24
dsc_    raise(); //bring window from minimized state on OSX18:24
dsc_    activateWindow(); //bring window to front/unminimize on windows18:24
dsc_none of them work18:24
freemangordonyou'd better not do that18:25
dsc_or otherwise somehow let Hildon know *not* to show the window overview after closing a window18:26
freemangordonwhat is "window overview"?18:26
dsc_https://i.imgur.com/4ygmYKc.png18:26
dsc_this screen18:26
freemangordonjust close it18:26
freemangordonhide()18:26
dsc_well18:27
dsc_this is not about notifications btw18:27
dsc_conversations has a chat overview window, press a chat window, it spawns a new window18:27
dsc_sorry that was not clear18:27
dsc_when pressing on a chat in conversations, it spawns a chat window18:28
dsc_when closing that chat window, you are taken to ths 'Hildon overview'18:28
dsc_but I would like to directly go to my application instead18:28
dsc_previously I had `setProperty("X-Maemo-StackedWindow", 1);` set on the chat window18:29
dsc_but Wizzup prefers to have individual chat windows18:29
freemangordondon;t do that, it will break the UX18:30
dsc_dont do what?18:30
freemangordonon fremantle it behaves exactly the same way18:30
freemangordondon't rase you main window automatically18:31
freemangordon*raise18:31
dsc_i see18:31
dsc_its an extra click for the user, I do not like it, but alas ;)18:31
freemangordonhow do you know what user wants?18:32
dsc_i make graphical user interfaces18:32
freemangordonmaybe she is done with chatting and wants to do something else18:32
freemangordondsc_: BTW18:33
freemangordonI am trying to fix OMP video window18:33
freemangordonand it is almost done18:33
dsc_what is wrong?18:33
freemangordonbesides, there is annoying offset of about 10 pixels on top18:33
freemangordonall layouts etc are with 0 padding18:33
freemangordonany idea18:34
freemangordon?18:34
freemangordonI know I am not providing much info... :)18:34
freemangordonI am correctly setting the position to (0,0)18:36
freemangordonbut still the widget is painted with vertical offset18:36
freemangordonthe wiget itself is not a part of any layout18:36
dsc_uhm18:38
dsc_let me check18:39
freemangordonwill make screenshot in a second18:39
freemangordondsc_: https://imgur.com/a/3NuipKL18:40
freemangordonsee the black stripe on top18:40
freemangordonwidget is with position (0,0), for sure18:41
dsc_https://github.com/maemo-leste-extras/openmediaplayer/blob/master/player/mainwindow.cpp#L9218:41
dsc_15 pixels perhaps? :P18:41
freemangordonand is a child of centralWidget18:41
freemangordonyeah, maybe18:41
freemangordonor maybe more18:41
dsc_i randomly linked that, I do not know if this is the main layout18:41
dsc_but I can look into it18:41
freemangordon20 pixels18:42
freemangordonhmm18:42
freemangordondsc_: scratch that, a widget is painting over it19:15
dsc_alright19:21
dsc_conversations now has individual chat windows and also supports notifications21:35
freemangordonnice :)21:37
freemangordondo you need help integrating with abook?21:37
dsc_yes please :)21:38
freemangordonok, will do, just lemme finish with OMP first21:38
arno11dsc_: (on n900) wOOt removed, notifications work, individual chat windows work and black overview bug removed :) many thanks22:39
dsc_arno11: great, thanks for testing22:48
dsc_how is the performance on n900?22:48
arno11conversation is a bit slow to start (like every qt5 stuff) but works fine. Scrolling is a bit slow but smooth when disabling compo22:53
dsc_alright22:54
dsc_i'm looking into groupchats next22:55
arno11ok cool22:55
arno11sending sms seems broken on my device using conversation22:57
arno11it works only with sphone22:57
dsc_Wizzup: ^22:57
arno11*i mean sending from an existing chat22:58

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!