Commit Graph

6796 Commits

Author SHA1 Message Date
Nikos Kouremenos 7ab63bed0f rm a print 2006-10-08 12:09:57 +00:00
Nikos Kouremenos 8d74950f42 use GajimGeneralException instead of RuntimeError everywhere we meant to use that 2006-10-08 12:07:33 +00:00
Nikos Kouremenos 54265a93bd sort accounts in gc_sub_menu everywhere [both in roster and in tray] 2006-10-08 12:03:32 +00:00
Nikos Kouremenos 79779f26c1 rm greek title [long live glade automatic cr@p] from colorbutton. it was never shown. fixes #2513 2006-10-08 11:56:15 +00:00
Yann Leboulanger f8b647c473 fix var name 2006-10-08 10:08:16 +00:00
Yann Leboulanger e0fc5d3b7f [sgala]show correct status changements in history manager. Fixes #2511 2006-10-08 10:04:32 +00:00
Yann Leboulanger 5c615f53b5 clean logs table so that show field contains only 0, 1, 2, 3, 4, 5 values 2006-10-08 09:57:23 +00:00
Yann Leboulanger 182963242b fix adjust_priority_with_status option: save when we change this option and correctly get autopriority_* values 2006-10-08 09:01:32 +00:00
Yann Leboulanger 5af35ccb2e [Sergio] dinamically build POTFILE.in. Fixes #2517 2006-10-08 08:23:33 +00:00
Jean-Marie Traissard 884f5cfe83 Typo 2006-10-08 02:33:34 +00:00
Nikos Kouremenos 837b714d98 I am back 2006-10-08 01:29:30 +00:00
Nikos Kouremenos d21d194d2e use Gtalk terminology. email becomes mail conversation 2006-10-08 00:48:14 +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 313091a771 fix what we expect 2006-10-08 00:16:22 +00:00
Jean-Marie Traissard 7568098412 Missing var 2006-10-07 20:20:33 +00:00
Nikos Kouremenos fe586078c9 hig 2006-10-07 15:05:22 +00:00
Nikos Kouremenos b4ab022956 IF NOT EXISTS does not work for all systems [some sqlite pysqlite stuff]. avoid it 2006-10-07 14:48:01 +00:00
Nikos Kouremenos 10ae874cb6 We now use one term "group chat" in the place of sometimes used room 2006-10-07 14:36:08 +00:00
Nikos Kouremenos b0d7c4ff81 do not sort accts in join gc submenu so they align to roster menu and roster listing of accts 2006-10-07 13:31:42 +00:00
Nikos Kouremenos f27453ca6e fix a tb [now I can see them!] preventing joining room 2006-10-07 13:24:41 +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 799a372d18 no need to call shell 2006-10-07 13:22:01 +00:00
Nikos Kouremenos abae457e44 at last fix the damn thing so I can see my TraceBacks! 2006-10-07 13:21:37 +00:00
Nikos Kouremenos 7d525a35f4 no need to import 2 modules in gajim.py 2006-10-07 12:56:21 +00:00
Nikos Kouremenos db177b7f8f right click on selected phrase now also has Open as link 2006-10-07 12:50:34 +00:00
Nikos Kouremenos 01e3fc1199 introduce GajimGeneralException and use that instead of RunTimeError when raising so instances are not created. This is better because python can also raise RunTimeError, which we will catch by accident and we do not want that to happen 2006-10-07 12:41:19 +00:00
Nikos Kouremenos 8dfb1a5a66 unite room and server name resulting in a room jid interface [so it aligns with add new contact]. fixes #2504 2006-10-07 12:18:51 +00:00
Nikos Kouremenos 4797fcce88 do not fail if password is None and we use GnomeKeyring 2006-10-07 11:35:44 +00:00
Nikos Kouremenos 16d062c9b7 fix typo. thanks Fox 2006-10-07 11:28:38 +00:00
Nikos Kouremenos 9e57ef8431 [Markus Lutzer] fix typo in German transl. 2006-10-07 10:33:57 +00:00
Nikos Kouremenos e5c61095f9 migrate in the correct place 2006-10-07 10:19:25 +00:00
Nikos Kouremenos 5ba54a5811 IF NOT EXISTS missing 2006-10-07 10:12:53 +00:00
Nikos Kouremenos a270813221 [patrys & me] logs db now uses indeces that makes the UI XP faster 2006-10-07 10:08:38 +00:00
Nikos Kouremenos 665bc28759 fix stuff in statusicon.py 2006-10-07 08:54:41 +00:00
Yann Leboulanger f346cf76bf fix search in gc roster treeview. Fixes #2470 2006-10-06 22:57:23 +00:00
Yann Leboulanger 56df70242e do not call gtkgui_helpers functions in common folder. Also fix a traceback when trying to view systray tooltip 2006-10-06 14:58:01 +00:00
Yann Leboulanger 9b83c74487 move gtkgui_helpers.reduce_chars_newlines to common/helpers.py. It's not GTK related. 2006-10-06 14:52:25 +00:00
Yann Leboulanger 1ee6cbc8cf in vcard window, print role and affiliation when it's a gc vcard. Fixes #2457 2006-10-06 14:29:15 +00:00
Yann Leboulanger b06c56a3fc prevent a traceback when saving vcard on HD. 2006-10-06 13:00:50 +00:00
Nikos Kouremenos 8eb1c7ce75 move rst_xhtml_generator.py to common/ where it belongs 2006-10-06 12:33:10 +00:00
Nikos Kouremenos d592fbdf05 fix identation [rm spaces too] 2006-10-06 12:30:57 +00:00
Nikos Kouremenos 5fc2b70c83 include legacy word in Deutsch 2006-10-06 12:29:39 +00:00
Yann Leboulanger eb0edc36fd fix wrong var name 2006-10-06 07:03:08 +00:00
Nikos Kouremenos b1bb085e55 fix header 2006-10-06 00:08:46 +00:00
Nikos Kouremenos cc4bdf92e2 put a comment 2006-10-06 00:04:07 +00:00
Nikos Kouremenos e620b4bff3 remove print, do 80char and use _() 2006-10-05 23:54:37 +00:00
Nikos Kouremenos 42f52bcd66 a missing break 2006-10-05 23:50:26 +00:00
Nikos Kouremenos 09dbf12bef commit Gustavo's src/common/passwords.py 2006-10-05 23:48:54 +00:00
Nikos Kouremenos 1a0c781177 it is time README goes to xhtml markup [better layouts] 2006-10-05 23:47:50 +00:00