Commit graph

1755 commits

Author SHA1 Message Date
Stefan Bethge
5f9e24a776 fix TB on receiving message after merge from trunk 2006-10-09 14:27:20 +00:00
Yann Leboulanger
4af1f56136 really save passphrase when we check "save password" checkbutton 2006-10-09 10:17:53 +00:00
Yann Leboulanger
6b0bf2b2a0 do not log gc invitation. Fixes #2525 2006-10-09 09:00:23 +00:00
Stefan Bethge
0d0ac51fa8 merge with trunk 2006-10-09 00:27:03 +00:00
Nikos Kouremenos
ff513d850a close cursor before close connection 2006-10-08 13:54:22 +00:00
Nikos Kouremenos
ddeb9dfe8e execute not executescript 2006-10-08 13:18:32 +00:00
Nikos Kouremenos
7ab63bed0f rm a print 2006-10-08 12:09:57 +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
Jean-Marie Traissard
884f5cfe83 Typo 2006-10-08 02:33:34 +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
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
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
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
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
Yann Leboulanger
eb0edc36fd fix wrong var name 2006-10-06 07:03:08 +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
09dbf12bef commit Gustavo's src/common/passwords.py 2006-10-05 23:48:54 +00:00
Nikos Kouremenos
ebd6f65460 [Gustavo Carneiro] add GnomeKeyring support. see #2493 2006-10-05 23:06:54 +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
Dimitur Kirov
9df65fe303 clean .rpath from gettextize 2006-10-05 15:26:26 +00:00
Dimitur Kirov
f56897745d adding some enable options.
using $(srcdir) for files refered by wildcars
2006-10-05 15:08:07 +00:00
Nikos Kouremenos
4fda072f0f make tooltip work for the new api too 2006-10-05 00:06:57 +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
Dimitur Kirov
1a68b63302 add --enable-gtkspell check.
check xscrnsaver's libs only when xscrnsaver.pc
is not installed
fix DESTDIR
add explicit AC_SUBST for PYTHON_INCLUDES
2006-10-04 12:22:37 +00:00
Yann Leboulanger
53f8b119bc [sgala]Do not depend on docutils if we don't use rst xhtml generator. See #316 2006-10-04 11:53:03 +00:00
Dimitur Kirov
59b6ae468a merge from trunk
automake based instalation
2006-10-04 00:10:49 +00:00
Yann Leboulanger
9afa39174d missing : 2006-10-03 15:34:25 +00:00
Yann Leboulanger
725325eb7e priority is now by default set from status. online: 50, away: 40...
priorities are configurable with autopriority_* ACE options.
Fixes #1999, #1439, #1885, #1076
2006-10-03 14:57:19 +00:00
Yann Leboulanger
1345afa86c [Santiago Gala] We can now generate HTML thanks to rst. see #316 2006-10-03 14:22:49 +00:00
Yann Leboulanger
6b40b5ad32 [Santiago Gala] we can now see XHTML (JEP 0071). See #316 2006-10-03 14:12:42 +00:00
Yann Leboulanger
f34c41c93b Di not ask "are you sure you want to leave room X" when we remove an account. We already replied to "you have opend chat windows". Fixes #2462 2006-10-03 08:54:14 +00:00
Dimitur Kirov
163cfef3b8 disconnect when avahi-daemon stop responding
fix reference in connection_handlers
2006-10-02 22:41:48 +00:00
Dimitur Kirov
b7ceb9ddf7 bind to next available port
updating port also publishes the new port
keep 1st, last as unicode
2006-10-02 20:45:49 +00:00
Dimitur Kirov
ac53b4537c ignore messages with no type attribute 2006-10-02 18:03:35 +00:00
Stefan Bethge
e1dadf48c1 only restart listener or reconnect upon changing preferences if necessary 2006-10-02 14:15:51 +00:00
Stefan Bethge
d557725810 add missing import 2006-10-02 14:13:43 +00:00
Stefan Bethge
42cf836b7a add copyright line 2006-10-02 12:14:56 +00:00
Nikos Kouremenos
7ce1fa4e46 self.name not self [in connection.py] 2006-10-02 11:42:26 +00:00