Re: [CenterIM-devel] Upcoming disconnection of centerim.org

2021-08-10 Thread Petr Pavlu
On 9. Aug 21 22:51, Frank Altpeter wrote: > This doesn't mean that the code itself will vanish, but I'm going to shut > down the related mailing lists centerim-devel (7 emails in 2019, 8 in > 2020, 0 in 2021) and centerim-users (no traffic since 01/2017), as well as > the wiki on www.centerim.org

Re: [CenterIM-devel] Skype conversation rooms

2020-10-02 Thread Petr Pavlu
On 15. Sep 20 11:38, Siim Salonen wrote: > Still there were some issues. After a few days it forgot the topic and > started using 19: names again. > After investigating a bit more it seems better idea to patch skypeweb and > use PurpleConversation->title instead of

Re: [CenterIM-devel] Skype conversation rooms

2020-09-13 Thread Petr Pavlu
On 5. Sep 20 19:05, Siim Salonen wrote: > Hello, > skype sets room names as 19:d63d0c3cb720464097dede7d05e42a68, > 19:db9b301c259f4da1b99f2f6cecdcd210 etc. > Does other protocols face same issue? Not that I'm aware of. > I made a patch to use topic as conversations label, but shoud I make it >

Re: [CenterIM-devel] Emoticon rendering bug

2019-12-18 Thread Petr Pavlu
On 16. Dec 19 17:30, Wade Berrier wrote: > Seems to definitely be affected by tmux :( > > Various terms outside of tmux work, various inside don't work. > > Also it looks like I couldn't reproduce this inside of screen. > > Any ideas? I still have no luck reproducing the issue on my side. If

Re: [CenterIM-devel] Emoticon rendering bug

2019-12-16 Thread Petr Pavlu
On 16. Dec 19 09:07, Wade Berrier wrote: > Looks like there's still an issue. See the attached screenshots. I seem to be unable to reproduce this issue. I did a clean installation of Fedora 31 and tested the behaviour in gnome-terminal, xfce4-terminal, konsole and xterm without issues. Could you

Re: [CenterIM-devel] Emoticon rendering bug

2019-12-15 Thread Petr Pavlu
Dne 2019-12-03 01:59, Wade Berrier napsal: I'm running ba658ba (current mob) and wanted to report that emoticons are not getting rendered correctly. It appears they are taking 2 "spaces" but the drawing system thinks it's only one. Thanks for the report. This should be now fixed by b03a616.

Re: [CenterIM-devel] UI hangs while loading log history

2017-04-22 Thread Petr Pavlu
On 19. Apr 17 23:30, Wade Berrier wrote: > I noticed this after the big merge these last few weeks. > > I did some minor profiling and it looks like loading conversations with a > lot of history hangs the UI for a couple of minutes. > > It wasn't apparent what exactly has changed. > > Any

Re: [CenterIM-devel] UI hangs while loading log history

2017-04-20 Thread Petr Pavlu
On 19. Apr 17 23:30, Wade Berrier wrote: > I noticed this after the big merge these last few weeks. > > I did some minor profiling and it looks like loading conversations with a > lot of history hangs the UI for a couple of minutes. > > It wasn't apparent what exactly has changed. > > Any

Re: [CenterIM-devel] [PATCH] Re-join conversations on account reconnect

2016-02-14 Thread Petr Pavlu
Hi Wade, The patch generally looks ok, feel free to land it. Inlined are some suggestions to improve the solution. On 5. Feb 16 13:37, Wade Berrier wrote: > diff --git a/src/Conversations.cpp b/src/Conversations.cpp > index 58a0c81..c35f232 100644 > --- a/src/Conversations.cpp > +++

Re: [CenterIM-devel] [PATCH] Conversation Room List

2015-03-14 Thread Petr Pavlu
On 12. Mar 15 23:20, Wade Berrier wrote: Hello, I've finished a rough implementation of conversation room lists. I didn't know where to post, so I posted to my github account: https://github.com/wberrier/centerim5 Some questions: 1. how's the placement of the room list? Another

Re: [CenterIM-devel] German translation

2013-02-03 Thread Petr Pavlu
On 28. led 13 13:19, Jonas wrote: Good morning, Yes I'm using centerim5 and could translate it. But how? I have never translated a program. Jonas, CenterIM 5 uses a system called GNU gettext [1] for its internationalization and localization support. This is a standard system for this task

Re: [CenterIM-devel] German translation

2013-01-23 Thread Petr Pavlu
to be a bit outdated. Kind regards, Petr Pavlu -- ___ Centerim-devel mailing list Centerim-devel@centerim.org http://centerim.org/mailman/listinfo/centerim-devel http://www.centerim.org/

Re: [CenterIM-devel] commit 35badcdd72909ef5f306b88aee9582f4f0c565be

2013-01-06 Thread Petr Pavlu
. -- Petr Pavlu -- ___ Centerim-devel mailing list Centerim-devel@centerim.org http://centerim.org/mailman/listinfo/centerim-devel http://www.centerim.org/

Re: [CenterIM-devel] New admin

2012-06-29 Thread Petr Pavlu
On 29. Jun 12 14:58, Frank Altpeter wrote: Hi list, For your information: Petr Pavlu aka Setupji has been granted administrator rights to the wiki and upload permission to the download directory to keep up the good work on cim5. As a matter of fact, he's now also reachable as setu

Re: [CenterIM-devel] Contributions: Hide header, typing notifications

2012-06-11 Thread Petr Pavlu
for this great instant messenger. Hello, the code looks good, I polished it only a bit. Thank you for your contribution! -- Petr Pavlu -- ___ Centerim-devel mailing list Centerim-devel@centerim.org http://centerim.org/mailman/listinfo/centerim-devel http

Re: [CenterIM-devel] Buddylist colorization

2011-12-14 Thread Petr Pavlu
key (`+') to display buddies associated with a contact. Colors are currently hardcoded, they can be altered in src/CenterIM.cpp: CenterIM::ColorSchemeInit(). Thank you for taking interest in cim5, I'm looking forward to your patch. -- Petr Pavlu

Re: [CenterIM-devel] CenterIM 5 progress

2011-05-15 Thread Petr Pavlu
reference to `xmlStrcmp@LIBXML2_2.4.30' /usr/local/lib/libpurple.so: undefined reference to `xmlSAXUserParseMemory@LIBXML2_2.4.30' I think the problem lies in the symbol version, `Base' (your version) != LIBXML2_2.4.30 (required version). -- Petr Pavlu

Re: [CenterIM-devel] Hello!

2011-03-30 Thread Petr Pavlu
and flat mode as known from cim4. See how buddy list is rebuilt in pidgin: redo_buddy_list() in gtkblist.c. * Implement account UI ops, especially request_add(), request_authorize() and close_account_request(). -- Petr Pavlu -- ___ Centerim-devel mailing

Re: [CenterIM-devel] CenterIM5 patches

2010-08-14 Thread Petr Pavlu
. * There is a CoreManager::TimeoutConnect() that wrapps g_timeout_add(). * Correct spelling is sepArator, not sepErator. ;) * Consider moving wbkgd() call to it's own method, not extending attron(). * Check purple_utf8_strftime() (util.h). -- Petr Pavlu -- ___ Centerim

Re: [CenterIM-devel] CenterIM5 patches

2010-08-12 Thread Petr Pavlu
the Window is already a Container. 0005-Add-Swedish-Language.patch Looks ok, I can see Swedish translation after setting correct locales. Go ahead and commit this change to the mob branch. -- Petr Pavlu -- ___ Centerim-devel mailing list Centerim-devel