Commit Graph

108 Commits

Author SHA1 Message Date
Denis Fomin 5aefe64736 Use the logging module instead wanings in htmlview.py 2010-11-27 00:43:13 +03:00
Denis Fomin 5ee92b7a3c Correct display hyperlinks in XHTML-IM content.
Fixed the ability to run htmltextview.py as separate application.
Cut long lines. Fixed # 6045
2010-11-26 17:50:20 +03:00
Yann Leboulanger 2be53c4aac update my copyright to 2010 2010-03-11 16:52:36 +01:00
Éric Araujo 357d7db07d fixed some whitespace thanks to 2to3 -f ws_comma 2010-02-10 19:24:11 +01:00
Éric Araujo fedd7dc8e2 convert tabs to spaces in source code thanks to reindent.py
holy diff batman!
2010-02-08 15:08:40 +01:00
Yann Leboulanger 2eb8391e81 [guillaume] add user-agent when downloading a remote image. Fixes #5513 2009-12-14 18:09:25 +01:00
Yann Leboulanger 002b8a720f finish using icon theme. Fixes #2378 2009-12-01 15:50:58 +01:00
Yann Leboulanger badbe820a1 prevent traceback when writing in a closed gc control. Fixes #5455 2009-11-30 14:32:59 +01:00
Alexander Cherniuk a23961fbf6 Big portion of doc-string refactoring 2009-11-25 22:59:43 +02:00
Yann Leboulanger 750fbc844d [Urcher] ability to copy emoticons when they are selected. Fixes #2570 2009-11-18 21:32:10 +01:00
Yann Leboulanger bf46c5dd12 use correct color for links in received XHTML messages. Fixes #5411 2009-11-06 08:19:32 +01:00
Yann Leboulanger ca127b8d31 fix printing HTML messages. Fixes #5298 2009-10-02 17:57:17 +02:00
Yann Leboulanger 70e145a827 fix traceback preventing showing ALT text of an image. Fixes #5247 2009-09-23 19:07:58 +02:00
Yann Leboulanger 4db1d2738c process links and latex in HTML messages. Fixes #5053, #4539 2009-09-23 19:04:12 +02:00
Yann Leboulanger 9ea2a5c677 we now depend on GTK2.12. Remove test for older versions. Fixes #4996 2009-04-27 19:28:53 +00:00
Yann Leboulanger 4ddcdcc40a fix parsing length in html. Fixes #3781 2009-02-16 10:15:44 +00:00
Julien Pivotto 2a43e1c0e6 Display smileys in xhtm messages 2009-01-22 21:15:58 +00:00
Yann Leboulanger 0830a5fe73 [thorstenp] use sorted() and list comprehension 2008-12-03 22:07:44 +00:00
Yann Leboulanger e389e0b16b [thorstenp] remove whitespace at eol 2008-12-03 21:56:12 +00:00
Yann Leboulanger 3392c54dd0 [thorstenp] fix empty exception clauses 2008-12-03 21:37:05 +00:00
Yann Leboulanger 088378a9b7 [thorstenp] fix reimported modules 2008-12-03 21:23:04 +00:00
Yann Leboulanger 60ba33eb31 [thorstenp] fix possible undefined loop variables 2008-12-03 17:38:16 +00:00
Yann Leboulanger 31dc32eeb9 [thorstenp] fix redefined builtins 2008-12-03 17:16:04 +00:00
Yann Leboulanger c163e90b10 [thorstenp] fix unused variables 2008-12-02 15:53:23 +00:00
Yann Leboulanger 983301d589 [thorstenp] convert some strings to comment 2008-12-02 14:09:18 +00:00
Yann Leboulanger 06ab4a7b6d revert thorstenp patches for now. They introduce bugs. 2008-10-20 21:38:06 +00:00
Yann Leboulanger f801a50260 [thorstenp] fix unused variables 2008-10-20 21:17:48 +00:00
Yann Leboulanger 86271b6e3c [thorstenp] string to comment 2008-10-20 15:30:52 +00:00
Yann Leboulanger 158538b81c [thorstenp] rename some var to not hide builts-in functions (list -> list_, ...) 2008-10-11 10:22:04 +00:00
Yann Leboulanger 196dd7e30a [thorstenp] use isinstance rather than type(x) == y. use sorted() 2008-10-11 09:59:52 +00:00
Yann Leboulanger ed748fdda3 [thorstenp] replace list with tuple in for and if 2008-10-11 09:42:59 +00:00
Yann Leboulanger 567f1e17c1 [thorstenp] di not use emtpy except clauses 2008-10-11 09:37:13 +00:00
Julien Pivotto de4a23e751 See #4200.
* remove js from some headers
 * set coding:utf-8 to allow real names in headers
