Commit Graph

3820 Commits

Author SHA1 Message Date
Nikos Kouremenos 47fbe4b3cb it is GTK+ 2005-10-30 16:16:00 +00:00
Nikos Kouremenos 7efdb71dce glade fixes in disco window 2005-10-30 15:12:38 +00:00
shteef 241bc34faa Don't use gtk.Image.clear until we switch to GTK 2.8 2005-10-30 15:08:47 +00:00
shteef 184782baa5 Always show address, not name, in disco window title 2005-10-30 15:05:42 +00:00
shteef fc2d4fa47f Remove periods at the end of tooltips 2005-10-30 15:03:48 +00:00
shteef 258e13c625 Fixed highlighting nicks with spaces.
muc_highlight_words config option is now semicolon separated.
2005-10-30 15:01:57 +00:00
Nikos Kouremenos 57df37e235 fix string 2005-10-30 14:43:30 +00:00
shteef 7384d34379 Added a tooltip to the toplevel services discovery browser describing
greyed out rows.
2005-10-30 14:33:25 +00:00
shteef 20213f24d3 Move banner agent icon in disco to glade 2005-10-30 12:53:42 +00:00
shteef 0154dc4325 Fix undefined 'name' TB in MUC Browser 2005-10-30 12:25:11 +00:00
Yann Leboulanger b4d9a6aab0 new helpers.check_paths() function that creates LOGPATH and VCARDPATH 2005-10-30 11:20:24 +00:00
shteef b69bc501ae New Service Discovery, couple of quick notes about this commit:
* src/disco.py contains all the disco stuff
 * registration remains in src/config.py
 * data/pixmaps/agents contains the icons used in the toplevel server browser
   and the banner. They're referenced at the top of src/disco.py.
2005-10-30 09:58:13 +00:00
Yann Leboulanger 56bc8d4709 add show_all_events and show_roster menuitems to systray menu 2005-10-30 00:08:39 +00:00
Yann Leboulanger 39710fe110 fix TB 2005-10-29 23:43:49 +00:00
Nikos Kouremenos 7ae923f0a4 muc sep a bit upper 2005-10-29 19:05:04 +00:00
Nikos Kouremenos c2994578ad better varname 2005-10-29 17:02:59 +00:00
Nikos Kouremenos 1b62d12dba wizard: account name is Main (translatable) and not from first part of jid 2005-10-29 16:59:11 +00:00
Nikos Kouremenos b975b9380a fallback to green (or should it be human?) theme. afterall what dkirov called GTK+ was not GTK. renaming that to plain 2005-10-29 16:56:33 +00:00
Nikos Kouremenos 3e7c2c563f MessageTextView also used in Group Chat. at last! 2005-10-29 16:33:59 +00:00
Nikos Kouremenos 629f565c0d Tabbed Chat now uses MessageTextView which does it all via gtk bindings so japanese and other IM can come before us to handle Enter as required 2005-10-29 16:06:39 +00:00
Nikos Kouremenos 1e80f8c950 fix docstrings 2005-10-29 15:30:24 +00:00
Nikos Kouremenos 29c9db5df8 fix value 2005-10-29 15:27:06 +00:00
Nikos Kouremenos 8cd566c18d more properties so they do not get lost after refactoring 2005-10-29 15:26:41 +00:00
Nikos Kouremenos 72fea5dd3d buttons_hbox in TC now has size 3 (was 4 and was empty) so it must be safe 2005-10-29 15:18:57 +00:00
Nikos Kouremenos c37dd39f65 now I am sure, so say it in FIXME for sure 2005-10-29 15:15:47 +00:00
Nikos Kouremenos 0134fbb283 0.9 should do more not less than 0.8.2 did 2005-10-29 15:07:42 +00:00
Nikos Kouremenos 973aaee15c do it with functions 2005-10-29 15:03:50 +00:00
Nikos Kouremenos 21ef860622 introducing message_textview class 2005-10-29 14:51:47 +00:00
Nikos Kouremenos 87edc62fbb get msg_textview as first child of msg_scrolled window and not via xml [it is first step for bindings patch] 2005-10-29 14:28:46 +00:00
Nikos Kouremenos be16cc9535 no need of \ 2005-10-29 14:25:05 +00:00
Nikos Kouremenos b43220a6e9 no need to assign to local unused var 2005-10-29 14:24:32 +00:00
Yann Leboulanger b94f13a0eb last_time_printout goes into conversation_textview class 2005-10-29 08:44:41 +00:00
Yann Leboulanger 1142cc1e7d don't remove the event if it's not handled in open_event function 2005-10-28 22:37:58 +00:00
Yann Leboulanger a42c43748c introduce a var in order not to duplicate long var 2005-10-28 22:37:14 +00:00
Nikos Kouremenos 2ccd0183b1 remove unused cb from glade 2005-10-28 22:19:18 +00:00
Nikos Kouremenos 9065e17d1c better strings; remove double import 2005-10-28 22:17:50 +00:00
Yann Leboulanger 0cbb37e865 here is a new widget: conversation_textview: it displays url, emoticons, ... 2005-10-28 21:46:55 +00:00
Nikos Kouremenos bf4a1b28ac xrange and tupple instead of range and list in common/ 2005-10-27 13:22:42 +00:00
Nikos Kouremenos ca60bacdb5 code optimization: tupples not lists in stuff like: 'if foo in [abc]' etc 2005-10-27 13:15:03 +00:00
Nikos Kouremenos 1f1d87019f optimize: xrange instead of range 2005-10-27 12:47:54 +00:00
Travis Shirk af826817fc Only highlight if the entire nick is mentioned, not just individual words.
Closes #1038
2005-10-27 05:18:34 +00:00
Nikos Kouremenos 0e7630fc85 avoid double change in change status msg mni in combobox 2005-10-26 17:33:37 +00:00
Nikos Kouremenos 69fc11d949 optimize 2005-10-26 17:30:52 +00:00
Nikos Kouremenos cb32099db6 fix a bug in Change status msg menuitem in status combobox: all renderers have to be insensitive so all row can end up insensitive 2005-10-26 16:40:59 +00:00
Nikos Kouremenos f430c3581f ask uname as our last chance to detect OS [thanks kael for command] 2005-10-25 08:39:41 +00:00
Nikos Kouremenos 0109d921ac logic fixes 2005-10-24 14:32:13 +00:00
Travis Shirk d1840ef508 Reverting a change that broke chatstates, expecially paused. 2005-10-24 02:18:51 +00:00
Nikos Kouremenos 3de34c3a79 say also in readme 2005-10-23 13:28:05 +00:00
Nikos Kouremenos 81a76a592c some distros even split python stdlib! 2005-10-22 13:13:58 +00:00
Yann Leboulanger e8a3b670f6 GPG keys are now sorted alphabetically 2005-10-22 08:52:13 +00:00