<botifico>
[haikuports/haikuports] Begasus 593af7b - gcompris, bump version (#11154)
nephele_xmpp has joined #haiku
tuaris has joined #haiku
bbjimmy has joined #haiku
bbjimmy_64 has quit [Quit: Vision[]: i've been blurred!]
bbjimmy_64 has joined #haiku
nephele_xmpp has left #haiku [Disconnected: Hibernating too long]
<Anarchos>
Begasus Begasus[m] i finally managed to get my layout resizable :)
sen has joined #haiku
<Begasus>
re
<Begasus>
Anarchos, nice! I didn't before?
<Begasus>
it's sometimes the small things that makes us happy :)
cocobean has joined #haiku
cocobean has quit [Remote host closed the connection]
cocobean has joined #haiku
cocobean has quit [Remote host closed the connection]
<Anarchos>
Begasus well some parts were resizable , but not some scrollview/textview
<Anarchos>
after adding a .SetExplicitMaxSize(Unlimited, Unlimited), it works :)
cocobean has joined #haiku
cocobean has quit [Remote host closed the connection]
kevans91_ has quit [Ping timeout: 480 seconds]
<Begasus>
knowing where it needs work is half the work done Anarchos :)
<Anarchos>
Begasus i did't know, it was just trial and error to deduce where to put this SettingsMaxSize() (which i already used in a deeper part of the layout).
<Begasus>
no option to move that up so downstream could make use of it?
<Anarchos>
no, cause it was a faulty use of the Layout API in my application. The API itself has no trouble :)
_-Caleb-_ has left #haiku [#haiku]
_-Caleb-_ has joined #haiku
<Begasus>
+1 :)
dalme has joined #haiku
Anarchos has quit [Quit: Vision[]: i've been blurred!]
<Begasus>
f*ck, looks like I need to re-clone the fork now :(
dby has joined #haiku
<dovsienko>
Begasus: if (and only if) you do not have _any_ unsaved work in the repository, "git reset --hard; git clean -f" will discard everything that has not been committed (except stashes)
<Begasus>
dovsienko, it's only the pull/push fork, local work repo is still good (luckaly) :)
<Begasus>
so it's only a matter of re-cloning it
<Begasus>
a good thing to keep those seperated
<Begasus>
for the record, couldn't switch to master there
<Begasus>
all good again :)
nephele_xmpp has left #haiku [Error from remote client]
diver has quit [Quit: Leaving.]
diver has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
gouchi has joined #haiku
nephele_xmpp has joined #haiku
nephele_xmpp has left #haiku [Error from remote client]
Anarchos has quit [Quit: Vision[]: i've been blurred!]
gouchi has quit [Remote host closed the connection]
HaikuUser has joined #haiku
<dovsienko>
Skipp_OSX: arguably, some users could find it more convenient to move/resize a single window with many tabs in it once instead of having to move many stacked windows
<dovsienko>
let me tell one thing I have configured in my windows manager on Linux (Xfce)
HaikuUser has quit [Remote host closed the connection]
<dovsienko>
my PC has a conventional full size keyboard, which has the block under the Num Lock key
<dovsienko>
pressing 4/6/2/8 makes the currently focused window take the left/right/top/down half of the current monitor
<dovsienko>
pressing 1/7/9/3 makes it take the SW/NW/NE/SE quarter of the current monitor
<dovsienko>
5 maximizes the current window and Ins minimizes it
<dovsienko>
this way I can quickly tile between 1 and 4 windows per monitor with a minimal use of mouse, and terminal tabs don't get in the way, no matter how many per terminal window
<augiedoggie_>
something similar to that could be scripted in Haiku, although getting the active window is a bit of a chore