-
gooya
> Pong pikurasa: ping ↺
-
potato
pong
-
gooya
lovetox: I created the ticket regarding notifying a user of moderated message(s) just now. > https://dev.gajim.org/gajim/gajim/-/issues/11798
-
gooya
I hope it's clear and concise enough?
-
meson
Working on the voice message recording: I've noticed that there's a noticeable delay when constructing the pipeline until the recording is started, therefore I need to construct the pipeline in beforehand I guess. What would be best way to react to `app.settings.get('audio_input_device')` changes in the settings to directly adjust the pipeline whenever the user changes the setting? Right now the setting is queried only once when the VoiceRecord class is created.
-
cal0pteryx
meson: you can bind to settings value changes
-
cal0pteryx
Nice to see you working on this again
-
meson
> Nice to see you working on this again Very last exam passed, now I have some time until I start my thesis :)
-
cal0pteryx
Time well-spent :)
-
cal0pteryx
meson: app.settings.bind_signal('show_send_message_button' for example
-
meson
cal0pteryx, thanks. `app.settings.connect_signal('audio_input_device', self._on_foo_bar)` seems to do itz✎ -
meson
cal0pteryx, thanks. `app.settings.connect_signal('audio_input_device', self._on_foo_bar)` seems to do it ✏
-
meson
or is bind_signal better?
-
cal0pteryx
meson: no, you are right
-
meson
Is the list of "Input Device" from `AudioInputManager().get_devices()` expected to change during runtime?✎ -
meson
Is the list of _Input Devices_ from `AudioInputManager().get_devices()` expected to change during runtime? ✏
-
meson
Can the list of _Input Devices_ from `AudioInputManager().get_devices()` change during runtime? ✏
-
bard_
ugh I accidentally closed my chat tab with C-w and I don't see how to easily reopen that MUC
-
bard_
it was pinned and everything and it's just gone now
-
bard_
ffs it closed it in Conversations on my phone too. absolutely miserable. awful UX
-
bard_
okay got it open again from the blue +, somehow that was like the third thing I tried
-
bard_
I think I was trying to delete a word while editing my message with readline bind in mind. maybe pinned tabs should ask you before being closed sorta like in a browser
-
cal0pteryx
bard_: by default, Gajim asks if you want to close a group chat. please check Preferences > Advanced > ACE > confirm_close_muc
-
bard_
interesting! wonder why that was changed. could it be a change in defaults and I was locked in to the previous one?
-
bard_
changed it back now. I don't remember changing it myself anyway
-
bard_
thanks
-
cal0pteryx
bard_: could be a result of multiple migrations from the past :)
-
bot
wurstsalat pushed 1 commits to branch gajim/master fix: HTTPFileTransfer: Improve error fallbacks - https://dev.gajim.org/gajim/gajim/-/commit/70c75c83ee7ca176681f6044f1c726682cde5337
-
cal0pteryx
> Can the list of _Input Devices_ from `AudioInputManager().get_devices()` change during runtime? I _think_ they naturally do if you plug/unplug devices?
-
meson
Tried it with an USB mic, hasn't changed
-
gooya
I really think it would be a good idea if there was a confirm dialog for making someone an administrator or owner. The 'make member' is right under administrator and I often feel the need to double check if I didn't accidentally make someone an administrator instead of member..
-
gooya
It doesn't hurt to have one extra click of the occasional instance you approve someone to be a moderator but the consequence of giving a random person moderator role can be quite detrimental✎ -
gooya
It doesn't hurt to have one extra click for the occasional instance you approve someone to be a moderator but the consequence of giving a random person moderator role can be quite detrimental ✏
-
gooya
cal0pteryx ⇢ I'm happy to make a ticket for this if you also think it would be a good idea.
-
cal0pteryx
gooya, yes, do that please
-
bot
wurstsalat pushed 1 commits to branch gajim/master fix: Utils: Catch exceptions when trying to load surfaces and icons - https://dev.gajim.org/gajim/gajim/-/commit/2554a4c21dc07b2b42205f96cc3ada7c60241f7a
-
gooya
cal0pteryx ⇢ I made the ticket. Also, off-topic complaint about gitlab.. What a pain has it become to use it. They asked me to verify phone number and even credit card information. You might want to consider moving to another federated repository manager
-
cal0pteryx
gooya, never heard of that. this is a self-hosted instance, it only requires an email and a password
-
cal0pteryx
you don't have to register with gitlab.com
-
gooya
Maybe it was because I used the gitlab.com to use my existing non-completely-verified account
-
cal0pteryx
most likely
-
gooya
lovetox ⇢ I was also able to somewhat convince prosody devs of adding <x mlns> tag in muc's for policy violation announcements. I made the ticket a few days ago, hopefully they will pick it up soon.
-
lovetox
great
-
bard_
is it possible to rearrange pinned stuff? it looks almost like it is but it isn't working
-
bard_
I can't seem to order them how I want but some sort of rearranging happened
-
bard_
half-figured it out. when you drag and drop the chats there's no visual change (at least on my machine, probably a bug), but then if I go and send a message in those chats they jump to where I dragged them before