Commit graph

118 commits

Author SHA1 Message Date
Yann Leboulanger
9d7c80d522 [thorstenp] replace has_key by key in dict. Fixes #4392 2008-10-07 20:41:59 +00:00
Yann Leboulanger
fc8d21fd5e fix traceback when changing month/year in history window with no selected jid. Fixes #4240 2008-08-26 10:55:18 +00:00
Julien Pivotto
de4a23e751 See #4200.
* remove js from some headers
 * set coding:utf-8 to allow real names in headers
2008-08-15 17:31:51 +00:00
Julien Pivotto
8bc9bc29ae * Big headers review
* Remove some licencing problems
 * To do: same for images
 * See #4200
2008-08-15 03:20:23 +00:00
Yann Leboulanger
04de76b65a don't look for history in database when none is typed in history window. Fixes #4192 2008-08-13 11:46:06 +00:00
js
8605cd3f38 For historical reasons, we have a tab width of 3. This is strange, but
we have that in all files. To at least lesser the confusion a bit, add
vim tags for that.
Additionally, fix wrong #! in a few files.
2008-07-29 19:49:31 +00:00
Brendan Taylor
b837c9c558 use YYYY-MM-DD dates in the chat history window so it sorts correctly 2008-07-12 04:36:05 +00:00
Jean-Marie Traissard
a0f57f5e99 Simpler way to do [9756], thanks steve-e 2008-06-04 18:58:14 +00:00
Jean-Marie Traissard
e5b2e38792 Fix regression introduced in [9727]. Do not fail if the jid line contain 'Enter
JID or Contact name' or something at opening.
2008-06-03 18:44:32 +00:00
Jean-Marie Traissard
f604ed373a Remove unused temp var 2008-05-31 22:13:57 +00:00
Jean-Marie Traissard
4dc8ad861c -Fix TB in my last commit
-Stop using idle_call for marking days with log in calendar, because this was... longer !
-Stop emiting month changed signal two times (so it was even longer)
2008-05-31 20:49:48 +00:00
Jean-Marie Traissard
57a1c4b130 Use idle_add for history_win._fill_completion_dict (LOT faster) 2008-05-31 19:41:42 +00:00
Jean-Marie Traissard
9c8c5a924c Even load the pixbuf only once. 2008-05-03 10:59:18 +00:00
Stephan Erb
d95c087ffa Remove debug remains. 2008-05-03 10:20:56 +00:00
Stephan Erb
8c963e2de0 Load icons for history window only once. 2008-05-03 10:15:47 +00:00
Yann Leboulanger
5dd0d4fce8 move functions that build icons to gtkgui_helpers instead of roster_window. Fixes #3873 2008-04-17 14:17:14 +00:00
Stephan Erb
573ae48a43 History Window:
* Make usage of history_window (hopefully) more straight forward. (widget placement, focus, shown nicks, completion...)
* Kill two bugs where wrong nicknames were shown in chathistory and results window.
* Rename functions to make clear that their are intended for private usage only.
2008-04-03 17:48:55 +00:00
Jean-Marie Traissard
49dcc089a7 Make history window work even if we don't have roster. 2008-03-13 02:12:25 +00:00
Jean-Marie Traissard
67f69fe688 History log checkbutton cleanings :
* Fix a bug when accessing by nickname
* Restore usability for rooms (opened ones) and offlines contacts (but if in roster)
* Don't search account of contact if we already have it
* Disable checkbutton if we don't log for the whole account
2008-03-13 01:15:57 +00:00
Yann Leboulanger
a8666e1508 correctly decode utf-8 names in history window. fixes #3552 2007-12-03 18:53:24 +00:00
Yann Leboulanger
605caae2b8 My name has changed 2007-10-22 11:33:50 +00:00
Yann Leboulanger
22c1aeda29 next release will be GPL v3. fixes #3290 2007-10-22 11:13:13 +00:00
Yann Leboulanger
5b940a2416 close history window on ESC. fixes #3233 2007-10-09 18:34:10 +00:00
Stephan Erb
4187f57eca Add global search to history_viewer. Minor GUI improvements. Fix nasty bug: history_window was adding unexisting jids to logs.db, when it was tried to view their history. 2007-10-06 23:06:09 +00:00
Stephan Erb
164a21a0b2 Disable logging checkbox for contacts of offline accounts 2007-09-21 16:30:19 +00:00
Yann Leboulanger
81c65ccac8 [steve-e] Ability to select a jid in history window. fixes #3410, #3308, #1925 2007-09-14 20:18:06 +00:00
Jean-Marie Traissard
8c2c43be0f Move log_for_this_contact checkbutton from vcard dialog to history dialog. So you can NOT
log some chatrooms. Fixes #2592.
2007-03-31 13:40:23 +00:00
Yann Leboulanger
0014e6e597 prevent TB. fixes #2936 2007-01-24 20:57:41 +00:00
Yann Leboulanger
dc4f4922af [Brice Maron & I] add option to configure the way time is printed. fixes #2797 2007-01-12 19:27:00 +00:00
Nikos Kouremenos
075eeef1ba make sure before_/after_time/name possible newlines are taken into account in history window too 2006-10-08 00:31:05 +00:00
Nikos Kouremenos
ac225d4954 do not do utf-8 twice; make sure before_/after_time/name possible newlines are taken into account in history window too 2006-10-08 00:28:33 +00:00
Nikos Kouremenos
607f473cc8 do not show Clear menuitem in TextView in History Window 2006-10-07 13:23:20 +00:00
Nikos Kouremenos
9002b3d293 put my email (and jid), not one of my JIDs 2006-09-28 11:31:25 +00:00
Yann Leboulanger
bc26593974 use gettext.install. Fixes #497 2006-06-15 06:49:04 +00:00
Jean-Marie Traissard
001b1c0f20 [roger]Merge metacontacts logs on the fly, fix #1891
[jim]Clean patch, move duplicate code.
Added condition missing in [5779], can you confirm Yann ?
2006-06-04 09:54:11 +00:00
Dimitur Kirov
5e6b016af1 split gtkgui.glade in several small glade
files, which are now located in data/glade/
2006-05-02 15:53:25 +00:00
Dimitur Kirov
5c9613db65 break more circular references that keep
objects alive (the other 1/2 of #1829)
context menu for groupchat banner
2006-04-18 15:36:16 +00:00
Nikos Kouremenos
16bc64e7cb [jim++] print status change iwth no status message when we log status changes. fixes #1635 2006-03-01 21:32:49 +00:00
Nikos Kouremenos
29ec011b9a operate on model using path thus eliminate iter = model.get_iter(path) calls 2006-02-04 23:07:46 +00:00
Nikos Kouremenos
a2e478589f commit back sort (gtk lingo for clickabity on header to sort) 2006-02-02 23:57:52 +00:00
Nikos Kouremenos
496baa0f0c we sort by time in db query. no need to dup 2006-02-02 23:42:57 +00:00
Nikos Kouremenos
5a3f23f2a7 we sort by time in db query. no need to dup 2006-02-02 23:41:19 +00:00
Yann Leboulanger
d25430313d use new contacts functions 2006-02-01 19:09:48 +00:00
Yann Leboulanger
d2ab3031f1 contact.name can now be empty. So use contact.get_shown_name() that returns a user friendly name 2006-01-10 18:30:57 +00:00
Travis Shirk
1360933ba9 Merged in trunk updates, including meta_contacts
Merged revisions 4951,4962-4969 via svnmerge from
svn://svn.gajim.org/gajim/trunk

........
r4951 | nk | 2005-12-30 16:50:36 -0700 (Fri, 30 Dec 2005) | 1 line

fixes in greek transl
........
r4962 | asterix | 2006-01-01 11:41:04 -0700 (Sun, 01 Jan 2006) | 2 lines

merge meta_contacts branch with trunk. Meta contacts are not in gajim yet, but framework is here. We now use gajim.contacts.many_functions() to handle contacts and groupchat_contacts.

........
r4963 | asterix | 2006-01-01 11:43:24 -0700 (Sun, 01 Jan 2006) | 2 lines

correct contacts file

........
r4964 | asterix | 2006-01-01 11:47:26 -0700 (Sun, 01 Jan 2006) | 2 lines

dict.remove() doesn't exists, it's del dict[]

........
r4965 | asterix | 2006-01-01 11:50:15 -0700 (Sun, 01 Jan 2006) | 2 lines

some missing commits from branch

........
r4966 | asterix | 2006-01-01 11:53:30 -0700 (Sun, 01 Jan 2006) | 2 lines

end of gc_contact.nick -> gc_contact.name

........
r4967 | asterix | 2006-01-01 12:05:59 -0700 (Sun, 01 Jan 2006) | 2 lines

new ACE option: send_sha_in_gc_presence that allow to send sha info in groupchat presences

........
r4968 | asterix | 2006-01-01 12:12:36 -0700 (Sun, 01 Jan 2006) | 2 lines

0.9.1-2 in debian that solve the group bug (commit [4924])

........
r4969 | asterix | 2006-01-01 12:31:13 -0700 (Sun, 01 Jan 2006) | 2 lines

typo

........
2006-01-01 20:06:26 +00:00
Nikos Kouremenos
56f535da4f in history search results now name column is filled even if we are in normal chat 2005-12-27 20:56:30 +00:00
Nikos Kouremenos
f63a0c89ec if the window come back to prev size after expander collapses depends on if window is resizable or not! 2005-12-27 19:02:15 +00:00
Nikos Kouremenos
9fed3f6602 nothing 2005-12-27 13:49:34 +00:00
Nikos Kouremenos
1c9663740e double click on history search resut now scrolls to line and even highlights it! :) 2005-12-27 13:38:42 +00:00
Nikos Kouremenos
8e4d7996b9 hardcode Y M D H M S 2005-12-26 16:38:24 +00:00