root/trunk/src/groupchat_control.py

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @10890 [10890] 2 weeks jim++ Faster and cleaner version of …
(edit) @10829 [10829] 4 weeks asterix don't require to still be in the room to read pm. Fixes #4570
(edit) @10770 [10770] 5 weeks asterix [thorstenp] remove whitespace at eol
(edit) @10757 [10757] 5 weeks asterix [thorstenp] fix redefined builtins
(edit) @10752 [10752] 5 weeks asterix [thorstenp] fix unused variables
(edit) @10749 [10749] 5 weeks asterix [thorstenp] remove useless import
(edit) @10743 [10743] 5 weeks asterix [thorstenp] remove useless semicolons
(edit) @10666 [10666] 7 weeks asterix hide tooltip when we press a button in groupchat. Fixes #4479
(edit) @10648 [10648] 8 weeks roidelapluie Very basic integration of xHtml GUI
(edit) @10633 [10633] 2 months asterix hide add bookmark menuitem in groupchat banner popup menu when room is …
(edit) @10627 [10627] 2 months js Handle bookmark button in chat window like we handle add contact.
(edit) @10591 [10591] 2 months asterix disable bookmark button / menuitem when room is already bookmarked. Fixes …
(edit) @10587 [10587] 2 months asterix show bookmark title instead of jid in tabs and roster. Fixes #4420
(edit) @10585 [10585] 2 months asterix Use Alt+T to change subject in a room instead of Ctrl+T
(edit) @10549 [10549] 3 months asterix revert thorstenp patches for now. They introduce bugs.
(edit) @10548 [10548] 3 months asterix [thorstenp] fix unused variables
(edit) @10545 [10545] 3 months asterix [thorstenp] remove useless import
(edit) @10539 [10539] 3 months asterix [thorstenp] remove useless ;
(edit) @10532 [10532] 3 months jim++ GC are now opened without automatic switch to tab, stop them stealing …
(edit) @10530 [10530] 3 months asterix show minimized room in roster in red if we have been highlighted.
(edit) @10528 [10528] 3 months asterix update Contact instance in privateChatControl. see #4292
(edit) @10518 [10518] 3 months asterix [thorstenp] rename some var to not hide builts-in functions (list -> …
(edit) @10510 [10510] 3 months asterix [thorstenp] replace list with tuple in for and if
(edit) @10508 [10508] 3 months asterix [thorstenp] di not use emtpy except clauses
(edit) @10506 [10506] 3 months asterix [thorstenp] replace if statement with dict.get()
(edit) @10503 [10503] 3 months asterix prevent traceback when private message window creation fails. Fixes #4393
(edit) @10497 [10497] 3 months asterix [thorstenp] replace has_key by key in dict. Fixes #4392
(edit) @10446 [10446] 3 months asterix prevent sending invalid XML chars in pm and in muc. Fixes #4354
(edit) @10438 [10438] 3 months asterix don't prevent removing contact iter in groupchat if there are pending …
(edit) @10434 [10434] 3 months asterix show free for chat contacts before online contacts in roster when sorting …
(edit) @10431 [10431] 3 months asterix ability to sort by status in roster and in muc separatly. Fixes #3823
(edit) @10428 [10428] 4 months asterix sort group chats by status if option is checked. Fixes #3823
(edit) @10392 [10392] 4 months asterix show better icon for send file menuitems / buttons. Fixes #4282
(edit) @10377 [10377] 4 months asterix show number of participants in groupchats. fixes #3418
(edit) @10348 [10348] 4 months asterix fix typo
(edit) @10347 [10347] 4 months asterix show role and affiliation in groupchat correctly. fixes #3871
(edit) @10346 [10346] 4 months asterix ask to change nickname for a groupchat only once. Fixes #4250
(edit) @10268 [10268] 5 months nicfit Updated copyright years for myself.
(edit) @10267 [10267] 5 months nicfit Make the message control text entry grab focus when new controls are …
(edit) @10250 [10250] 5 months roidelapluie See #4200. * remove js from some headers * set coding:utf-8 to allow …
(edit) @10247 [10247] 5 months roidelapluie * Big headers review * Remove some licencing problems * To do: same for …
(edit) @10157 [10157] 5 months asterix warning dialogs when closing a chat window are non blocking
(edit) @10154 [10154] 5 months roidelapluie clarify my last commit [10153]
(edit) @10153 [10153] 5 months roidelapluie Prevent a traceback when dragging a file over a groupchat. Fix #4142.
(edit) @10150 [10150] 5 months asterix nearly no blocking dialogs
(edit) @10107 [10107] 5 months asterix fix some translated strings
(edit) @10081 [10081] 5 months js For historical reasons, we have a tab width of 3. This is strange, but we …
(edit) @9960 [9960] 6 months steve-e Improved groupchat minimization: * partly rewrote join_room because it …
(edit) @9931 [9931] 6 months bct fix encrypted/unencrypted notifications in PM
(edit) @9896 [9896] 6 months bct fix a couple of GC and PM TBs
(edit) @9893 [9893] 6 months jim++ Make nick completion work fine with an empty refer_to_nick_char Make nick …
(edit) @9880 [9880] 6 months bct sesison-related TB fixes
(edit) @9847 [9847] 7 months bct win.get_controls() isn't needed anymore
(edit) @9846 [9846] 7 months bct first pass at stripping out the one-tab-per-session code
(edit) @9761 [9761] 7 months jim++ Regroup window.present() calls. See #3908.
(edit) @9760 [9760] 7 months jim++ Change the way to remember last message time in groupchat again. Save the …
(edit) @9660 [9660] 8 months js This shoudl fix tab completion in GC. For real now, I hope.
(edit) @9651 [9651] 8 months roidelapluie One-to-one chat to MUC: set a beter tab name than the jid of the room. See …
(edit) @9650 [9650] 8 months js Same for groupchat.
(edit) @9625 [9625] 8 months bct merged in session-centric branch, with fixes for OTR compatibility
(edit) @9616 [9616] 8 months js Reverted r9614 and r9615. Sorry, bct, but I think it is to early to merge …
(edit) @9614 [9614] 8 months bct merged in session_centric branch
(edit) @9603 [9603] 8 months js * Add button for new chat window GUI. * Buttons get disabled as needed now …
(edit) @9601 [9601] 8 months js Added bookmarks for *EVERY* button in chat window and GC window.
(edit) @9592 [9592] 8 months js Improve the last commit, popup is shown under the button now.
(edit) @9590 [9590] 8 months js * Converted GC to new GUI as well. * Moved some code so we can get rid of …
(edit) @9584 [9584] 8 months js Same for groupchat.
(edit) @9540 [9540] 8 months asterix [js] fix nick completion in groupchats
(edit) @9529 [9529] 9 months steve-e Small roster API cleanups.
(edit) @9516 [9516] 9 months jim++ Change the way last_history_time for room is saved. Save time in mem at …
(edit) @9504 [9504] 9 months jim++ Added one unique function to src/gajim.py to add a GC bookmark. Moved …
(edit) @9501 [9501] 9 months jim++ Moved methods for opening new messages controls from roster.py to …
(edit) @9497 [9497] 9 months steve-e Port roster_window to gtk.TreeModelFilter?. Contacts are now online hidden …
(edit) @9493 [9493] 9 months asterix use a textview to change subject of a room. Fixes #3858
(edit) @9485 [9485] 9 months asterix move functions that build icons to gtkgui_helpers instead of …
(edit) @9482 [9482] 9 months jim++ fix possible TB (can be None)
(edit) @9441 [9441] 9 months jim++ do a little less loops
(edit) @9440 [9440] 9 months jim++ Auto sort bookmarked rooms list (when opening manage dialog and when …
(edit) @9439 [9439] 9 months jim++ Correct indent
(edit) @9438 [9438] 9 months jim++ Make nick cycle works with spaces in nicks, fix a possible bug if …