Yann Leboulanger
2369c01cc1
prevent traceback when opening accounts window
2007-11-18 10:45:29 +00:00
Yann Leboulanger
fc49b44963
make some strings translatable
2007-11-17 15:09:03 +00:00
James Newton
f1d3f85037
Fixed a bug with forcing autodetection of browser/mail during startup when the
...
config file already existed and had a different option choosen. Added in an
'Always use OS/X default applications' option for when running on OS/X. Changed
the custom defaults to use OS/X native applications.
2007-11-17 15:03:02 +00:00
Yann Leboulanger
1f7a462788
[James Newton] osx port for Gajim. a GREAT thanks!!!
2007-11-14 19:47:52 +00:00
Yann Leboulanger
973f4bcc49
update status combobox when we change "synchronise with global status" option. fixes #3543
2007-11-08 07:42:47 +00:00
Yann Leboulanger
c15b616ddd
remove the ability to save GPG password, show in GUI use_gpg_agent optin. fixes #2791
2007-10-25 12:36:57 +00:00
Yann Leboulanger
605caae2b8
My name has changed
2007-10-22 11:33:50 +00:00
Yann Leboulanger
22c1aeda29
next release will be GPL v3. fixes #3290
2007-10-22 11:13:13 +00:00
Yann Leboulanger
10f8279e57
NonModalConfirmationDialog and ConfirmationDialognow automaticaly close window on ok or cancel. fixes #3486
2007-10-07 17:22:47 +00:00
Yann Leboulanger
176a1f9e3d
destroy connection instance when we cancel the addition of an account
2007-09-05 21:16:22 +00:00
Stephan Erb
2fdeabc012
Add my copyright :-)
2007-08-31 23:19:23 +00:00
Yann Leboulanger
3f5387c02a
begining of preference window improvements. see #3330
2007-08-30 18:44:27 +00:00
Yann Leboulanger
176593db97
don't allow to bookmark a room on server that don't support private storage.
2007-08-19 15:32:41 +00:00
Yann Leboulanger
701bdb6b85
use set_no_show_all from glade when possible instead of code. fixes #2248
2007-08-09 08:57:59 +00:00
Yann Leboulanger
3205781639
in accounts window, save jid, resource and custom port when we change row in accounts treeview. Fixes #2744
2007-08-08 13:42:44 +00:00
Yann Leboulanger
349f6065a4
fix indentation
2007-08-08 09:22:22 +00:00
Yann Leboulanger
e906a096c9
[blarz] ability to load iconsets from ~/.gajim/iconsets. fixes #3339
2007-08-05 22:57:04 +00:00
Stefan Bethge
24c8a3dcd1
fix typo, TB on new local accounts
2007-07-27 18:18:08 +00:00
Yann Leboulanger
0df9082809
[fowles] fix a bug in bookmarks window. fixes #3311
2007-07-21 19:09:47 +00:00
Stephan Erb
612e468c82
Update combobox in prefs window to reflect theme changes
2007-07-16 22:20:08 +00:00
Stephan Erb
4e3baba4e5
Fix tb on manage_proxies_window_destroy
2007-07-16 12:06:17 +00:00
Stephan Erb
294235ee52
Prevent TB in new ACC window, fix typo.
2007-07-12 22:09:24 +00:00
Yann Leboulanger
5e46f22960
new accounts window. one bug remain, see #2744
2007-07-04 21:10:50 +00:00
Yann Leboulanger
e007756ac8
make idle part of preference window insensitive if idle is not supported. fixes #2949
2007-06-28 21:09:29 +00:00
Stephan Erb
7be506e3f5
Compact View:
...
* Move checkbox to preferences. Fixes #2662
* Merge option for muc and chat
2007-06-25 23:51:44 +00:00
Yann Leboulanger
6b18afd42e
update minimized_controls variable when we change an account name
2007-06-23 21:45:09 +00:00
Stephan Erb
2cd9fcf8db
Fix new bookmark. Completing #8272
2007-06-16 12:06:34 +00:00
Julien Pivotto
ed3db807d9
Fix a bug with minimization and new accounts
2007-06-14 20:57:25 +00:00
Yann Leboulanger
e8bfebdd23
don't make minimize checkbutton sensitive if auto join is not sleected
2007-06-14 17:50:30 +00:00
Yann Leboulanger
d2914f642b
add minimize button to manage_bookmarks window. see #3034
2007-06-13 20:24:04 +00:00
Stephan Erb
babd1ee042
Enable ellipsization in roster and chatwindow. Fixes #2079 , #2739
...
Reorder occupantlist in groupchat to match roster. Fixes #2102
2007-06-11 08:37:46 +00:00
Yann Leboulanger
42746fc24f
correct widget name
2007-06-06 21:07:06 +00:00
Julien Pivotto
0c04e296c2
[steve-e] Add new bookmark before trying to select it. Fixes #3199 .
2007-06-04 19:27:49 +00:00
Yann Leboulanger
0e3c634ff2
new account registration wizard that follow XEP 77 better. fixes #2700 too (advanced options available while creation an account)
2007-05-31 21:49:49 +00:00
Yann Leboulanger
cb104420d2
introduce a FakeDataForm class that draws a table from dict {entry: value} and use it for service registration
2007-05-22 17:55:25 +00:00
Yann Leboulanger
0f3071ed06
no need to do a else when there is a return at the end of the if. Unindent some code
2007-05-22 16:09:14 +00:00
Yann Leboulanger
41bdb0c7f6
begining of XEP-0055 (search) implmentation. For the moment, works only with dataforms. see #1922
2007-04-19 13:31:28 +00:00
Yann Leboulanger
54d9b8736e
fix a TB when password is None instead of a string. fixes #3075
2007-04-04 19:24:23 +00:00
Yann Leboulanger
64af5db70c
[Anthony Lannuzel and I] add ability to synchronise contact list from another account.
2007-03-25 22:38:44 +00:00
Yann Leboulanger
5b63c41c41
use new dataform widget in register agent window. Remove no more used old DataFormWindow.
2007-02-15 09:18:24 +00:00
Yann Leboulanger
3534bb30cd
use new dataform widget in groupchat config window
2007-02-14 16:48:25 +00:00
Yann Leboulanger
efad862700
share space in pref window in status tab between default status message expander and preset status message frame when expander is expander. see #2918
2007-02-13 20:35:41 +00:00
Jean-Marie Traissard
039fbb7953
better var name, use int instead of float
2007-02-11 02:35:02 +00:00
Jean-Marie Traissard
d37e7d8e3e
No space in indentation, checked by drpython (editor). /src part
2007-02-04 13:01:04 +00:00
Yann Leboulanger
9a6b090506
begining of socks5 proxy support. error handling is missing. see #799
2007-01-24 21:50:59 +00:00
Jean-Marie Traissard
a8eeb56cb4
Add some correction to ([7838]remove timestamp and before/after_nickname from GUI).
...
Fixes #2913 .
2007-01-20 16:49:32 +00:00
Yann Leboulanger
24a4ee24ba
don't automatically add transport to roster. some transport aren't added to roster (rss one)
2007-01-17 08:44:57 +00:00
Yann Leboulanger
abcb9a35f1
handle correltly SRV and registration on IDN servers. fixes #2898
2007-01-16 22:36:41 +00:00
Yann Leboulanger
08a90159dc
remove timestamp and before/after_nickname from GUI. and add comment in ACE. fixes #2797
2007-01-15 12:54:54 +00:00
Yann Leboulanger
50c1fcb7a7
fix translation
2007-01-15 10:15:27 +00:00