<Begasus>
so libxml2 needs to be rebuild with "--with-ftp" (checked with readelf and the funtion is in there now (not in the current one from the depot))
<augiedoggie>
i think it just needs a rebuild against the current libxml, i don't think it's directly using that function
<Begasus>
now one can tackle things reported like: requires "lib:libboost_filesystem >= 1.64.0" of package "ncmpcpp-0.8.2-5" could not be resolved
Begasus_32 has joined #haiku
Blendie has joined #haiku
erysdren has joined #haiku
Begas_VM has quit [Remote host closed the connection]
cocobean has joined #haiku
Begas_VM has joined #haiku
<cocobean>
There are libraries/tools/apps for creating platform-independent GUIs using other platforms... Paladin (and Koder) can create native GUIs (without Qt) using the Interface Kit. See: https://youtu.be/1rtcQdtHrRo
<waddlesplash>
Skipp_OSX: are those first 3 tracker commits ready to be merged now?
randomuser86 has quit []
<Skipp_OSX>
Yes I think so, the tint tweak was the last tweak
<Skipp_OSX>
I'd prefer the 4th as well :)
<nephele>
Out of curiousity, why are the lighten and darken not equivalent?
<nephele>
is the darken stronger or what did you mean by that?
Blendie has quit [Quit: Connection closed for inactivity]
<Skipp_OSX>
there's DARKEN_1, 2, 3, 4 and LIGHTEN_1, 2, and MAX. LIGHTEN_1 is not the inverse of DARKEN_1
<Skipp_OSX>
basically yes what you said, LIGHTEN_1 is a stronger tint than DARKEN_1
<nephele>
Thanks, I'll keep that in mind
<Skipp_OSX>
lemme make sure Tracker doesn't crash w/o 4
<Skipp_OSX>
I'm pretty sure it's ok but it's been a little while since I last checked
<PulkoMandy>
lighten and darken tints are not linear so it's not surprising that they don't cancel each other
selfish has quit [Ping timeout: 480 seconds]
<PulkoMandy>
this wouls work better if we switched to some perceptual lightness colorspace. I think what we do currently is based on sampling some values from BeOS and trying to approximate from them
<Skipp_OSX>
wait no good hold on
<Skipp_OSX>
I mean it doesn't crash that part is fine
<Skipp_OSX>
Cut Copy disable logic not quite right
bbjimmy_64 has quit [Quit: Vision[]: i've been blurred!]
orealis has quit [Read error: Connection reset by peer]
orealis has joined #haiku
<Skipp_OSX>
which was quite helpful in getting the colors working in BeControlLook :)
<Skipp_OSX>
except the rounding is different and I didn't have the heart to say anything
<Skipp_OSX>
hold on ....
orealis has quit [Read error: Connection reset by peer]
orealis has joined #haiku
HaikuUser has joined #haiku
HaikuUser2 has joined #haiku
HaikuUser2 has quit []
HaikuUser has quit []
jmairboeck has joined #haiku
<Begasus>
waddlesplash, libx11_xcb is not in the recipes?
<Begasus>
requires "lib:libx11_xcb >= 1.0.0" of package "libxcomposite-0.4.5-2" could not be resolved (quite a list at the reports on the xlibs)
<Skipp_OSX>
ok now it's ready
<Skipp_OSX>
I was disallowing Cut and Copy on the Desktop I meant to disallow if you are trying to Cut the Desktop itself.
<Skipp_OSX>
I no longer check that case please do not try and Cut the Desktop even though the menu item is enabled.
<botifico-c849d97b>
[haikuports/haikuports] korli ba30e8b - octave: bump version
Guest321 has quit [Ping timeout: 480 seconds]
mmu_man has joined #haiku
<Skipp_OSX>
ok so there is still a bug in the code but I think it's ok. I'm not sure how to make disabling the Cut menu item work on read-write folders inside the read-only system folder
<Skipp_OSX>
I thought checking to see if checking the parent directory's volume is read-only would work but apparently not.
<Skipp_OSX>
My volume check isn't working because of packagefs. It's checking the package directory's volume for example and seeing read-write, go ahead and cut, when it should not allow you to cut because it is mounted inside of the system folder which is read-only and so you can't actually cut the package directory.
<Skipp_OSX>
packages
<Skipp_OSX>
The check I need to do is to check this case is too elaborate for me to figure out.
<waddlesplash>
Begasus: yes. anything needing XCB should be left alone for now
<waddlesplash>
Skipp_OSX: can't you just check read write on the dir itself?
<waddlesplash>
why can't it have the same logic as Paste?
<waddlesplash>
it appears Paste is properly disabled
<nephele>
Skipp_OSX: one "wrong" check would be to see if there are packagefs attributes on the file
<Skipp_OSX>
yeah Paste works, only Cut is a problem
<Begasus>
k, thanks on the update waddlesplash
<waddlesplash>
Skipp_OSX: why can't they have the same logic I mean
Begas_VM has quit [Quit: Vision[]: i've been blurred!]
<Skipp_OSX>
maybe you're right I can
<Begasus>
closing down, cu peeps
Begasus has quit [Quit: Leaving]
<Skipp_OSX>
I can't because you may be pasting to a different directory than you're cutting from in the case of a right-click drag, so I have to check if the source is read-only for Cut and if the destination is read-only for Paste.
<nephele>
wouldn't the permission bits on packages reflect the RO part of it? can you check that?
<Skipp_OSX>
It works on every folder except for non-packaged, packages, settings, and var... the read-write ones.
<Skipp_OSX>
hmmmm I may be wrong here, lemme try and fix
ClaudioM has quit [Quit: leaving]
nephele has quit [Quit: Vision[]: i've been blurred!]
jaycie has joined #haiku
xet7 has quit [Remote host closed the connection]
bbjimmy_64 has joined #haiku
erysdren has quit [Ping timeout: 480 seconds]
jmairboeck has quit [Quit: Konversation terminated!]
orealis has quit [Read error: Connection reset by peer]
orealis has joined #haiku
<Skipp_OSX>
Ok several hours later, now the bug is fixed and the right-click drag menu items are enabled/disabled correctly.
orealis has quit [Read error: Connection reset by peer]
orealis has joined #haiku
bbjimmy_64 has quit [Quit: Vision[]: i've been blurred!]
selfish has joined #haiku
AlienSoldier has joined #haiku
HaikuUser has joined #haiku
<HaikuUser>
Hello all ) How can i parse json in Haiku? Spent a lot of time searching, but no success ..
CPYou has quit [Ping timeout: 480 seconds]
<zdykstra>
what's your use case? There's perl and python available, so you have any of a dozen different modules for either language.
<zdykstra>
jq is also available
<Skipp_OSX>
HaikuDepot adds a bunch of code to parse JSON
xet7 has joined #haiku
catmeow72[m] has joined #haiku
<HaikuUser>
i try write native app. i found json-cpp. thanks )
<HaikuUser>
and nlohmann json
AlienSoldier has quit [Quit: Vision[]: i've been blurred!]
<Habbie>
nlohmann is nice
<Habbie>
been doing things with it all night
floof58 has quit [Read error: Connection reset by peer]
floof58 has joined #haiku
Diver has quit [Quit: Leaving.]
floof58 is now known as Guest349
floof58 has joined #haiku
Guest349 has quit [Ping timeout: 480 seconds]
Raposa has quit [Quit: Konversation terminated!]
xet7 has quit [Ping timeout: 480 seconds]
HaikuUser has quit [Quit: Vision[]: i've been blurred!]