2008-08-15 17:31:51 +00:00
Julien Pivotto 8bc9bc29ae * Big headers review
* Remove some licencing problems
 * To do: same for images
 * See #4200
2008-08-15 03:20:23 +00:00
Julien Pivotto db0be5c05a improve CSS property text-decoration (allow multi text-decoration) 2008-08-13 11:21:39 +00:00
js 8605cd3f38 For historical reasons, we have a tab width of 3. This is strange, but
we have that in all files. To at least lesser the confusion a bit, add
vim tags for that.
Additionally, fix wrong #! in a few files.
2008-07-29 19:49:31 +00:00
Stephan Erb 4674480e61 Fix wrong paranthesis. Fixes #4137 2008-07-25 10:50:56 +00:00
js 6cc8cd28e9 [Florob] Make exception handling not cause an exception. Fixes #4125. 2008-07-25 02:12:21 +00:00
Yann Leboulanger c6660b875f handle ascii_formatting option in htmltextview 2008-02-27 16:12:09 +00:00
Yann Leboulanger d1452febce destroy htmltextview tooltip when we destroy a chat control. fixes #3545 2007-11-08 18:47:04 +00:00
Yann Leboulanger 22c1aeda29 next release will be GPL v3. fixes #3290 2007-10-22 11:13:13 +00:00
Yann Leboulanger 96e6b34cd7 [sgala and I] better support of sizes in XHTML, simplify rst generator 2007-05-29 20:22:41 +00:00
Yann Leboulanger c0cd9912b1 correctly detect timeout in XHTML image code, print it, and increase timeout. fixes #3122 2007-05-01 10:14:59 +00:00
Yann Leboulanger 736007f704 let's freeze even less 2007-02-03 18:06:47 +00:00
Yann Leboulanger 5d2257f4a6 [bb & me] don't block when we get an image 2007-02-03 17:28:36 +00:00
Nikos Kouremenos 76354c9677 fix typos 2007-01-16 23:29:07 +00:00
Nikos Kouremenos e9afe36ff3 clean code and update to using GTK/PyGTK 2.8; see #2248 2007-01-16 23:26:38 +00:00
Jean-Marie Traissard 37bd1142f9 Coding standards, include real date of 0.11 release in Changelog 2007-01-16 17:30:40 +00:00
Jean-Marie Traissard 9ab2800fd0 XHTML Image size limit : 10mo->2mo 2007-01-15 20:56:30 +00:00
Yann Leboulanger 1599dfdfbb fix HTMLTextView tooltips 2007-01-09 23:31:41 +00:00
Nikos Kouremenos 239d2308c8 fix logic allover 2007-01-06 10:20:13 +00:00
Nikos Kouremenos 67c1816d01 do not create anonymous tag. use special name for span with no id tag 2007-01-06 10:15:13 +00:00
Yann Leboulanger 8d3e9e62fb fix htmltextview bug. fixes #2730 2006-12-08 18:01:01 +00:00
Yann Leboulanger 8b8bb86c8e [kiddo] fix wrong gaim xhtml HREF tag. fixes #2644 2006-11-29 21:57:35 +00:00
Jean-Marie Traissard f041f8dd5e JID->Jabber ID in gc tooltip
if print_time==sometimes : Show the day if needed also. Use locale for time format (do
not force
24h)
Delete a lot of unused locale variables (thanks pychecker)
del gajim.py useless global vars after use
configpaths.py : use self. not this.
2006-11-21 18:46:33 +00:00
Jean-Marie Traissard 5b49eaae1c Fix import 2006-11-18 19:35:25 +00:00
Yann Leboulanger 96f19e9c10 [sgala] fix dubble emoticon in htmltextview when receiving xhtml message. see #316 2006-10-16 19:18:36 +00:00
Yann Leboulanger 6b40b5ad32 [Santiago Gala] we can now see XHTML (JEP 0071). See #316 2006-10-03 14:12:42 +00:00