Commit Graph

482 Commits

Author SHA1 Message Date
Yann Leboulanger 7934380cb2 when we click on a popup window, event is maybe already shown. prevent this TB. Fixes #1644 2006-03-02 21:13:12 +00:00
Yann Leboulanger 946a28b26b [Jim++] some elif instead of if 2006-02-26 23:29:49 +00:00
Yann Leboulanger 0b6f021295 don't give focus to buttons in HIGdialogs. fixes #1412 2006-02-21 11:21:58 +00:00
Yann Leboulanger 9fe2475eba show a correct vcard when it's the one of a contact that request our subscription. Fixes #1524 2006-02-20 21:30:45 +00:00
Yann Leboulanger 4415d770fc not_in_the_roster.png -> not_in_roster.png 2006-02-20 11:02:35 +00:00
Nikos Kouremenos 72d49e951e if user removes sth, ask him on quiting about VACUUM and if he likes that do it (sqlite docs say it can take sometime one large db (I cannot test, YANN?) and it is why I do not do it automatically; also fix a bug on massively deleteing contact logs 2006-02-06 21:35:54 +00:00
Nikos Kouremenos 6b925ec324 better varname 2006-02-04 20:26:07 +00:00
Travis Shirk 029d4838b8 SingleMessageWindow size/position fixes for #1505 2006-02-04 01:08:37 +00:00
Yann Leboulanger f751cb6ef0 80 margin 2006-02-03 18:43:18 +00:00
Nikos Kouremenos 76757c556c we cannot click save preset if status msg is empty 2006-01-26 17:40:11 +00:00
Yann Leboulanger 97378c63ed [Campey] We can now position the old-style popup window 2006-01-21 21:11:29 +00:00
Nikos Kouremenos 912207c098 get_actor --> get_name_from_jid so it is visible it is on gajim level and not on xmppy (lower) lever 2006-01-20 17:50:01 +00:00
Nikos Kouremenos bbc42cc115 [knuckles] refactor API about notifications so we do not dup code allover 2006-01-20 17:40:45 +00:00
Yann Leboulanger 2dc4eb3f21 [campey] not in the roster -> Not in Roster. Fixes #1054 2006-01-19 21:55:01 +00:00
Yann Leboulanger 103b143da2 typo 2006-01-19 19:59:58 +00:00
Yann Leboulanger 28a5263cd3 stringprep room jids when we want to join a room 2006-01-19 19:52:51 +00:00
Nikos Kouremenos a8def93b99 enrich with info on how to ban domain and what else is allowed; make Close --> Cancel and Apply --> OK; FIXME: OK cb is not called.. :( 2006-01-19 13:52:02 +00:00
Travis Shirk d46180751b More spell-checking in single msg window; closes #1414 2006-01-19 02:42:58 +00:00
Nikos Kouremenos 5367d4a4fb [knuckles] event images in old style notifications; /me did some rearranging in glade so they look better 2006-01-18 20:30:24 +00:00
Travis Shirk b70b839155 Need to init before any of the events which occur during construction fire. 2006-01-18 02:16:49 +00:00
Nikos Kouremenos a9727e39db [knuckles] GMail notification now shows number of messages and if clicked opens inbox and all that :) 2006-01-17 20:23:36 +00:00
Travis Shirk dd44704af4 Only enable Join button when all required entries have values; closes #1262 2006-01-14 21:59:59 +00:00
Travis Shirk e119091317 Copyright update 2006-01-14 20:50:56 +00:00
Nikos Kouremenos 4764b39382 list THANKS file in about dialog 2006-01-12 08:50:07 +00:00
Nikos Kouremenos 226185d73a remove some more asserts. nicfit have a look if you really need one 2006-01-12 08:30:23 +00:00
Yann Leboulanger 9b0f9c9295 handle correctly click on old popup notification when receiving message 2006-01-11 20:24:49 +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 f52afdcbe8 Merged revisions 5017-5020,5022-5029 via svnmerge from
svn://svn.gajim.org/gajim/trunk

........
r5017 | asterix | 2006-01-06 01:55:51 -0700 (Fri, 06 Jan 2006) | 2 lines

use escape for pango markup

........
r5018 | asterix | 2006-01-06 02:21:39 -0700 (Fri, 06 Jan 2006) | 2 lines

missing new contacts function

........
r5019 | asterix | 2006-01-06 11:03:07 -0700 (Fri, 06 Jan 2006) | 2 lines

handle the click on toggle_gpg_encryption menuitem

........
r5020 | asterix | 2006-01-06 11:14:14 -0700 (Fri, 06 Jan 2006) | 2 lines

use the saved size even if a chat window is already opened

........
r5022 | asterix | 2006-01-07 03:43:47 -0700 (Sat, 07 Jan 2006) | 2 lines

we can now resume filetransfert

........
r5023 | asterix | 2006-01-07 03:56:31 -0700 (Sat, 07 Jan 2006) | 2 lines

[Knuckles] Google E-Mail Notification

........
r5024 | asterix | 2006-01-07 04:02:16 -0700 (Sat, 07 Jan 2006) | 2 lines

better string

........
r5025 | asterix | 2006-01-07 04:14:32 -0700 (Sat, 07 Jan 2006) | 2 lines

fix a TB

........
r5026 | asterix | 2006-01-07 05:36:55 -0700 (Sat, 07 Jan 2006) | 2 lines

we can now drag a file on a contact in the roster to send him a file

........
r5027 | asterix | 2006-01-07 06:26:28 -0700 (Sat, 07 Jan 2006) | 2 lines

contact.groups is always a list, even if emtpy

........
r5028 | asterix | 2006-01-07 06:54:30 -0700 (Sat, 07 Jan 2006) | 2 lines

make all buttons insensitive on a category row in disco

........
r5029 | asterix | 2006-01-07 07:19:25 -0700 (Sat, 07 Jan 2006) | 2 lines

auto open groupchat configuration window when we create a new room

........
2006-01-07 17:25:35 +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
Travis Shirk c30ee542dc Close to usable for chat, receiving messages, etc. 2005-12-31 21:55:44 +00:00
Travis Shirk a52596266c Merged trunk 2005-12-30 21:37:36 +00:00
Nikos Kouremenos 7736cb8824 fix some typos 2005-12-27 20:23:45 +00:00
Nikos Kouremenos 8a0bad93e5 [greblus] hardcode black text for old-style popups 2005-12-27 19:29:04 +00:00
Yann Leboulanger 2f69f3d8ed single message now has conversation_textview so it prints urls and smeileys 2005-12-12 09:12:29 +00:00
Nikos Kouremenos 69fe0f02d7 show artists in about dialog alphabetically 2005-12-10 22:30:28 +00:00
Nikos Kouremenos d9def4d2a4 [grenshad] add FT-related icons. thank him as artist 2005-12-10 22:00:06 +00:00
Yann Leboulanger 612716e2db change copyright from "Gajim Team" to real people 2005-12-09 23:30:28 +00:00
Nikos Kouremenos 638a8ecd0b add THANKS file and point to AUTHORS and THANKS in about dialog too 2005-12-09 17:57:09 +00:00
Yann Leboulanger cae7ce3bac "Gajim Team" in all hearders become "Contributors for this file" 2005-12-09 17:15:30 +00:00
Nikos Kouremenos b284ea89a0 add close button [no new string here, thanks to GTK+] and show it for when we read received single messages instead of showing cancel [which is when we send]; add icon to send button; move ui preparation code to the right method and add some code to handle show/hide for close/cancel button. add a fixme for after 0.9 for string thing 2005-12-08 14:51:35 +00:00
Yann Leboulanger 2e10716559 add missing '/' before resource in single message 2005-12-08 14:00:51 +00:00
Yann Leboulanger 34255e5682 Vincent left us a long time ago 2005-12-07 23:09:10 +00:00
Nikos Kouremenos 4f9404e8b2 migration is okay now if no ~/.gajim; also many other small fixes 2005-12-05 23:25:02 +00:00
Yann Leboulanger 637c903d68 * when in common, no need to do from common import FOO, just import FOO
* we now migrate automaticaly at startup in a thread
 * progressDialog now scroll textvew to the end
2005-12-05 11:13:08 +00:00
Yann Leboulanger ff5e4b32e0 some typo 2005-12-02 17:16:23 +00:00
Nikos Kouremenos ea8cefaac1 commit generic ProgressDialog class to assist us in general for those stuff; now for logs migration 2005-12-02 16:18:04 +00:00
Nikos Kouremenos 0a5ac5d80c fix strings in places; add comments; updatea bit greek trnaslation [now has 666 translated messages] 666!! that rocks 2005-12-02 14:08:40 +00:00
Nikos Kouremenos e39eb2a4e7 fix string; fix so it default to ok 2005-12-02 11:42:17 +00:00
Yann Leboulanger 775aa283b2 we are now ablt to save a status message that contain sevral lines 2005-12-01 20:11:48 +00:00
Nikos Kouremenos db23b53b95 [Paweł M. Zaskórski]use gtkspell to single message winow too; stop doing if 'gtkspell' in globals() and use global var (faster) 2005-11-30 22:22:22 +00:00
Yann Leboulanger 3f2cbf7c46 [SF] show "with account acct_name" instead of "as jid" in menus 2005-11-28 16:29:04 +00:00
Yann Leboulanger b48718a8d1 [multani] when right/middle click on the old popup window, destroy it 2005-11-26 14:39:27 +00:00
Yann Leboulanger acd9d5a26b give focus to join button in join_gc_window when we give a room and server 2005-11-25 22:45:58 +00:00
Yann Leboulanger fb42b277a0 in join_gc, when typing '@' focus goes to server_entry, and back in room_entry when I press backspace in enpty server_entry 2005-11-25 22:28:51 +00:00
Yann Leboulanger c8a921aee4 in join_gc, when typing '@' focus goes to server_entry, and back in room_entry when I press backspace in enpty server_entry 2005-11-25 22:23:58 +00:00
Nikos Kouremenos 8c3a624a77 subj entry to grab focus in single message only if we have jid to sent already 2005-11-23 22:52:50 +00:00
Yann Leboulanger 004c2b546e SingleMEssageWindow now shows resource of sender 2005-11-23 18:19:22 +00:00
Yann Leboulanger 7a50fa4c7d better reply in single message 2005-11-17 23:04:56 +00:00
Yann Leboulanger 4330b72485 when we reply to a single message, we add > ad the begining of each line of the quoted message 2005-11-17 22:29:03 +00:00
Yann Leboulanger f5bd526129 prettify xml stanzas in XML console 2005-11-14 10:14:55 +00:00
Nikos Kouremenos 1921c43a94 try to prevent circular imports 2005-11-13 20:25:04 +00:00
Nikos Kouremenos 082fc7aaa9 fixing dict name: gajim.interface.windows --> gajim.interface.instances 2005-11-13 15:08:47 +00:00
Nikos Kouremenos e57ce76bdd fix 2005-11-13 13:51:01 +00:00
Travis Shirk 96fbd0ae4f JEP 0070 Last Call updates; transaction IDs are a MUST, so we should display them to the user.
Closes #1088
2005-11-13 01:48:48 +00:00
Nikos Kouremenos 33e7b103c0 gtkexcepthook only for those that run svn versions; release user should not be bugged with TBs as they should be minor to overall functionality and he should not care. if he is advanced he knows how to find out what is wrong (how to get to see a traceback etc); also moving get_avatar_pixbuf_from_cache to gtkgui_helpers (all in one commit because of import issues) 2005-11-12 21:24:54 +00:00
Nikos Kouremenos 3556d134bd [lorien420] popup notifications now use notification-daemon if there so they look nicer thanks to Andrew Sayman. I go play some Crack Attack! in return 2005-11-11 19:06:48 +00:00
Yann Leboulanger 1060ab1dbe contact in not in the roster can be added to the roster 2005-11-09 18:02:57 +00:00
Nikos Kouremenos 20aac96c8d correct which entry we insenitive 2005-11-07 21:40:01 +00:00
Yann Leboulanger b8476426a2 insensitivie jid_entry when we add a contact from which we know the jid (right click on email -> add contact, accept a sub request, ...) 2005-11-07 21:30:35 +00:00
Yann Leboulanger 2b0d8e2a70 fix TB 2005-11-03 22:15:40 +00:00
Yann Leboulanger f130ce29c0 we now stringprep jid and resource everywhere:
when we recieve a jid from server
when we enter a jid or resource in GUI
2005-11-03 14:46:56 +00:00
Nikos Kouremenos 1462b4a27f we were checking for @ unless we had /echo but it is also valid to contact jabber.org so it is time we do not check at all if jid has @ 2005-11-03 12:45:26 +00:00
Yann Leboulanger ce7a532f08 typo 2005-11-02 22:01:28 +00:00
Nikos Kouremenos f7a1f8fa64 fix strings and fix comments 2005-11-02 14:54:25 +00:00
Yann Leboulanger 73a9a282ba when we add a contact, check if it's already in roster (case insensitive) 2005-11-02 12:46:57 +00:00
Nikos Kouremenos 47fbe4b3cb it is GTK+ 2005-10-30 16:16:00 +00:00
Nikos Kouremenos b43220a6e9 no need to assign to local unused var 2005-10-29 14:24:32 +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
Yann Leboulanger e8a3b670f6 GPG keys are now sorted alphabetically 2005-10-22 08:52:13 +00:00
Yann Leboulanger 726640ef4b the old self.plugin variable becomes gajim.interface, no need to pass it to every functions/classes 2005-10-20 11:17:17 +00:00
Yann Leboulanger 9d42d10853 file-stopped and file-completed can be saved in awiting_events queue 2005-10-19 21:14:51 +00:00
Yann Leboulanger af7fef5ec1 file-send-error can now be added to the awaiting queue 2005-10-19 20:16:22 +00:00
Yann Leboulanger 5b8a2c736b factorize code 2005-10-18 21:20:39 +00:00
Yann Leboulanger 314fd4a8bf file-request-error can now be saved in the awaiting_events queue
better code to handle all these events
2005-10-18 20:30:26 +00:00
Yann Leboulanger 63c1d3d3f0 file transfer request can now be stored in awaiting_events queue and recalled from roster / filetransfer / popup notification 2005-10-18 09:07:52 +00:00
Yann Leboulanger 4a824668e1 window pos and size must be catch before the destroy event 2005-10-17 15:57:03 +00:00
Nikos Kouremenos 1ffb867355 better varname 2005-10-17 12:45:55 +00:00
Yann Leboulanger 9e629e71f9 save single message window size and position when it is destroyed 2005-10-17 08:25:05 +00:00
Yann Leboulanger c1d334c25d save single chat size/position 2005-10-16 22:08:42 +00:00
Yann Leboulanger 77cb852057 single messages are well handled: they are saved in awaiting_events if needed and are printed when we dubble click a contact row, or systray or popup window 2005-10-16 13:18:34 +00:00
Nikos Kouremenos 992aa5c22b n0thing 2005-10-13 19:44:09 +00:00
Yann Leboulanger 2840838b7f pm message via popup windows are well handled now 2005-10-11 14:40:47 +00:00
Yann Leboulanger 7b6dd8faca new pm popup window now show "From nick in room room_name" 2005-10-11 14:16:01 +00:00
Yann Leboulanger 9ad6103ada new pm popup window now show "From nick" 2005-10-11 13:59:41 +00:00
Nikos Kouremenos 3e0e623e9a fix code quality. if user presses Cancel in Status change dialog do not set the new status; add comments to code, make it cleaner (use 'SEPARATOR' and not '' for string for combobox; HIG (add ... to finish menuitems that need it and add a missing mnemonic) 2005-10-09 22:24:18 +00:00
Nikos Kouremenos 62dd337e3e typo 2005-10-09 18:42:41 +00:00
Nikos Kouremenos d9d527b2ef improve code quality. code block is cleaner. ugly hack was leaving leading space 2005-10-09 18:42:24 +00:00
Yann Leboulanger 15fc953638 dialogs.ChangeStatusMessageDialog can take no show argument 2005-10-09 14:44:52 +00:00
Nikos Kouremenos 6794f9a138 allow fake jid: server.tld/echo 2005-10-04 14:38:32 +00:00
Nikos Kouremenos 41fd150b93 confrimation dilaogs have QUESTION and not WARNING 2005-09-28 14:20:51 +00:00
Nikos Kouremenos 04d82ec3fc wrap license 2005-09-26 13:06:11 +00:00
Nikos Kouremenos a4cb65366b add a decode 2005-09-25 19:00:14 +00:00
Nikos Kouremenos 4e97beaa84 80 chars 2005-09-24 21:50:58 +00:00
Nikos Kouremenos 35758a4266 add a transl comment 2005-09-24 21:49:28 +00:00
Yann Leboulanger 8f93012465 groupchat_window now has an on_message function that can hold pm in queues so they are not printed (systray is not handled yet) 2005-09-23 21:01:42 +00:00
Nikos Kouremenos a286f42b34 cleanup 2005-09-22 15:15:39 +00:00
Nikos Kouremenos eb7d3cc381 fix a tb 2005-09-16 15:18:35 +00:00
Alex Mauer ed135f3207 * New groupchat "/" commands interpretation.
* Added help for all "/" commands (in groupchat)
* Added "/join" to commands
2005-09-14 07:34:17 +00:00
Nikos Kouremenos ad3d571429 not just enter to click the button, but also button to have focus 2005-09-11 18:05:18 +00:00
Nikos Kouremenos 43aef76dd9 [sef and me] now we also handle receiving invitations 2005-09-11 15:02:22 +00:00
Nikos Kouremenos a311b5dd61 use set_default_response instead of customly adding button and .grab_focus() on it 2005-09-11 14:21:14 +00:00
Nikos Kouremenos 788a4dc7a1 remove checks and code for < 2.6 2005-09-11 13:56:38 +00:00
Yann Leboulanger b416cf60d7 xml_windows are never destroyed 2005-09-10 09:45:18 +00:00
Nikos Kouremenos ee3591470b add gtkexcepthook.py to POTFILES.in and add GPL header 2005-09-09 20:26:06 +00:00
Nikos Kouremenos 6aca17ecf2 bye bye to old HigDialog which was 20 lines. now it is only 8 2005-09-09 20:21:14 +00:00
Nikos Kouremenos d0f2ab8eb5 thanks to Dennis Caven we now use less code to do the same thing. pygtk26 functions rock 2005-09-09 19:42:47 +00:00
Nikos Kouremenos 1f9fcd4d14 colors by rgb names 2005-09-05 00:08:52 +00:00
Nikos Kouremenos faab65d973 fix passive voice. now translators can write more free 2005-09-03 16:30:01 +00:00
Nikos Kouremenos 4443c7a3be fix expansion in edit groups dialog 2005-08-29 00:01:43 +00:00
Nikos Kouremenos 02ce0f1e99 credit our artists in about dialog 2005-08-28 15:55:50 +00:00
Nikos Kouremenos b642f0ee4f [Stéphan K.] show protocol table row in add contact dlg only if we have transports in that dialog 2005-08-27 00:23:44 +00:00
Nikos Kouremenos cec336112d [Stéphan K.] make most strings we use unicode instacnes 2005-08-26 00:52:44 +00:00
Nikos Kouremenos 08e6b8a6a9 add dimitur in about dialog 2005-08-25 19:14:46 +00:00
Nikos Kouremenos cb88b23b16 remove an uneeded assignemnt and some \r\n 2005-08-25 18:32:09 +00:00
Nikos Kouremenos bc284578f2 fix strings, coding standards and add a fixme for dkirov to investigate 2005-08-24 11:57:14 +00:00
Nikos Kouremenos d3af231d5f try to use a HigDialog and not a glade dialog for InitationReceivedDialog class 2005-08-19 14:24:42 +00:00
Nikos Kouremenos b955442642 now only accept invitation button does not work 2005-08-14 23:54:55 +00:00
Nikos Kouremenos 177a4c76de moving tooltips code to tooltips.py; moving ft_window to ft_window.py 2005-08-14 23:52:12 +00:00
Nikos Kouremenos 0124ec748c inital code and glade for invitation dialog (nothing is marked for translation) this is for 0.9 2005-08-14 23:21:57 +00:00
Yann Leboulanger 93293dfdc5 InformationDialog doesn't use run() anymore 2005-08-14 16:12:36 +00:00
Nikos Kouremenos a91765990b comments for translators; pot/po 2005-08-13 11:17:49 +00:00
Dimitur Kirov 61f1d80063 lost row restored 2005-08-13 10:49:29 +00:00
Nikos Kouremenos a629c31426 we can now drag a file and drop it in contact and it will initiate file transfer! 2005-08-13 01:25:43 +00:00
Nikos Kouremenos 48860ef25b better colors for FT [before success/req/failure had the same red color] 2005-08-13 00:53:37 +00:00
Dimitur Kirov e8472e2067 on cancel works for context menu
selection with keyboard reflects on sensitivity
of the buttons
2005-08-12 14:53:09 +00:00
Nikos Kouremenos fcf2fc4c09 [Stian B. Barmen] norwegean po is ready; pot/po (some fuzzying) 2005-08-12 13:26:44 +00:00
Dimitur Kirov 42c23d9ffe add image to 'Open containing folder' button
and Saved in: /path/to/file in sectext
2005-08-12 09:32:45 +00:00
Dimitur Kirov 32bb3c5024 open containing folder in file transfer ok
response
2005-08-12 02:12:12 +00:00
Dimitur Kirov 5bb3148d8f change sensitive on all context menus,
open in current folder, context menu even if
not over row
2005-08-11 20:27:01 +00:00
Dimitur Kirov 80fc80b62c gtk.Button.set_image not available on
pygtk < 2.6
2005-08-10 21:49:51 +00:00
Nikos Kouremenos 6dc0759243 fix tb 2005-08-10 19:34:58 +00:00
Nikos Kouremenos ea704fc426 fix english typos 2005-08-10 19:10:58 +00:00
Dimitur Kirov d925c53d6b buttons sensitiveness now works 2005-08-10 16:00:39 +00:00
Dimitur Kirov 637351b3b6 bound contextmenu to the file list 2005-08-10 00:05:41 +00:00
Nikos Kouremenos d2659b2cf4 moving function to right place 2005-08-09 19:15:59 +00:00
Dimitur Kirov e418a3e02d added context menu for FT window 2005-08-09 19:00:19 +00:00
Dimitur Kirov bd7d629140 fixed priority comparison and corrected widget
reflection on the new button name
2005-08-09 17:58:50 +00:00
Dimitur Kirov ed1893ee9b moved convert bytes to common/helpers 2005-08-09 17:27:27 +00:00
Nikos Kouremenos 9c2b9e4b58 cancel not stop for ft window 2005-08-09 17:21:40 +00:00
Dimitur Kirov 016d70d7da show correct status in toooltip, display name,
instead of jid in popup notification
2005-08-09 17:15:45 +00:00
Dimitur Kirov af52ebd127 File transfer completed shows to, when you are
sender
2005-08-09 15:29:45 +00:00
Nikos Kouremenos 33d86277ff fix identation 2005-08-09 13:35:05 +00:00
Dimitur Kirov 2bc8bcf482 fixed logic errors in FT and proxies 2005-08-09 11:38:11 +00:00
Dimitur Kirov 028bfbb6f0 reduce chars and lines in helpers 2005-08-08 15:44:22 +00:00
Nikos Kouremenos 026c8f0bc0 fix a typo in ft code 2005-08-08 10:42:25 +00:00
Dimitur Kirov 73138c985e strings fixes 2005-08-07 21:01:21 +00:00
Dimitur Kirov e9d28c9703 show error message on proxy timeout 2005-08-07 18:43:53 +00:00
Dimitur Kirov 38b9b59916 showing status stopped if not connected 2005-08-07 13:23:17 +00:00
Dimitur Kirov 578105a3ef removed useless strings 2005-08-07 12:31:05 +00:00
Dimitur Kirov ff0b206f65 tooltips in FT window 2005-08-07 12:06:24 +00:00
Yann Leboulanger 2d1f629527 we can now send message to online users 2005-08-07 11:40:48 +00:00
Nikos Kouremenos 390495293c resize, no expand (if huge filename it is not good) [and set_max_with with resize has a bug] 2005-08-06 23:06:31 +00:00
Nikos Kouremenos 996212cb59 resizable 2nd column for FT 2005-08-06 20:49:24 +00:00
Nikos Kouremenos fb691080fe fixes for filetransfer dlg 2005-08-06 20:31:15 +00:00
Dimitur Kirov 1e63f89690 new error messages 2005-08-06 20:20:31 +00:00
Nikos Kouremenos 41239e8d64 advanced menu is in 2005-08-06 19:14:21 +00:00
Dimitur Kirov 0a0eaa6067 more messages for FT 2005-08-06 16:16:40 +00:00
Yann Leboulanger 5177472406 here is the OLD way to implement MOTD. It's not the JEP-133 way 2005-08-06 12:33:20 +00:00
Nikos Kouremenos de46aeaa08 when new_chat give the oontact with higher priority not the first resource 2005-08-06 10:20:04 +00:00
Yann Leboulanger 5cca92fb4e xml console is now hidden instead of destroyed, has an enable checkbutton and a clear button, and scroll to the end if we was at the end 2005-08-06 00:38:24 +00:00
Yann Leboulanger 37a315ac9d xml console now print everything that is sent/received 2005-08-05 23:43:28 +00:00
Yann Leboulanger 899396bc90 all incomming stanza are printed in xml console
need much more work (out going stanza ...)
2005-08-04 20:32:38 +00:00
Dimitur Kirov a9d00f7412 show FT window if autopup(away) is set
ask on file exists
2005-08-04 11:17:16 +00:00
Dimitur Kirov b2242b9b01 set the correct sensitiveness 2005-08-04 07:23:31 +00:00
Dimitur Kirov 4de1ac6e46 removed button became inactive if there are
no selected rows
2005-08-03 21:11:46 +00:00
Dimitur Kirov 0bb1dd8a5f missing 'N' in transfer 2005-08-03 16:53:04 +00:00
Nikos Kouremenos 148db88343 close button for file transfer dialog as default; Ctrl+T and file transfers menuitem in roster 2005-08-03 15:59:44 +00:00
Dimitur Kirov 7e1958b42c show Recipient, instead of Sender, when sending
file
2005-08-03 15:51:37 +00:00
Dimitur Kirov f09d3ac32e file transfer dialog support sendning files 2005-08-03 14:11:51 +00:00
Nikos Kouremenos 11e4f6b471 better strings; fixes in glade 2005-08-03 00:39:00 +00:00
Nikos Kouremenos 6aefa6ae86 use plural forms (ngettext) in a string. please convert your strings that way 2005-08-02 23:03:21 +00:00
Yann Leboulanger 7e225fcf7d ChooseGPGDialog is back with run() (We need to wait for the answer before continuing) and this cause NO PB with keepalive 2005-08-02 16:27:25 +00:00
Nikos Kouremenos 9a03441f75 coding standards, HIG plz adhere! :) 2005-08-01 23:17:53 +00:00
Nikos Kouremenos dd821ac164 use better strings (adhere to HIG, try to describe better what is going on), make code by dkirov adhere to our coding standards, fix comments and FIXME in comments 2005-08-01 22:48:58 +00:00
Yann Leboulanger 4d661b5042 update info stored on server when we move a contact from edit group window 2005-08-01 19:33:22 +00:00
Dimitur Kirov 3c46c13d8d ':' spacing. always set a status message 2005-08-01 16:14:35 +00:00
Dimitur Kirov 8c7d818eca changed comment 2005-08-01 16:00:36 +00:00
Dimitur Kirov 438606b50d show 'offline' to offline users with no
message
2005-08-01 15:54:26 +00:00
Dimitur Kirov f4c6c41e5b not showing status in tray tooltip 2005-08-01 15:50:43 +00:00
Dimitur Kirov 64853a80a0 file transfer window 2005-08-01 15:02:17 +00:00
Dimitur Kirov a6f9f83f31 fixed "Pan Taduesz; Ksiega I" problem 2005-07-31 21:16:20 +00:00
Dimitur Kirov f4bacf0989 tooltip positioning... base tooltip class...
custom tooltip in notif. area
2005-07-31 19:21:11 +00:00
Dimitur Kirov 7f25dbd34a thanks to ehh who reported strange behaviour
of tooltip window: each time tooltip gets
bigger this will prevent further bugs of this
king
2005-07-30 19:19:48 +00:00
Dimitur Kirov 146777738e pack table with expand and fill 2005-07-30 15:31:10 +00:00
Dimitur Kirov fd1e2e7a3f notifications for completed download 2005-07-30 14:14:10 +00:00
Dimitur Kirov d30efa1421 simple file receiving 2005-07-30 10:20:46 +00:00
Dimitur Kirov c31e8e9d41 ok button is focused by default 2005-07-30 00:27:58 +00:00
Dimitur Kirov c43b72434e bug 461 - comfirm for close MUC dialog 2005-07-29 17:18:51 +00:00
Dimitur Kirov 441b9d6290 Allow receiving single messages with no
subject (bug 615)
2005-07-26 15:23:11 +00:00
Nikos Kouremenos dcfdc006e0 nothing 2005-07-25 14:38:41 +00:00