Commit graph

1164 commits

Author SHA1 Message Date
Yann Leboulanger
7e4166c288 fix call to set_restart_command for gnome session handling 2010-10-29 11:51:24 +02:00
Yann Leboulanger
9912921ec7 remove useless raise 2010-10-28 21:00:48 +02:00
Yann Leboulanger
74e1965e2e fix typo 2010-10-28 13:18:37 +02:00
Yann Leboulanger
ea48697543 [mulander] improve intl.dll search. Fixes #6006 2010-10-27 09:41:04 +02:00
Yann Leboulanger
2fa280acbb create AppData/Gajim folder if it doesn't exists 2010-10-27 09:37:56 +02:00
Yann Leboulanger
538fec1571 fixes for windows build 2010-10-26 17:28:08 +02:00
Alexander Cherniuk
c6389decfb Does not look like we need to emulate gobject.timeout_add_second anymore 2010-03-31 17:05:58 +03:00
Alexander Cherniuk
a5ec7232a6 Moved a call to gobject.set_prgname a bit up 2010-03-31 09:19:21 +03:00
Alexander Cherniuk
da6b4c031e Added a call to gobject.set_prgname 2010-03-31 09:05:17 +03:00
David Campey
4a864f71cd pid_alive() now works under Windows64 2010-03-19 12:33:50 +02:00
Yann Leboulanger
2be53c4aac update my copyright to 2010 2010-03-11 16:52:36 +01:00
Yann Leboulanger
c887a92b3a rename some variables to remove some pylint warning 2010-02-10 14:00:28 +01:00
Yann Leboulanger
93fe011100 some error fixed, thanks pylint. 2010-02-08 23:22:06 +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
71e97426e9 fix log file path 2010-02-05 21:56:18 +01:00
Yann Leboulanger
956accf010 Bye bye glade, Hi gtk builder. Fixes #4945 2010-01-22 19:57:59 +01:00
Yann Leboulanger
62cb577ad2 prevent printing a useless traceback when gajim fails to start 2010-01-19 22:52:17 +01:00
Yann Leboulanger
dffb2c308b remove duplicate function 2010-01-04 11:58:42 +01:00
Yann Leboulanger
31db9fa123 correctly check that gtk2.16 is installed at run time. Fixes #5478 2009-12-03 14:03:33 +01:00
Yann Leboulanger
002b8a720f finish using icon theme. Fixes #2378 2009-12-01 15:50:58 +01:00
Stephan Erb
3a98a4170c Move Interface() god class from gajim.py to gui_interface.py. 2009-11-03 22:14:19 +01:00
Yann Leboulanger
e10ff2c907 fix typo in a string 2009-10-31 19:15:18 +01:00
Yann Leboulanger
4ae64ff6e6 ability to configure out/inmsgtxt color in preference window. Fixes #5372 2009-10-31 19:03:03 +01:00
Stephan Erb
a9f5bb59d7 Merge changes from default branch into refactoring branch 2009-10-31 17:25:47 +01:00
Stephan Erb
47f875a4bc Move CapsCache global from gajim.capscache to caps.capscache. 2009-10-30 23:01:25 +01:00
Thibaut GIRKA
1c33d42158 Merge default to jingle 2009-10-29 10:19:58 +01:00
Yann Leboulanger
31d2bcbe7d remove the possibility to configure systray if module is not available. Fixes #5345 2009-10-28 11:11:55 +01:00
Yann Leboulanger
5698327831 [Stepan Kasal] fix italic detection with //. Fixes #4217 2009-10-27 19:36:36 +01:00
Yann Leboulanger
3330f7bfa5 enable music track listener only after we signed it. Fixes #5351 2009-10-21 19:39:43 +02:00
Yann Leboulanger
0aa8856b6c new TimeoutDialog class: to be derivated for dialogs that need a timeout.
Resource conflict dialog has now a timeout. Fixes #4590
2009-10-20 11:20:11 +02:00
Yann Leboulanger
7e137adfd1 Backed out changeset e1fd1ca926b4
This kind of work will come after 0.13
2009-10-18 23:56:04 +02:00
Stephan Erb
d79f73a610 Move the Interface god class from gajim.py into a separate module.
This is the first commit of a long serious of cleanup commits.
Simple testcase included to test the slightly enhanced Interface dispatcher.
2009-10-18 23:25:03 +02:00
Stephan Erb
3665c99800 Wrap global gajim.handlers with a dispatch method. 2009-10-18 20:53:15 +02:00
Yann Leboulanger
f2aee9e7cb add show_self_contact ACE option to show / hide self_contact row as we want. Fixes #4796 2009-10-16 19:51:29 +02:00
Thibaut GIRKA
ab6510db38 merge default branch to jingle 2009-10-16 17:19:33 +02:00
Yann Leboulanger
384283d2a4 find_library('c') return None under Windows 2009-10-15 19:43:10 +02:00
Yann Leboulanger
0d37f4f64b better session handling:
- when a new contact with higher prio connect, detach session from chat control. Fixes #5021
 - don't re-use a session that was for another sessin

Tests are more than welcome!
2009-10-06 17:35:25 +02:00
Yann Leboulanger
95047d3e50 add an enable checkbutton in accounts window for normal accounts too. Fixes #4489 2009-10-06 11:23:31 +02:00
red-agent
8d663c31c5 Yet another fix for the proccess renaming 2009-10-05 19:19:03 +03:00
red-agent
60bb2d0bdd Process name should correspond to the binary name 2009-10-05 17:33:50 +03:00
red-agent
563a2453ba Improved proccess renaming 2009-10-05 17:13:12 +03:00
red-agent
958d937d5c Dropped in the reworked version of the new command system
The reworked version has refactored and simplified architecture, which also
involves simplified dispatching.
2009-10-02 23:57:11 +03:00
Thibaut GIRKA
01d7be2d61 merge default branch to jingle 2009-09-29 20:49:40 +02:00
Yann Leboulanger
c31d3e526a stop sending chatstates when remote server doesn't respond anymore. Don't acknoledge error message receipes. Fixes #4064 2009-10-01 09:41:46 +02:00
Thibaut GIRKA
b5c7519740 A little fix with content acceptance ; modified a bit JINGLE_DISCONNECTED 2009-09-26 14:14:58 +02:00
Yann Leboulanger
a8eedfc781 ability to accept contents and not only session 2009-09-26 10:29:08 +02:00
Thibaut GIRKA
77541f3e7f support for content-{add,reject,accept}, new helpers, and other few things 2009-09-25 19:32:13 +02:00
Yann Leboulanger
e8e2b219ba add a interface.run() function to really start Interface 2009-09-23 18:54:35 +02:00
Yann Leboulanger
17f17267ea call gtk.gdk.window.focus() with current timestamp rather than 0. This fixes some WM issues. 2009-09-23 17:35:42 +02:00
Yann Leboulanger
d89abc9195 prevent traceback when enabling Tune. Fixes #5277 2009-09-20 20:19:31 +02:00