Commit Graph

6524 Commits

Author SHA1 Message Date
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
Nikos Kouremenos 410732d9e3 format better the README 2006-10-05 23:28:21 +00:00
Nikos Kouremenos 29eb4986eb mention Gnome Keyring support in README and Changelog 2006-10-05 23:25:09 +00:00
Nikos Kouremenos ebd6f65460 [Gustavo Carneiro] add GnomeKeyring support. see #2493 2006-10-05 23:06:54 +00:00
Nikos Kouremenos 005224518b split autodetect_browser_mailer to user_runs_kde user_runs_gnome and get_running_processes 2006-10-05 23:00:08 +00:00
Nikos Kouremenos 702eb60e46 autodetect_browser_mailer() is already called in gajim.py [on init] 2006-10-05 22:53:52 +00:00
Nikos Kouremenos bf6c018c75 fix header 2006-10-05 22:50:52 +00:00
Nikos Kouremenos 322f1b5582 make a good helper for logs db func [does not make sense to move it to helpers] 2006-10-05 22:49:28 +00:00
Yann Leboulanger 817bbad971 [sgala] tell other client that ask us that we support xhtml-im. 2006-10-05 21:31:18 +00:00
Jean-Marie Traissard 04777639c2 comments, use self.regroup 2006-10-05 13:14:15 +00:00
Jean-Marie Traissard 38830c9686 Show "This room has no subject" only in textview, not sometimes in banner and
sometimes not, nor in actions->change topic
2006-10-05 13:10:33 +00:00
Nikos Kouremenos eb232924be update changelog 2006-10-05 11:27:55 +00:00
Yann Leboulanger f9abd2a86c do not cleanup disco cache while windows is opened, clean it when we close window. Fixes #2490 2006-10-05 11:26:41 +00:00
Yann Leboulanger ce7e782054 coding standards 2006-10-05 09:49:09 +00:00
Yann Leboulanger cc03d5d190 print in XHTML messages in queue 2006-10-05 09:48:57 +00:00
Nikos Kouremenos 4fda072f0f make tooltip work for the new api too 2006-10-05 00:06:57 +00:00
Nikos Kouremenos ca5a75863f commit statusicon.py 2006-10-05 00:05:47 +00:00
Nikos Kouremenos 2a59b00ddc fix sth from prev commit 2006-10-04 23:34:12 +00:00
Nikos Kouremenos f644cf1136 if we are windows users and we have GTK/PyGTK 2.10 we now use the GTK api about the status icon (trayicon). I tested under GNU/Linux [at gtk2.10 still is not out for Windows] and all works okay apart from the fact that we cannot do cool tooltips and cannot do animation (which is okay by me). TODO: make usage of basic tooltips [better something than nothing] for this new API 2006-10-04 23:30:03 +00:00
Nikos Kouremenos f97cdf1f4e help the user about rst_formatting possible dep [be more clear] 2006-10-04 23:05:13 +00:00
Nikos Kouremenos 4b6d37c27b help the user about rst_formatting possible dep 2006-10-04 23:04:45 +00:00