*** rncbc has joined #lv2 | 00:19 | |
*** rncbc has quit IRC | 01:18 | |
*** tytel has quit IRC | 01:25 | |
*** ssj71 has quit IRC | 01:37 | |
*** tytel has joined #lv2 | 02:21 | |
*** tytel has quit IRC | 03:06 | |
*** tytel has joined #lv2 | 03:29 | |
*** edogawa has joined #lv2 | 08:32 | |
*** tytel has quit IRC | 08:40 | |
*** tytel has joined #lv2 | 08:45 | |
*** tytel has quit IRC | 08:57 | |
*** rncbc has joined #lv2 | 10:17 | |
*** ricardocrudo has joined #lv2 | 10:30 | |
*** curlymorphic has joined #lv2 | 10:44 | |
*** sigma6 has joined #lv2 | 11:06 | |
edogawa | drobilla: hm, i had to do this to make current jalv.qt5 compile (openSUSE) http://paste.opensuse.org/78526198 | 12:08 |
---|---|---|
edogawa | bloody distros, each does that differently | 12:09 |
rgareus | edogawa: debian also uses moc-qt5 but you can define a default which then symlinks moc -> moc-qt5 | 12:56 |
rgareus | edogawa: I don't know if checking preferring moc-qt5 work in this case if the rest of the system uses a QT4 default | 12:56 |
rgareus | since both may exist | 12:57 |
edogawa | rgareus: thanks, but aren't i'm better off leaving this like it is as long as i'm on KDE4? | 12:57 |
edogawa | hmm, i don't really know about this stuff, anyway that is how i got it to work | 12:58 |
rgareus | edogawa: i'm suggesting to swap the test around. check for moc first, if that fails check for moc-qt5. | 12:59 |
edogawa | ah makes sense | 12:59 |
edogawa | i leave that up to you guys ;) | 12:59 |
* edogawa packages infamous plugins, love the tape stop | 13:00 | |
rgareus | edogawa: yeah, someone who has both installed should test that | 13:00 |
*** NickSB2 has quit IRC | 13:42 | |
rncbc | edogawa: exactly what i proposed yore cf. http://dev.drobilla.net/ticket/1086 | 14:29 |
rncbc | rgareus, drobilla: the new suil patch makes jalv.qt5 behave better on gtk2_in_qt5 wrapped guis. | 14:36 |
rncbc | rgareus, drobilla: the jalv patch is to fix a jalv.qt5 FTBFS on opensuse, fedora, redhat, etc. | 14:37 |
edogawa | rncbc: ah :) i didn't bother to read trac, sorry | 14:39 |
edogawa | package infamous plugins for opensuse and fedora is done, btw (OBS hasn't propagated downloadables though, dunno why, it should have when it says "succeeded") | 14:42 |
*** tytel has joined #lv2 | 14:51 | |
drobilla | rgareus: In what package? I don't have a moc-qt5. The selector thing just made 'moc' the qt5 one | 15:04 |
rgareus | drobilla: update-alternatives takes care of this here | 15:07 |
rgareus | drobilla: do you have both qt5-dev and qt4-dev installed? | 15:07 |
*** Galik has quit IRC | 15:15 | |
*** tytel has quit IRC | 15:17 | |
*** Galik has joined #lv2 | 15:22 | |
*** falktx has joined #lv2 | 15:39 | |
*** rncbc has quit IRC | 15:39 | |
*** deva has joined #lv2 | 15:43 | |
edogawa | i see, i made a mistake re. package name vs. tarball name, fixed now http://software.opensuse.org/download.html?project=home%3Aedogawa&package=lv2-infamousPlugins | 15:52 |
*** tytel has joined #lv2 | 16:22 | |
*** son0p has quit IRC | 16:25 | |
drobilla | rgareus: http://dev.drobilla.net/changeset/6b4a5a128ef5d87374dfef017cd20e069c068a4b/pugl | 16:35 |
rgareus | one of those days I have to switch to upstream pugl. | 16:37 |
falktx | drobilla: how can that support aspect ratio with a minimum size? | 16:48 |
falktx | *fixed aspect ratio | 16:48 |
drobilla | falktx: I don't understand the question. Why not? | 16:56 |
drobilla | Presumably if you set both X11 does both | 16:56 |
falktx | drobilla: the comment says that to have a fixed aspect ratio we use min == max | 17:01 |
falktx | oh wait... | 17:02 |
falktx | I confused this with min-size | 17:02 |
falktx | drobilla: nvm... | 17:02 |
drobilla | Yes, unrelated. They are ratios, absolute value doesn't matter. I just use 1,1 | 17:02 |
falktx | I remember rgareus code that set the ratio when min-size == max-size, I got confused here | 17:03 |
*** nicksb2 has joined #lv2 | 17:04 | |
*** nicksbx has quit IRC | 17:05 | |
*** nicksbx has joined #lv2 | 17:06 | |
*** tytel has quit IRC | 17:08 | |
*** NickSB2_ has joined #lv2 | 17:44 | |
*** nicksb2 has quit IRC | 17:49 | |
*** rncbc has joined #lv2 | 18:21 | |
rncbc | drobilla: thanks for closing http://dev.drobilla.net/ticket/1086 | 18:23 |
drobilla | rncbc: y/w | 18:24 |
rncbc | drobilla: unfinished business though re. dtor kludges you scrapped:) | 18:24 |
* drobilla shrugs | 18:25 | |
drobilla | Crashed for me and it was clearly not unfinished business before anyway ;) | 18:25 |
rncbc | drobilla: that's why it comes another one http://dev.drobilla.net/ticket/1087 :) | 18:25 |
drobilla | ... ? | 18:26 |
drobilla | How can you just not set the parent widget? | 18:26 |
rncbc | drobilla: createWindowContainer sets embedding parent, so that one should unparent it begore the gtk widget gets destroyed | 18:28 |
rncbc | s/begore/before | 18:28 |
drobilla | If I've learned anything with this stuff, it's that reparenting is best avoided if at all possible | 18:29 |
rncbc | drobilla: otherwise when deleting host_widget which is parent of the container of the gtk one, things might get ugly race-contidions (qt tries to destroy all its children) | 18:31 |
rncbc | drobilla: you cannot avoid it, the way qt5 embeds alien widgets now is via re-parent all the way (using xcb) | 18:33 |
*** curlymorphic has quit IRC | 18:40 | |
*** six6110 has joined #lv2 | 18:41 | |
*** nicksbx has quit IRC | 18:48 | |
drobilla | Hrm. Resize is super slow and jaggy. X11 sends a whole stream of configure/expose/configure/expose in one loop | 19:13 |
*** nicksbx has joined #lv2 | 19:13 | |
drobilla | rgareus: I'll try it in a bit | 19:13 |
drobilla | Would be easy to merge if they were all the same event type, but the ababab pattern is pretty annoying | 19:13 |
*** deva has quit IRC | 19:14 | |
rgareus | drobilla: yes it's not smooth and has some latency | 19:20 |
*** HarryHaaren has joined #lv2 | 19:20 | |
rgareus | drobilla: use externalUI or show-interface :) | 19:20 |
drobilla | rgareus: Nothing to do with it | 19:21 |
drobilla | It just is. In a stand-alone application | 19:21 |
drobilla | Still flickerey with double-buffering, too | 19:46 |
* drobilla giveth up | 19:46 | |
*** rncbc has quit IRC | 20:03 | |
*** rncbc has joined #lv2 | 20:08 | |
*** HarryHaaren has quit IRC | 20:09 | |
* drobilla forgets to checkout branch before committing and pushing | 20:46 | |
drobilla | sigh. | 20:46 |
*** ricardocrudo has quit IRC | 22:16 | |
*** rncbc has quit IRC | 22:29 | |
*** nicksbx has quit IRC | 22:34 | |
*** edogawa has quit IRC | 22:49 | |
*** nicksbx has joined #lv2 | 23:18 | |
*** falktx has quit IRC | 23:37 |
Generated by irclog2html.py 2.13.0 by Marius Gedminas - find it at mg.pov.lt!