root/trunk/src/history_window.py

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @10786 [10786] 5 weeks asterix make widgets insensitive in history window where there is no jid selected. …
(edit) @10770 [10770] 5 weeks asterix [thorstenp] remove whitespace at eol
(edit) @10752 [10752] 5 weeks asterix [thorstenp] fix unused variables
(edit) @10689 [10689] 6 weeks js [kaylan] Remember size and position of history window. Closes #2824.
(edit) @10624 [10624] 2 months asterix prevent a traceback with completion. Fixes #4461
(edit) @10613 [10613] 2 months asterix fix missing import
(edit) @10609 [10609] 2 months asterix prevent some disk write error and show error dialog.
(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) @10497 [10497] 3 months asterix [thorstenp] replace has_key by key in dict. Fixes #4392
(edit) @10299 [10299] 4 months asterix fix traceback when changing month/year in history window with no selected …
(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) @10226 [10226] 5 months asterix don't look for history in database when none is typed in history window. …
(edit) @10081 [10081] 5 months js For historical reasons, we have a tab width of 3. This is strange, but we …
(edit) @9915 [9915] 6 months bct use YYYY-MM-DD dates in the chat history window so it sorts correctly
(edit) @9759 [9759] 7 months jim++ Simpler way to do [9756], thanks steve-e
(edit) @9756 [9756] 7 months jim++ Fix regression introduced in [9727]. Do not fail if the jid line contain …
(edit) @9729 [9729] 7 months jim++ Remove unused temp var
(edit) @9728 [9728] 7 months jim++ -Fix TB in my last commit -Stop using idle_call for marking days with log …
(edit) @9727 [9727] 7 months jim++ Use idle_add for history_win._fill_completion_dict (LOT faster)
(edit) @9564 [9564] 8 months jim++ Even load the pixbuf only once.
(edit) @9563 [9563] 8 months steve-e Remove debug remains.
(edit) @9562 [9562] 8 months steve-e Load icons for history window only once.
(edit) @9485 [9485] 9 months asterix move functions that build icons to gtkgui_helpers instead of …
(edit) @9431 [9431] 9 months steve-e History Window: * Make usage of history_window (hopefully) more straight …
(edit) @9379 [9379] 10 months jim++ Make history window work even if we don't have roster.
(edit) @9378 [9378] 10 months jim++ History log checkbutton cleanings : * Fix a bug when accessing by …
(edit) @9088 [9088] 13 months asterix correctly decode utf-8 names in history window. fixes #3552
(edit) @8927 [8927] 15 months asterix My name has changed
(edit) @8926 [8926] 15 months asterix next release will be GPL v3. fixes #3290
(edit) @8898 [8898] 15 months asterix close history window on ESC. fixes #3233
(edit) @8886 [8886] 15 months steve-e Add global search to history_viewer. Minor GUI improvements. Fix nasty …
(edit) @8846 [8846] 16 months steve-e Disable logging checkbox for contacts of offline accounts
(edit) @8815 [8815] 16 months asterix [steve-e] Ability to select a jid in history window. fixes #3410, #3308, …
(edit) @8060 [8060] 22 months jim++ Move log_for_this_contact checkbutton from vcard dialog to history dialog. …
(edit) @7893 [7893] 2 years asterix prevent TB. fixes #2936
(edit) @7824 [7824] 2 years asterix [Brice Maron & I] add option to configure the way time is printed. fixes …
(edit) @7127 [7127] 2 years nk make sure before_/after_time/name possible newlines are taken into account …
(edit) @7126 [7126] 2 years nk do not do utf-8 twice; make sure before_/after_time/name possible newlines …
(edit) @7118 [7118] 2 years nk do not show Clear menuitem in TextView? in History Window
(edit) @6980 [6980] 2 years nk put my email (and jid), not one of my JIDs
(edit) @6479 [6479] 3 years asterix use gettext.install. Fixes #497
(edit) @6417 [6417] 3 years jim++ [roger]Merge metacontacts logs on the fly, fix #1891 [jim]Clean patch, …
(edit) @6265 [6265] 3 years dkirov split gtkgui.glade in several small glade files, which are now located in …
(edit) @6181 [6181] 3 years dkirov break more circular references that keep objects alive (the other 1/2 of …
(edit) @5559 [5559] 3 years nk [jim++] print status change iwth no status message when we log status …
(edit) @5353 [5353] 3 years nk operate on model using path thus eliminate iter = model.get_iter(path) …
(edit) @5321 [5321] 3 years nk commit back sort (gtk lingo for clickabity on header to sort)
(edit) @5319 [5319] 3 years nk we sort by time in db query. no need to dup
(edit) @5318 [5318] 3 years nk we sort by time in db query. no need to dup
(edit) @5307 [5307] 3 years asterix use new contacts functions
(edit) @5081 [5081] 3 years nicfit Merged message_window branch.
(edit) @4962 [4962] 3 years asterix merge meta_contacts branch with trunk. Meta contacts are not in gajim yet, …
(edit) @4899 [4899] 3 years nk in history search results now name column is filled even if we are in …
(edit) @4895 [4895] 3 years nk if the window come back to prev size after expander collapses depends on …
(edit) @4894 [4894] 3 years nk nothing
(edit) @4893 [4893] 3 years nk double click on history search resut now scrolls to line and even …
(edit) @4869 [4869] 3 years nk hardcode Y M D H M S
(edit) @4867 [4867] 3 years nk YYYY-MM-DATE TIME
(edit) @4866 [4866] 3 years nk forgot sth. this fixes it
(edit) @4865 [4865] 3 years nk show also time and year in date column in search results
(edit) @4863 [4863] 3 years nk fix so we log muc messages [was broken only in svn]
(edit) @4848 [4848] 3 years nk no need for thatl ocal var
(edit) @4829 [4829] 3 years asterix [Jim] faster version of do_possible_mark_for_days_in_this_month()
(edit) @4755 [4755] 3 years asterix fix bug: argument in print_real_text is a list, not a string
(edit) @4737 [4737] 3 years nk add catching for links and emots in history window
(edit) @4700 [4700] 3 years asterix change copyright from "Gajim Team" to real people
(edit) @4692 [4692] 3 years asterix "Gajim Team" in all hearders become "Contributors for this file"
(edit) @4673 [4673] 3 years asterix Vincent left us a long time ago
(edit) @4641 [4641] 3 years nk query entrys has focus and search button grabs default
(edit) @4636 [4636] 3 years nk do not break logic
(edit) @4635 [4635] 3 years nk call make_python_month_gtk_month in a place
(edit) @4634 [4634] 3 years nk hide query builder button for .9
(edit) @4633 [4633] 3 years nk also select correct month
(edit) @4596 [4596] 3 years nk detect and print correct name for history nickname in pm. we could also as …
(edit) @4583 [4583] 3 years nk cleanup
(edit) @4570 [4570] 3 years nk add clickability to results column (so you can order too), and add …
(edit) @4569 [4569] 3 years nk do not tb if with contact we have no logs at all
(edit) @4565 [4565] 3 years nk select last day we have logs for in history browser
(edit) @4562 [4562] 3 years nk resize the history window on expander expanded and reset it to original …
(edit) @4554 [4554] 3 years nk less columns in history. TODO: fill name for not groupchat