Commit Graph

7910 Commits

Author SHA1 Message Date
Yann Leboulanger 49b7eef9da fix debian package names 2007-09-05 12:29:35 +00:00
Yann Leboulanger 4285ad6668 updated debian control files with fixed dep to python2.4-sqlite2 and new suggested packages 2007-09-05 12:24:56 +00:00
Yann Leboulanger c3e40ea498 catch traceback and show error message when we try to change our nickname with not allowed chars 2007-09-04 21:46:22 +00:00
Yann Leboulanger e556c1084d fix TB when scrolling is too long 2007-09-04 21:36:35 +00:00
Julien Pivotto e5c3b78674 Some GUI improvements.
http://developer.gnome.org/projects/gup/hig/2.0/menus-design.html

Label the menu item with a trailing ellipsis ("...") only if the command
requires further input from the user before it can be performed. Do not
add an ellipsis to items that only present a confirmation dialog (such
as Delete), or that do not require further input (such as Properties,
Preferences or About).
2007-09-03 21:58:03 +00:00
Yann Leboulanger 8c5b3f3a92 process all incoming and outgoing queues even if we receive big things (a file). Fixes #3380 2007-09-03 20:54:28 +00:00
Julien Pivotto 1e75af9e2d Just added me and myself ;-) 2007-09-03 17:30:29 +00:00
Yann Leboulanger e485fd3262 remove _ in preference window, event tab, event combobox 2007-09-03 09:45:27 +00:00
Yann Leboulanger 9fb0a1e29c add an entry in features window for RST generator 2007-09-02 09:34:21 +00:00
Yann Leboulanger ba608b6edd fix a bug in german translation. fixes #3411 2007-09-01 13:10:14 +00:00
Stephan Erb 2fdeabc012 Add my copyright :-) 2007-08-31 23:19:23 +00:00
Yann Leboulanger f71df1b688 get session from event only for chat and normal event. in other events there is no session 2007-08-30 21:43:49 +00:00
Yann Leboulanger 07e52866d5 [oystein] fix dbus signature of gajim-remote list_contacts. fixes #3408 2007-08-30 18:58:40 +00:00
Yann Leboulanger 3f5387c02a begining of preference window improvements. see #3330 2007-08-30 18:44:27 +00:00
Brendan Taylor bac2078bb9 set a session when sending a single message. fixes #3406 2007-08-30 16:42:12 +00:00
Yann Leboulanger 03235e2809 fixes large WCPU footprint under freebsd. fixes #1963 2007-08-29 15:42:37 +00:00
Yann Leboulanger c051cc1a76 remove unused filter entry in disco window 2007-08-29 09:55:55 +00:00
Yann Leboulanger 673d90e30f fix widget visibility in add new contct dialog 2007-08-29 09:12:41 +00:00
Brendan Taylor d5900cd384 fix determining whether a message was encrypted 2007-08-29 06:08:06 +00:00
Julien Pivotto b44b905787 [misc] Fix a coding issue. Fix #3399. 2007-08-28 19:38:42 +00:00
Julien Pivotto 388c012834 Change theme for minimized controls when combobox is changed in config window. 2007-08-28 18:44:31 +00:00
Yann Leboulanger a4a5237c60 show pycrypto in features window 2007-08-27 13:46:25 +00:00
Yann Leboulanger 0c18512fcb fix import error 2007-08-27 13:45:57 +00:00
Yann Leboulanger 62edcc71de make python-crypto an optional dependency 2007-08-27 13:36:24 +00:00
Yann Leboulanger 03dbf641de fix dubble disconnect of a handler. self.hid is already disconnected in _on_window_destroy function 2007-08-27 12:36:55 +00:00
Yann Leboulanger 765b5eb2b2 /join command without argument now pre-fill join_groupchat dialog with current server and nickname 2007-08-27 12:09:07 +00:00
Yann Leboulanger 575b9c242a [Neo] updated italian translation 2007-08-27 10:25:40 +00:00
Yann Leboulanger 08201d4648 log sent messages only once. fixes #3398 2007-08-27 08:56:54 +00:00
Yann Leboulanger 465b2f20c3 "iSocket is already connected" error has a different number under OpenBSD. fixes #3396 2007-08-26 20:45:07 +00:00
Yann Leboulanger ac3332be39 [CrashMan] maximum one digit for percentages in filetransfer windows 2007-08-26 14:44:03 +00:00
Stephan Erb b1136a6959 Generalize save_avatar_files() and generate notif and bw version for local avatars. 2007-08-26 10:23:39 +00:00
Yann Leboulanger 09388ddf1a fix missing import 2007-08-26 07:11:00 +00:00
Yann Leboulanger c9a407ca52 [Brendan Taylor] Gsoc 2007 work : end to end encryptions. Fixes #544 2007-08-25 22:42:35 +00:00
Yann Leboulanger 9d88dbdfd8 [Neo] updated itanlian translation. fix a typo in cs translation 2007-08-25 14:31:30 +00:00
Yann Leboulanger 7935a30931 [Neo] updated italian translation 2007-08-24 22:32:40 +00:00
Yann Leboulanger e70ccf9218 fix add new contact dialog widget's visibility 2007-08-24 22:22:01 +00:00
Yann Leboulanger 6309d6a02a hide roster to systray only if it has focus. fixes #3321 2007-08-24 20:47:29 +00:00
Yann Leboulanger b989617158 convert order to int 2007-08-24 13:28:39 +00:00
Julien Pivotto 96446f2a9f [blarz] Check is ~/.gajim/iconsets/transports exists before using it. See #3390 and [8555]. 2007-08-22 23:40:44 +00:00
Yann Leboulanger 2419bd509c ability to load transport iconsets from ~/.gajim/iconsets/transports. Fixes #3390 2007-08-22 22:46:31 +00:00
Yann Leboulanger 77eabc215d add encoding to emoticons files. fixes #3227 2007-08-22 22:30:59 +00:00
Yann Leboulanger 7bd952d691 [Geobert] Smooth scrolling of conversation textview. see #3358 2007-08-22 22:08:04 +00:00
Stephan Erb b60036af8f Transform Chat2MUC via DND. Fixes #1408. See #2095 2007-08-22 17:20:44 +00:00
Stephan Erb 4c7bee648c Rework Actions menu. Move single message from advanced submenu to top level. Fixes #3209 2007-08-22 12:50:34 +00:00
Julien Pivotto 7cc2974772 Higher textview in Invite Friends! widow. See #2095. 2007-08-22 12:35:07 +00:00
Yann Leboulanger fe0a1b9b1b redraw actions menu when zeroconf account connects. 2007-08-22 12:19:30 +00:00
Julien Pivotto 0ea6388333 Don't add irc transports to MUC servers in Invite Friends window. See #2095. 2007-08-22 12:18:21 +00:00
Julien Pivotto e32755de36 Remove transports contacts from Invite Friends! window. See #2095. 2007-08-22 12:10:06 +00:00
Julien Pivotto a7a525cb7a Improve transport detection in "Invite Friends" window. See #2095. 2007-08-22 12:08:26 +00:00
Julien Pivotto 880149af61 Sort Friends by name in "Invite Friends" window. See #2095. 2007-08-22 11:51:58 +00:00