Yann Leboulanger
|
2be53c4aac
|
update my copyright to 2010
|
2010-03-11 16:52:36 +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
|
d8c3e6f39f
|
use Ctrl + Shift + n to change nick in groupchats. Fixes #5450
|
2010-01-26 19:55:28 +01:00 |
|
Yann Leboulanger
|
b19ced6846
|
fix error when opening groupchat. see #5571
|
2010-01-23 11:31:59 +01:00 |
|
Yann Leboulanger
|
99872d8ff8
|
split message_window.ui to separate chat_control.ui and groupchat_control.ui
|
2010-01-22 21:17:59 +01:00 |
|
Yann Leboulanger
|
956accf010
|
Bye bye glade, Hi gtk builder. Fixes #4945
|
2010-01-22 19:57:59 +01:00 |
|
Yann Leboulanger
|
e6b4382aaf
|
apply config to minimized controls too. Fixes #5515
|
2009-12-28 22:41:05 +01:00 |
|
Alexander Cherniuk
|
a23961fbf6
|
Big portion of doc-string refactoring
|
2009-11-25 22:59:43 +02:00 |
|
Yann Leboulanger
|
e617b134b2
|
Alt-a -> Alt-d to open advanced action menu in (group)chat control. Fixes #5387
|
2009-11-10 21:50:11 +01:00 |
|
Yann Leboulanger
|
4bf3be4665
|
don't remove a _control when we try to rename it to the same name. Fixes #5346
|
2009-11-06 20:51:16 +01:00 |
|
Yann Leboulanger
|
c91da54c9c
|
remove hack I did for #5366, It was most probably due to #5375. see #5366, #5375
|
2009-10-30 09:51:16 +01:00 |
|
Yann Leboulanger
|
d6f4241102
|
prevent a traceback which happen with obscure reasons. Fixes #5366
|
2009-10-28 20:03:45 +01:00 |
|
Yann Leboulanger
|
503aebd919
|
[change window icon according to the content (muc, chat). Fixes #4300
|
2009-10-23 10:02:45 +02:00 |
|
Yann Leboulanger
|
da29844342
|
[Dicson] fix typo. Fixes #5267
|
2009-09-15 19:49:56 +02:00 |
|
Yann Leboulanger
|
651e801334
|
correctly change the resource of a control. Fixes #5261
|
2009-09-15 17:41:47 +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
|
fdcf75ae59
|
minimize groupchats when closing several windows at the same time. Fixes #4987
|
2009-04-23 07:26:08 +00:00 |
|
Yann Leboulanger
|
0c27b86cc1
|
Warn user before closing chat window with tabs where we can loose data. Fixes #3645
|
2009-04-08 16:28:51 +00:00 |
|
Yann Leboulanger
|
36f8280620
|
prevent traceback when closing a transport chat window. Fixes #4767
|
2009-02-03 15:10:56 +00:00 |
|
Yann Leboulanger
|
2087fcb016
|
better way to get window maximized state. Fixes #4710, see #4630
|
2009-01-26 09:22:28 +00:00 |
|
Yann Leboulanger
|
9d6312d198
|
[shtein] save maximized state window. Fixes #4630
|
2009-01-17 13:50:15 +00:00 |
|
js
|
23905492f5
|
Merge r10825 from osx_newbuildsys branch, as this might be useful on
X11 and win32 as well.
|
2008-12-13 10:42:01 +00:00 |
|
Yann Leboulanger
|
28bc50316e
|
better keypress handling
|
2008-12-05 14:12:31 +00:00 |
|
Yann Leboulanger
|
e389e0b16b
|
[thorstenp] remove whitespace at eol
|
2008-12-03 21:56:12 +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
|
27bc3bba1a
|
revert r10690 and r10691, it's not translatable
|
2008-12-01 10:03:04 +00:00 |
|
js
|
5e6d15837c
|
Make previous patch translatable.
|
2008-11-23 19:26:45 +00:00 |
|
js
|
bc5795a10b
|
[killerfox] Show chatstate in title if no tabs left
|
2008-11-23 19:23:21 +00:00 |
|
Yann Leboulanger
|
bd8ae59a76
|
Use Alt+T to change subject in a room instead of Ctrl+T
|
2008-11-02 14:04:46 +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
|
02ac05ed19
|
don't close a MUC when we said we don't want.
|
2008-10-12 12:52:26 +00:00 |
|
Brendan Taylor
|
addbc34bc6
|
fix tb when closing a message window
|
2008-10-11 19:58:22 +00:00 |
|
Yann Leboulanger
|
4f55c1826a
|
fix var names. type -> type_. see #4403
|
2008-10-11 13:21:25 +00:00 |
|
Yann Leboulanger
|
0afc57ad6d
|
[Mishail] fix var name. Fixes #4403
|
2008-10-11 13:06:59 +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
|
567f1e17c1
|
[thorstenp] di not use emtpy except clauses
|
2008-10-11 09:37:13 +00:00 |
|
Yann Leboulanger
|
9d7c80d522
|
[thorstenp] replace has_key by key in dict. Fixes #4392
|
2008-10-07 20:41:59 +00:00 |
|
Yann Leboulanger
|
c9b7dc6827
|
[misc] check existance of control before checking control type. fixes #4385
|
2008-10-07 08:20:46 +00:00 |
|
Yann Leboulanger
|
5795a27162
|
prevent traceback in case a groupchat comes in roster. fixes #4362
|
2008-10-06 20:42:56 +00:00 |
|
Yann Leboulanger
|
c797a14b8c
|
fix listing and leaving groupchats from adhoc commands. Fixes #4344
|
2008-09-26 17:41:07 +00:00 |
|
Mateusz Biliński
|
f0822dcdb4
|
Fixed problem with saving window properties (position, size) when closing window through window close button (closing through tab close button worked properly).
|
2008-08-28 09:51:45 +00:00 |
|
Travis Shirk
|
55c1868d92
|
Make the message control text entry grab focus when new controls are created and each time the tabs
are switched. Fixes #4227
|
2008-08-22 03:03:15 +00:00 |
|
Nikos Kouremenos
|
aae8ceb4ce
|
commit a FIXME
|
2008-08-20 20:36:34 +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 |
|
Yann Leboulanger
|
4e320ed36f
|
CTRL+i in private message now works. Fixes #4066
|
2008-08-15 09:35:44 +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 |
|
Yann Leboulanger
|
4e52e954d0
|
use accel func for all key in chat controls. Fixes #1503
|
2008-08-14 16:17:32 +00:00 |
|
Yann Leboulanger
|
4aa33d3421
|
fix closing last muc tab
|
2008-08-09 19:30:40 +00:00 |
|