ChanServ changed the topic of #haiku to: Open-source operating system that specifically targets personal computing. | https://haiku-os.org | Nightlies: https://download.haiku-os.org | Bugtracker: https://dev.haiku-os.org | SCM: https://git.haiku-os.org/ | Logs: https://oftc.irclog.whitequark.org/haiku | Matrix: #haiku:matrix.org | XMPP: #haiku%irc.oftc.net@irc.jabberfr.org
AlaskanEmily has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
mmu_man has joined #haiku
<OscarL> k, after 7 PRs... I can finally run "hp --test invoke"... and of course... pytest already has deprecated some API that's used by invoke's tests, so no tests run. Sigh...
HaikuUser has joined #haiku
Hannah has quit [Read error: Connection reset by peer]
HaikuUser has quit [Quit: Vision[]: i've been blurred!]
Maturi0n has joined #haiku
Maturi0n_ has quit [Ping timeout: 480 seconds]
FreeFull has quit [Quit: goodnight]
AlienSoldier has quit [Quit: Vision[]: i've been blurred!]
flewkey has joined #haiku
augiedoggie_ has quit [Ping timeout: 480 seconds]
<OscarL> updated my Python 3.11.3 recipe to 3.11.4, and somehow it ended up being a debug build (-DNDEBUG -g). Final .hpkg went from the usual ~18 MB to > 44 MB. Fat snake.
mmu_man has quit [Ping timeout: 480 seconds]
<zdykstra> lol
<OscarL> Seems there was actually a reason for `export OPT=""` after all. (defaults to "OPT='-DNDEBUG -g -fwrapv -O3 -Wall'", oops! :-D)
augiedoggie has joined #haiku
augiedoggie has quit [Ping timeout: 480 seconds]
_Dario_ has quit [Quit: Vision[]: i've been blurred!]
<OscarL> Seems we don't have a system-wide "tzdata", and instead ICU, TCL, and OpenJDK, use a "SOURCE_URI_n" on their recipes, and Python just fails to find/use any.
DHowett has joined #haiku
<Begasus> g'morning peeps
<Begasus> OscarL, doubt the fix for "waiting for ... " would get merged upstream, but could use it as a local "fix" if I encounter it again, thanks!
<Begasus> on the tzdata, you're right, I saw that Gentoo had a patch for one of the python ebuild to use the one from system, didn't manage to got those test related to tzdata to pass too
hightower2 has quit [Ping timeout: 480 seconds]
kinkinkijkin has quit [Quit: Leaving]
<OscarL> Begasus: good morning!
<Begasus> Hola OscarL :)
<OscarL> re: hp patch. yeah, doubt they'll merge that :-D. I guess we could make it safer, by only "rm -f chroot/boot/system/packages/administrative/activated_packages" (instead of all of "chroot/boot")
<Begasus> I mostly do that manualy, but even then it sometimes doesn't work
<OscarL> So far, I haven't seen it again, and I've done lots of "build/change REQUIRES/build again" these past few days.
<Begasus> it happend on texstudio too (without any changes to the recipe)
<OscarL> annoying bugger, for sure :-)
<Begasus> from the 2 open PR's wrapt and twisted would be the 2 candidates to fail there
<Begasus> have to step out, biab
<OscarL> later!
HaikuUser has joined #haiku
HaikuUser has quit []
Blendie has joined #haiku
<PulkoMandy> "upstream" in this case is us and I will happily merge that fix. I find it stupid that no one had maoe a pull request with it yet and people keep "rediscovering" it
<OscarL> something like the "bystander effect", I guess? people keep waiting for others to react first :-)
<Begasus> I don't have the skills, can only test out PR's made there (or in this case the suggestion from OscarL ) :)
<OscarL> Seems we finally have the correct flags for the python build. Using CFLAGS caused it to appear duplicated, and setting OPT to anything but "" ended up in -g being added :-/
<OscarL> Instead, BASECFLAGS should be used for things like "-D_BSD_SOURCE", (no duplication of flags with that), and OPT can be used to set -O3, for example, without "-g" appearing from "nowhere".
<Begasus> drop -Wno-unused-result there :)
<OscarL> I'll experiment with "--with-tzpath=$libDir/tcl8.6/tzdata", to see if that satisfies the TZ tests. For now, I'm happy to be able to build it with opts enabled. (albeit it taks 35 minutes to build :-/)
<Begasus> k, managed to build something with kdevelop on 64bit :)
<OscarL> progress!
<Begasus> launches fine too on 32bit, didn't manage to build something cmake related (same on 64bit), but that's me I guess :)
HaikuUser has joined #haiku
HaikuUser is now known as Begasus_32
Begas_VM has joined #haiku
<OscarL> regarding that haikuporter patch... I'll open a PR after I wake up. I'll even use that "rm -rf boot". My doubts about it being merged came from thinking "there *must* be a reason why it isn't done so already". Guess we'll find out :-D
<PulkoMandy> Toe reason is everyone is too busy
<Begas_VM> k, simple make project (space screensaver) builds fine on both arch's with kdevelop, should be good to go :)
<Begas_VM> +1 OscarL, Ill be sure to check it out :)
<Begas_VM> regarding PR's anything in order that needs to be done first?
<Begas_VM> if they are just test requires it shouldn't matter
<OscarL> from oldest to newest should be ok.
<Begas_VM> ok, thanks!
<Begasus> think I'll disable ptb, crashes on launch, no comments on the PR (known issue it seems)
<Begasus> those should be the last for boost I think
<OscarL> heh... seems on this 64 bits install I had a different (more complex) patch for that "clean tha darn boot/ dir!!!" (trying to unmount if needed, etc). Dated April 29.
<Begasus> heh
<Begasus> err ... why does ssh-add not work here (new install) ... :/
<Begasus> fixed, forgot to cp over the files for ssh :)
Diver has joined #haiku
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/1565d419a50a...c0d1936d4c0a
<botifico> [haikuports/haikuports] OscarL c0d1936 - twisted: swith to "any" arch, recipe clean ups. (#8820)
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/c0d1936d4c0a...e066a7923743
<botifico> [haikuports/haikuports] OscarL e066a79 - pytest: drop .py suffix for "cmd:"s. (#8824)
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+14/-0/±1] https://github.com/haikuports/haikuports/compare/e066a7923743...988d5a67e692
<botifico> [haikuports/haikuports] OscarL 988d5a6 - nose: clean up, support Python 3.10. (#8825)
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-1/±0] https://github.com/haikuports/haikuports/compare/988d5a67e692...60df5f159a67
<botifico> [haikuports/haikuports] OscarL 60df5f1 - wrapt: update to version 1.15.0 (#8826)
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-1/±0] https://github.com/haikuports/haikuports/compare/60df5f159a67...3553abd67853
<botifico> [haikuports/haikuports] OscarL 3553abd - astroid: update to version 2.15.5 (#8827)
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-0/±0] https://github.com/haikuports/haikuports/compare/3553abd67853...2f3046a1dbf4
<botifico> [haikuports/haikuports] OscarL 2f3046a - asttokens: new recipe. (#8828)
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-0/±0] https://github.com/haikuports/haikuports/compare/2f3046a1dbf4...eb3edb5591a5
<botifico> [haikuports/haikuports] OscarL eb3edb5 - executing: new recipe. (#8829)
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+2/-0/±0] https://github.com/haikuports/haikuports/compare/eb3edb5591a5...14b453cad5fb
<botifico> [haikuports/haikuports] OscarL 14b453c - icecream: new recipe. (#8830)
<Begasus> OscarL, SOURCE_URI="https://pypi.io/packages/source/e/$portName/$portName-$portVersion.tar.gz" (nice one, using that too where I can) :)
<OscarL> just tare care of not trying to copy that one to a recipe that's not "any" :-(
<Begasus> yeah, doesn't work there :P
<OscarL> "why this download does not work!?!?!" <<< /me earlier today.
<Begasus> most of them can be found there
<Begasus> but not with the _x86 suffix :P
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/14b453cad5fb...66581ac58763
<botifico> [haikuports/haikuports] Begasus 66581ac - kdevelop, switch to boost169 (#8728)
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/66581ac58763...604e52ee7915
<botifico> [haikuports/haikuports] Begasus 604e52e - plee_the_bear, use boost169 (#8598)
<OscarL> (and of course I had to fix a typo in that PR :-D)
<botifico> [haikuports/haikuporter] pulkomandy pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuporter/compare/df3c0a88bcd5...259fa69df9a2
<botifico> [haikuports/haikuporter] OscarL 259fa69 - Workaround for issue #207.
<Begasus> +1 OscarL !
* OscarL can't see straight already.
<Begasus> that was fast PulkoMandy :)
<OscarL> Thanks PulkoMandy :-D
<Begasus> updated here :)
<Begasus> let's see if this works in the near future :P
* OscarL hides. just in case.
<Begasus> doesn't work, I know you read the logs :P
jjido has joined #haiku
<OscarL> Begasus: regarding TZ data, there's also https://pypi.org/project/tzdata/, but maybe we should provide a system-wide package and make tcl/openjdk/icu/python use that instead?
<Begasus> yeah saw that, not sure how tzdata (localtime?) etc are stringed into the OS, hence I didn't touch it
<OscarL> guess we could open an issue and @ some devs :-D
flewkey has quit [Ping timeout: 480 seconds]
flewkey has joined #haiku
<Begasus> I knew I asked around there :)
<OscarL> so, newer ICU uses its own tzdata, does it exposes it somewhere on the system?
<Begasus_32> plop
<Begasus> ah, still here :)
<Begasus> no idea there OscarL
<Begasus> atleast I couldn't get it to be found
<OscarL> you talking to yourself already Begasus ? I thoght **I** was the crazy one in here!
<Begasus_32> All 3 of us :P
<OscarL> Borg-asus.
<Begasus> me, myself and I :D
<Begasus> makes pasting easier ;)
<OscarL> that explains the 3 laptops :-D
<Begasus> 2 atm (third one not up and running atm) :)
<OscarL> "/boot/system/data/icu/70.1/icudt70l.dat" <<< 28 MB file, seems the data is in there. Doubt it'll be of much use for Python.
<erysdren> what IDEs do ya'll use on haiku?
<OscarL> only a simple text editor here.
Begasus_32 has quit [Quit: Vision[]: i've been blurred!]
<OscarL> I'm a cavemen.
<Begasus> same here
<OscarL> But you could try "Genio", erysdren .
<Begasus> Pe :)
<erysdren> i use Code OSS on linux - but i want to think about something more Haiku-esque if i ever start to daily-drive it
<Begasus> Genio is nice! (even in it's early stage)
<erysdren> i don't want to rest my whole DE on electron...
Begasus_32 has joined #haiku
<OscarL> erysdren: Genio is a new Haiku exclusive. I should give it a better go one of these days.
<OscarL> but for .recipe work... Pe seems enough :-P
<Begasus> url "https://hb.bizmrg.com/icq-www/mac/x64/icq.dmg" (that's cheating!) :P
<erysdren> genui looks real nice
<Begasus> dropping icq, deprecated and not developed anymore ...
<OscarL> Py 3.11 runs "pystone.py 100000" around a 40% faster than 3.10 or 3.9 (beta4 64 bits). Not bad.
<Begasus> nice!
<Begasus> jikes, bear is broken on 64bit :P
<OscarL> and with that... enough python for one day! time for some other distractions.
<OscarL> you broke it... you fix it! :-P
<Begasus> requires "lib:libaddress_sorting >= 29.0.0" of package "bear-3.1.2-1" could not be resolved
<Begasus> well ... we did :P
<OscarL> team work!
<Begasus> heh
<Begasus> revbump should fix it, no functional changes :)
<OscarL> no build issues with my PRs today, nice.
<Begasus> kdevelop done on 64bit too :)
<Begasus> PulkoMandy, that last one is for you :)
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/604e52ee7915...c185c9c89ec5
<botifico> [haikuports/haikuports] Begasus c185c9c - bear, revbump for $libVersion changes to grpc (#8831)
noka has joined #haiku
<OscarL> the 64 bits one also looks much better Begasus. Nice work!
<Begasus> Team work remember :)
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/c185c9c89ec5...bc989692e966
<botifico> [haikuports/haikuports] Begasus bc98969 - icq, mark broken (patches included for deprecated boot1.55.0), no development upstream anymore. (#8832)
<Begasus> bugger ....
<Begasus> resolving build dependencies failed: build-requires "devel:libgrpc >= 29" of package "bear-3.1.2" could not be resolved
<Begasus> who put that in there ...
<botifico> [haikuports/haikuports] diversys pushed 1 commit to master [+1/-1/±0] https://github.com/haikuports/haikuports/compare/bc989692e966...6ed13e8aed3e
<botifico> [haikuports/haikuports] diversys 6ed13e8 - Kate: bump version
* OscarL looks around. ¯\_(ツ)_/¯
<Begas_VM> long history :)
<Begas_VM> version constrain shouldn't be in there imho, only one grpc package
<OscarL> that "==" seems wrong.
<botifico> [haikuports/haikuports] diversys pushed 1 commit to master [+1/-0/±1] https://github.com/haikuports/haikuports/compare/6ed13e8aed3e...ddcfdde30adc
<botifico> [haikuports/haikuports] diversys ddcfdde - Kate: add patchset
<Begasus> always used like that OscarL
<OscarL> seems I haven't seen/touched recipes using "base" much yet.
jjido has quit [Quit: My laptop has gone to sleep. ZZZzzz…]
<Begasus> ;)
<OscarL> Anyway, I was confusing it with "= $portVersion" as assignment, when it's a comparison for REQUIRES. Guess I should get some sleep already :-D
dqk has joined #haiku
dqk_ has quit [Ping timeout: 480 seconds]
<Begas_VM> probably OscarL (or you're past that and need some coffee) :)
<Begas_VM> me too ...
<Begas_VM> Your branch and 'origin/master' have diverged,
<Begas_VM> and have 1 and 1 different commits each, respectively.
<Begas_VM> forgot to switch branch :/
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/ddcfdde30adc...ad6fe1645910
<botifico> [haikuports/haikuports] Begasus ad6fe16 - bear, remove version for grpc (only one version around) (#8833)
AlaskanEmily has quit [Remote host closed the connection]
<Begas_VM> ooff .. back on track
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
<OscarL> Unplugging for today. Have a good one Begas_VM!!!
OscarL has quit []
<Begasus> argh ... seems I do need to launch a build for bear ... :/
Begas_VM has quit [Quit: Vision[]: i've been blurred!]
Begasus_64 has joined #haiku
<Begasus_64> ~> pkg-config grpc --cflags
<Begasus_64> Variable 'prefix' not defined in '/boot/system/develop/lib/pkgconfig/libcares.pc'
<Begasus_64> this could be the problem?
mmu_man has joined #haiku
Diver has quit [Quit: Leaving.]
Diver has joined #haiku
<Begasus_64> that was the problem :)
mmu_man has quit [Ping timeout: 480 seconds]
kescher has quit [Read error: Connection reset by peer]
noka has quit []
kescher has joined #haiku
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-0/±1] https://github.com/haikuports/haikuports/compare/ad6fe1645910...83e08c9ac830
<botifico> [haikuports/haikuports] Begasus 83e08c9 - c_ares, fix missing prefix in pkgconfig file (#8834)
mmu_man has joined #haiku
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/83e08c9ac830...1d1d1129edaa
<botifico> [haikuports/haikuports] Begasus 1d1d112 - bear, revbump for rebuild (after fixed c_ares) (#8835)
<Begasus> another one down from the report :)
<andreasdr[m]> Good morning
<andreasdr[m]> Whats up?
ClaudioM has joined #haiku
<Begasus> Hi andreasdr[m]
<Begasus> checking fife atm
phoenix has quit [Quit: gone fishing]
phoenix has joined #haiku
jjido has joined #haiku
jjido has quit []
mmu_man has quit [Ping timeout: 480 seconds]
mmu_man has joined #haiku
jjido has joined #haiku
zard has joined #haiku
jjido has quit [Quit: My laptop has gone to sleep. ZZZzzz…]
<andreasdr[m]> Hi Begasus :)
<andreasdr[m]> Have fun
<erysdren> good morning
<Begasus> wb erysdren
<zard> Good morning all
mmu_man has quit [Ping timeout: 480 seconds]
<Begasus_64> hi zard
<zard> Wait, two Begasus's?
<Begasus_32> 3 :)
<erysdren> Begasus has 3 accounts logged in at any given time lol
<Begasus> sometimes even 4 :P
<Begasus> but still no luck on fife (latest source)
<zard> Begasus_128?
tqh has joined #haiku
<Begasus_64> ah, didn't thought about that one, nice zard :)
tuaris has quit [Read error: Connection reset by peer]
Hannah has joined #haiku
mmu_man has joined #haiku
tqh has quit [Read error: Connection reset by peer]
tqh has joined #haiku
Begasus_32 has quit [Quit: Vision[]: Gone to the dogs!]
tqh has quit [Read error: No route to host]
tqh has joined #haiku
tqh has quit [Read error: Connection reset by peer]
tqh has joined #haiku
tqh has quit []
<Begasus_64> afk
ADS_Sr has joined #haiku
<andreasdr[m]> Hi erysdren, zard
<erysdren> howdy
<zard> hi
Diver has quit [Quit: Leaving.]
Diver has joined #haiku
bbjimmy has quit [Quit: Vision[]: i've been blurred!]
mmu_man has quit [Ping timeout: 480 seconds]
bbjimmy has joined #haiku
augiedoggie has joined #haiku
jjido has joined #haiku
mmu_man has joined #haiku
townsfolkPravda has joined #haiku
jjido has quit [Quit: My laptop has gone to sleep. ZZZzzz…]
flewkey has quit [Read error: Network is unreachable]
flewkey has joined #haiku
CPYou has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
mmu_man has joined #haiku
humdinger has joined #haiku
<Begasus_64> plop
<erysdren> plop
<humdinger> peeps
<Begasus_64> got the first part of swift_lang building (llvm part started fine too), cleaning to make a patch for the first part :)
BrunoSpr has joined #haiku
<Begasus_64> this could take a few days (with rebuild/weekend) ...
<BrunoSpr> hi all... can I use weechat as Vision replacement? Maybe someone knows?
<Begasus_64> hi BrunoSpr, weechat should be working fine, checked again on the latest update
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev57077] - https://git.haiku-os.org/haiku/log/?qt=range&q=c80a875a7481+%5E6f3f29c7dda1
<nekobot> [haiku/haiku] c80a875a7481 - libroot: fix pthread_[g/s]etschedparam
<BrunoSpr> Begasus_64 thx
<BrunoSpr> will try... maybe better than Vision?
<Begasus_64> don't know, I'm used to Vision, and it works well enough for me
<BrunoSpr> ah ok makes sense...
<BrunoSpr> for me too, but I dont know what to test either
<Begasus_64> there are some matrix packages maybe? :)
<Begasus_64> not familiar there though
<zdykstra> Weechat is a fantastic IRC client - if you like the terminal
<BrunoSpr> oh I tried once but I dont know how it works
<BrunoSpr> I tried matrix
<zdykstra> there's a bit of a learning curve to it since it has so many features / plugins / configuration options
<BrunoSpr> oh sounds like over my needs
<zard> I wonder how it compares to irssi, which also runs in the terminal
<BrunoSpr> I remember Pulkomandy wrote something about a speed o meter for vision and Weechat
<BrunoSpr> somthing about flow meter
<BrunoSpr> like
<zard> On first glance, Weechat looks slightly more complicated than irssi
FreeFull has joined #haiku
<zard> It also looks more modern
<zdykstra> weechat is far far more exensible than irssi
<zdykstra> I use weechat as a Slack client, heh
<Begasus_64> only checked some basics (connect to server, join channel, nickchange ...)
<Begasus_64> works ok
CPYou has quit [Ping timeout: 480 seconds]
<BrunoSpr> sorry, overkill for me
<zdykstra> it's as much kill as you want it to be, I think :)
<BrunoSpr> it was Renga not WeeChat, stupid me... sorry so much
<BrunoSpr> Added a lag-meter (like in the Vision IRC client) so you can easily check if your connection is running reliably
<BrunoSpr> Pulkomandy wrote
<BrunoSpr> where to find this lag-meter in Vision?
<Begasus_64> Preferences -> Logging?
<PulkoMandy> BrunoSpr: I wrote a lag meter like the one in Vision for Renga (an xmpp client)
<PulkoMandy> I use Renga to connect here with an irc gateway, but if Vision works fine for you, there's no reason to change to Renga yet
<BrunoSpr> PulkoMandy, ah nice to know... but I wondered where and how to use this lag meter in Vision
<PulkoMandy> I think there is an "enable lag checking" checkbox in server preferences?
<Begasus_64> yep
<BrunoSpr> thanks very much for this nice work on Renga... of course, as Begasus told, me too no need for another Vision..
<BrunoSpr> PulkoMandy ah ok I will look for it, thanks very much, sorry for confusing...
HaikuUser has joined #haiku
HaikuUser has quit []
HaikuUser has joined #haiku
HaikuUser has quit []
<BrunoSpr> Begasus_64, where is this checkbox? I am using the german version? Cannot find it, yet
HaikuUser has joined #haiku
<Begasus_64> Second on in the list BrunoSpr
<Begasus_64> err sec :)
HaikuUser has quit []
<Begasus_64> In Network setup
<BrunoSpr> Begasus Can you send me a screenshoot pls
<Begasus_64> just did :)
<Begasus_64> Menu Server -> Setup -> Network setup
<BrunoSpr> Ah ok,, thx... so it is wrong translated I think,
<Begasus_64> vertragung or something like it?
<Begasus_64> v/f/* :) not sure there :)
<Begasus_64> humdinger should know :P
<BrunoSpr> check delay
<Begasus_64> delay? that's English too :)
<humdinger> "Verzögerung prüfen". if there's a better translation, we'll change it...
<humdinger> it's actually "lag"
<BrunoSpr> it is misspelled, yes
jjido has joined #haiku
<BrunoSpr> it is delay
<humdinger> what's misspelled?
<BrunoSpr> ah ok we need a better translation then
<humdinger> sure
<BrunoSpr> it is wrong, but I dont have a better one atm
<Begasus_64> it's not translated here :)
HaikuUser has joined #haiku
HaikuUser has quit []
<BrunoSpr> It could be: Verbindungsqualität prüfen!
<BrunoSpr> check the quality of the connection
<BrunoSpr> yes that it is
<humdinger> "Verbindungsqualität anzeigen"?
<humdinger> how to abbrev. for the status bar?
tuaris has joined #haiku
<humdinger> "Verb.:"?
<BrunoSpr> hundinger yes even better
<BrunoSpr> Verb.
<humdinger> it'smeasured in ms, which is a bit unusual for a quality
<BrunoSpr> where it is shown?
<humdinger> tot he right of the server name
<Begasus_64> Next to the server name left
<BrunoSpr> I have to restart Vision to see it?
<humdinger> i think so
<BrunoSpr> k
BrunoSpr has quit [Quit: Vision[]: i've been shreederd!]
BrunoSpr has joined #haiku
<BrunoSpr> AH, now I see it...
BrunoSpr has quit [Quit: Vision[]: i've been shreederd!]
BrunoSpr has joined #haiku
jjido has quit [Quit: My laptop has gone to sleep. ZZZzzz…]
<BrunoSpr> ok leve it as it is... as Lag=verzögerung
<BrunoSpr> verz. could be renamed to lag, as will be understood by germans better
<BrunoSpr> leave it as is.
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
<BrunoSpr> Rename it to lag would be the best solution, then
BrunoSpr has quit []
BrunoSpr has joined #haiku
<BrunoSpr> lag anzeigen = lag.:
BrunoSpr has joined #haiku
BrunoSpr has quit []
<humdinger> OK, changed the setting to "Verzögerung (Lag) anzeigen" and put "Lag" in status bar.
* humdinger waves
humdinger has quit [Quit: Vision[]: Oi with the poodles already!!]
jmairboeck has joined #haiku
mmu_man has quit [Ping timeout: 482 seconds]
mmu_man has joined #haiku
BrunoSpr has quit [Quit: Vision[]: i've been shreederd!]
flewkey has quit [Read error: Connection reset by peer]
flewkey has joined #haiku
CPYou has joined #haiku
ClaudioM has quit [Quit: leaving]
zard has quit [Quit: leaving]
<erysdren> question, how do create a frame or box in an application window that i can write pixels to?
<erysdren> not the whole application window, but just a subset of it
<erysdren> better yet, some kind of OpenGL context
bjork1intosh has quit [Remote host closed the connection]
bjork1intosh has joined #haiku
<x512[m]> erysdren: Create BView, BBitmap and call BView::DrawBitmap in BView::Draw.
<erysdren> thanks. what about an accelerated context?
<erysdren> i'm looking to embed MPV into an application
bjorkint0sh has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
<x512[m]> No acceleration support yet.
<erysdren> can't you still create an OpenGL window, even if it's rasterized in software?
bjork1intosh has quit [Ping timeout: 480 seconds]
<x512[m]> You can create BGLView.
BrunoSpr has joined #haiku
<x512[m]> There are no OpenGL window, only view.
<x512[m]> And internally it do BView::DrawBitmap.
<erysdren> got it
<BrunoSpr> Hello all there...There is a problem with the Lnlauncher now, is it known bug?
<x512[m]> There are some tutorial and sample code how to use BGLView in BeBook: https://www.haiku-os.org/legacy-docs/bebook/BGLView_Overview.html
<x512[m]> BGLView and BView::DrawBitmap may be get hardware accelerated in future.
flewkey_ has joined #haiku
flewkey has quit [Read error: Connection reset by peer]
flewkey_ is now known as flewkey
townsfolkPravda has quit [Quit: townsfolkPravda]
<Begasus_64> bugger ... build error: https://bpa.st/S73EY
<x512[m]> How to confirm system folder manipulations in Tracker if there are no keyboard?
Begasus_64 has quit [Quit: Vision[]: i've been blurred!]
jmairboeck has quit [Quit: Konversation terminated!]
<Begasus> k, got some further, tomorrow another run
<Begasus> g'night peeps
Begasus has quit [Quit: Leaving]
mmu_man has quit [Ping timeout: 480 seconds]
BrunoSpr has quit [Quit: Vision[]: i've been shreederd!]
mmu_man has joined #haiku
tqh has joined #haiku
jjido has joined #haiku
tqh has quit [Quit: Leaving]
Blendie has quit [Quit: Connection closed for inactivity]
dpirate has quit [Remote host closed the connection]
dpirate has joined #haiku
CPYou has quit [Ping timeout: 480 seconds]
KENZ[m] has joined #haiku
<KENZ[m]> hello
bbjimmy has quit [Ping timeout: 480 seconds]
bbjimmy_64 has quit [Ping timeout: 480 seconds]
<KENZ[m]> I should have joined to here earlier, asking simple questions on the forum might be annoying...
Diver has quit [Quit: Leaving.]
Diver has joined #haiku
FreeFull has quit []
Diver has quit [Remote host closed the connection]